diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-11-12 17:49:01 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-11-12 17:49:01 +0000 |
commit | d8297bb0a4e520c83175a987ff70e4a72f2bd603 (patch) | |
tree | 701089c26274a474abbf02d62843dd79187ca46b /target/linux/brcm63xx/patches-2.6.27/010-add_integrated_ethernet_phy_support.patch | |
parent | a1b7c85cd4b2c2af1392b26b72893ee164e8d351 (diff) |
[kernel] update to 2.6.25.20, 2.6.26.8, 2.6.27.5 and refresh patches
* based on a patch by Hauke Mehrtens
* closes #4193
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13192 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/patches-2.6.27/010-add_integrated_ethernet_phy_support.patch')
-rw-r--r-- | target/linux/brcm63xx/patches-2.6.27/010-add_integrated_ethernet_phy_support.patch | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/target/linux/brcm63xx/patches-2.6.27/010-add_integrated_ethernet_phy_support.patch b/target/linux/brcm63xx/patches-2.6.27/010-add_integrated_ethernet_phy_support.patch index 0ccafc1c00..87f54a50b8 100644 --- a/target/linux/brcm63xx/patches-2.6.27/010-add_integrated_ethernet_phy_support.patch +++ b/target/linux/brcm63xx/patches-2.6.27/010-add_integrated_ethernet_phy_support.patch @@ -11,11 +11,9 @@ Signed-off-by: Maxime Bizon <mbizon@freebox.fr> 3 files changed, 139 insertions(+), 0 deletions(-) create mode 100644 drivers/net/phy/bcm63xx.c -diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig -index d55932a..a5d2c2d 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig -@@ -56,6 +56,12 @@ config BROADCOM_PHY +@@ -62,6 +62,12 @@ config BROADCOM_PHY Currently supports the BCM5411, BCM5421, BCM5461, BCM5464, BCM5481 and BCM5482 PHYs. @@ -28,21 +26,16 @@ index d55932a..a5d2c2d 100644 config ICPLUS_PHY tristate "Drivers for ICPlus PHYs" ---help--- -diff --git a/drivers/net/phy/Makefile b/drivers/net/phy/Makefile -index eee329f..0d43f58 100644 --- a/drivers/net/phy/Makefile +++ b/drivers/net/phy/Makefile -@@ -11,6 +11,7 @@ obj-$(CONFIG_QSEMI_PHY) += qsemi.o +@@ -12,6 +12,7 @@ obj-$(CONFIG_QSEMI_PHY) += qsemi.o obj-$(CONFIG_SMSC_PHY) += smsc.o obj-$(CONFIG_VITESSE_PHY) += vitesse.o obj-$(CONFIG_BROADCOM_PHY) += broadcom.o +obj-$(CONFIG_BCM63XX_PHY) += bcm63xx.o obj-$(CONFIG_ICPLUS_PHY) += icplus.o - obj-$(CONFIG_REALTEK_PHY) += realtek.o - obj-$(CONFIG_FIXED_PHY) += fixed.o -diff --git a/drivers/net/phy/bcm63xx.c b/drivers/net/phy/bcm63xx.c -new file mode 100644 -index 0000000..4fed95e + obj-$(CONFIG_ADM6996_PHY) += adm6996.o + obj-$(CONFIG_MVSWITCH_PHY) += mvswitch.o --- /dev/null +++ b/drivers/net/phy/bcm63xx.c @@ -0,0 +1,132 @@ @@ -178,6 +171,3 @@ index 0000000..4fed95e + +module_init(bcm63xx_phy_init); +module_exit(bcm63xx_phy_exit); --- -1.5.4.3 - |