From 8e350b3e9d907bcb264d990160dfcc56bf569728 Mon Sep 17 00:00:00 2001 From: kaloz Date: Wed, 25 Jun 2008 22:39:39 +0000 Subject: sync with the orion git tree git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11575 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../patches/014-avoid_setting_force_phy_addr.patch | 71 ---------------------- 1 file changed, 71 deletions(-) delete mode 100644 target/linux/orion/patches/014-avoid_setting_force_phy_addr.patch (limited to 'target/linux/orion/patches/014-avoid_setting_force_phy_addr.patch') diff --git a/target/linux/orion/patches/014-avoid_setting_force_phy_addr.patch b/target/linux/orion/patches/014-avoid_setting_force_phy_addr.patch deleted file mode 100644 index d47e5dd28..000000000 --- a/target/linux/orion/patches/014-avoid_setting_force_phy_addr.patch +++ /dev/null @@ -1,71 +0,0 @@ -The mv643xx_eth platform data field ->force_phy_addr only needs -to be set if the passed-in ->phy_addr field is zero (to distinguish -the case of not having specified a phy address -(force_phy_addr = 0) from the case where a phy address of zero needs -to be used (force_phy_addr = 1.)) - -Also, the ->force_phy_addr field will hopefully disappear in a -future mv643xx_eth reorganisation. - -Therefore, this patch deletes the ->force_phy_addr field initialiser -from all Orion board code. - -Signed-off-by: Lennert Buytenhek ---- - arch/arm/mach-orion5x/db88f5281-setup.c | 1 - - arch/arm/mach-orion5x/dns323-setup.c | 1 - - arch/arm/mach-orion5x/kurobox_pro-setup.c | 1 - - arch/arm/mach-orion5x/rd88f5182-setup.c | 1 - - arch/arm/mach-orion5x/ts209-setup.c | 1 - - 5 files changed, 0 insertions(+), 5 deletions(-) - ---- a/arch/arm/mach-orion5x/db88f5281-setup.c -+++ b/arch/arm/mach-orion5x/db88f5281-setup.c -@@ -286,7 +286,6 @@ - ****************************************************************************/ - static struct mv643xx_eth_platform_data db88f5281_eth_data = { - .phy_addr = 8, -- .force_phy_addr = 1, - }; - - /***************************************************************************** ---- a/arch/arm/mach-orion5x/dns323-setup.c -+++ b/arch/arm/mach-orion5x/dns323-setup.c -@@ -82,7 +82,6 @@ - - static struct mv643xx_eth_platform_data dns323_eth_data = { - .phy_addr = 8, -- .force_phy_addr = 1, - }; - - /**************************************************************************** ---- a/arch/arm/mach-orion5x/kurobox_pro-setup.c -+++ b/arch/arm/mach-orion5x/kurobox_pro-setup.c -@@ -160,7 +160,6 @@ - - static struct mv643xx_eth_platform_data kurobox_pro_eth_data = { - .phy_addr = 8, -- .force_phy_addr = 1, - }; - - /***************************************************************************** ---- a/arch/arm/mach-orion5x/rd88f5182-setup.c -+++ b/arch/arm/mach-orion5x/rd88f5182-setup.c -@@ -222,7 +222,6 @@ - - static struct mv643xx_eth_platform_data rd88f5182_eth_data = { - .phy_addr = 8, -- .force_phy_addr = 1, - }; - - /***************************************************************************** ---- a/arch/arm/mach-orion5x/ts209-setup.c -+++ b/arch/arm/mach-orion5x/ts209-setup.c -@@ -191,7 +191,6 @@ - - static struct mv643xx_eth_platform_data qnap_ts209_eth_data = { - .phy_addr = 8, -- .force_phy_addr = 1, - }; - - static int __init parse_hex_nibble(char n) -- cgit v1.2.3