ar8216: factor out AR8327/AR8337-specific driver code into ar8327.c
authorFelix Fietkau <nbd@openwrt.org>
Mon, 5 Jan 2015 13:03:07 +0000 (13:03 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 5 Jan 2015 13:03:07 +0000 (13:03 +0000)
commitafd06f416b92e7c8ab4e8aa002bfaa09460ce36d
tree274a5bff11e1b94cbcb2cb0380e78ac83c65a9de
parentc151d0366252cb14b025ea59eca6f003d43c35de
ar8216: factor out AR8327/AR8337-specific driver code into ar8327.c

Move all AR8327/AR8337-specific driver code into a separate source file
ar8327.c and adjust patches so that ar8327.c is compiled if
CONFIG_AR8216_PHY is set.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
SVN-Revision: 43845
23 files changed:
target/linux/generic/files/drivers/net/phy/ar8216.c
target/linux/generic/files/drivers/net/phy/ar8216.h
target/linux/generic/files/drivers/net/phy/ar8327.c [new file with mode: 0644]
target/linux/generic/patches-3.10/724-phy_ar8216.patch
target/linux/generic/patches-3.10/725-phy_rtl8306.patch
target/linux/generic/patches-3.10/726-phy_rtl8366.patch
target/linux/generic/patches-3.13/724-phy_ar8216.patch
target/linux/generic/patches-3.13/725-phy_rtl8306.patch
target/linux/generic/patches-3.13/726-phy_rtl8366.patch
target/linux/generic/patches-3.14/724-phy_ar8216.patch
target/linux/generic/patches-3.14/725-phy_rtl8306.patch
target/linux/generic/patches-3.14/726-phy_rtl8366.patch
target/linux/generic/patches-3.14/733-phy_mvsw6171.patch
target/linux/generic/patches-3.18/724-phy_ar8216.patch
target/linux/generic/patches-3.18/725-phy_rtl8306.patch
target/linux/generic/patches-3.18/726-phy_rtl8366.patch
target/linux/generic/patches-3.18/733-phy_mvsw6171.patch
target/linux/generic/patches-3.3/724-phy_ar8216.patch
target/linux/generic/patches-3.3/725-phy_rtl8306.patch
target/linux/generic/patches-3.3/726-phy_rtl8366.patch
target/linux/generic/patches-3.8/724-phy_ar8216.patch
target/linux/generic/patches-3.8/725-phy_rtl8306.patch
target/linux/generic/patches-3.8/726-phy_rtl8366.patch