summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-06-08 20:19:05 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-06-08 20:19:05 +0000
commitc3b78ad426127eb4eaa4ae5e8c919fe53204b213 (patch)
tree7ebf0439ebc8c5e138b7d347005316e501122e34 /target
parent3360def59f26278b2009502cc62c8eb5d0d0febd (diff)
ip17xx: Rename the driver to ip17xx.c
Following the big internal rename, this is the external rename. Rename the source file to ip17xx.c and adjust Makefile and Kconfig. Signed-off-by: Martin Mares <mj@ucw.cz> Signed-off-by: Patrick Horn <patrick.horn@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21724 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/atheros/config-2.6.302
-rw-r--r--target/linux/atheros/config-2.6.322
-rw-r--r--target/linux/atheros/config-2.6.332
-rw-r--r--target/linux/atheros/config-2.6.342
-rw-r--r--target/linux/generic-2.6/config-2.6.302
-rw-r--r--target/linux/generic-2.6/config-2.6.312
-rw-r--r--target/linux/generic-2.6/config-2.6.322
-rw-r--r--target/linux/generic-2.6/config-2.6.332
-rw-r--r--target/linux/generic-2.6/config-2.6.342
-rw-r--r--target/linux/generic-2.6/config-2.6.352
-rw-r--r--target/linux/generic-2.6/files/drivers/net/phy/ip17xx.c (renamed from target/linux/generic-2.6/files/drivers/net/phy/ip175c.c)0
-rw-r--r--target/linux/generic-2.6/patches-2.6.30/670-phy_ip175c.patch6
-rw-r--r--target/linux/generic-2.6/patches-2.6.31/670-phy_ip175c.patch6
-rw-r--r--target/linux/generic-2.6/patches-2.6.32/670-phy_ip175c.patch6
-rw-r--r--target/linux/generic-2.6/patches-2.6.33/670-phy_ip175c.patch6
-rw-r--r--target/linux/generic-2.6/patches-2.6.34/670-phy_ip175c.patch6
16 files changed, 25 insertions, 25 deletions
diff --git a/target/linux/atheros/config-2.6.30 b/target/linux/atheros/config-2.6.30
index 280444750..32c98146f 100644
--- a/target/linux/atheros/config-2.6.30
+++ b/target/linux/atheros/config-2.6.30
@@ -82,7 +82,7 @@ CONFIG_HAVE_OPROFILE=y
CONFIG_HW_HAS_PCI=y
CONFIG_HW_RANDOM=y
CONFIG_INITRAMFS_SOURCE=""
-CONFIG_IP175C_PHY=y
+CONFIG_IP17XX_PHY=y
CONFIG_IRQ_CPU=y
# CONFIG_LEDS_GPIO is not set
# CONFIG_LEMOTE_FULONG is not set
diff --git a/target/linux/atheros/config-2.6.32 b/target/linux/atheros/config-2.6.32
index 4d1afa466..21ed3b44c 100644
--- a/target/linux/atheros/config-2.6.32
+++ b/target/linux/atheros/config-2.6.32
@@ -88,7 +88,7 @@ CONFIG_HW_HAS_PCI=y
CONFIG_HW_RANDOM=y
CONFIG_IMAGE_CMDLINE_HACK=y
CONFIG_INITRAMFS_SOURCE=""
-CONFIG_IP175C_PHY=y
+CONFIG_IP17XX_PHY=y
CONFIG_IRQ_CPU=y
# CONFIG_LEDS_GPIO is not set
# CONFIG_MACH_ALCHEMY is not set
diff --git a/target/linux/atheros/config-2.6.33 b/target/linux/atheros/config-2.6.33
index df0dcfb38..6e1092cfa 100644
--- a/target/linux/atheros/config-2.6.33
+++ b/target/linux/atheros/config-2.6.33
@@ -126,7 +126,7 @@ CONFIG_INLINE_WRITE_UNLOCK=y
# CONFIG_INLINE_WRITE_UNLOCK_BH is not set
CONFIG_INLINE_WRITE_UNLOCK_IRQ=y
# CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set
-CONFIG_IP175C_PHY=y
+CONFIG_IP17XX_PHY=y
CONFIG_IRQ_CPU=y
# CONFIG_LEDS_GPIO is not set
CONFIG_LOONGSON_UART_BASE=y
diff --git a/target/linux/atheros/config-2.6.34 b/target/linux/atheros/config-2.6.34
index 10d269525..ee77cb921 100644
--- a/target/linux/atheros/config-2.6.34
+++ b/target/linux/atheros/config-2.6.34
@@ -130,7 +130,7 @@ CONFIG_INLINE_WRITE_UNLOCK=y
# CONFIG_INLINE_WRITE_UNLOCK_BH is not set
CONFIG_INLINE_WRITE_UNLOCK_IRQ=y
# CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set
-CONFIG_IP175C_PHY=y
+CONFIG_IP17XX_PHY=y
CONFIG_IRQ_CPU=y
# CONFIG_LEDS_GPIO is not set
# CONFIG_LOGFS is not set
diff --git a/target/linux/generic-2.6/config-2.6.30 b/target/linux/generic-2.6/config-2.6.30
index 9ae6fb627..c73d8d8b4 100644
--- a/target/linux/generic-2.6/config-2.6.30
+++ b/target/linux/generic-2.6/config-2.6.30
@@ -869,7 +869,7 @@ CONFIG_INPUT_MISC=y
CONFIG_IOSCHED_DEADLINE=y
CONFIG_IOSCHED_NOOP=y
# CONFIG_IP1000 is not set
-# CONFIG_IP175C_PHY is not set
+# CONFIG_IP17XX_PHY is not set
# CONFIG_IP6_NF_FILTER is not set
# CONFIG_IP6_NF_IPTABLES is not set
# CONFIG_IP6_NF_MANGLE is not set
diff --git a/target/linux/generic-2.6/config-2.6.31 b/target/linux/generic-2.6/config-2.6.31
index 662d8946d..9f76b7ad0 100644
--- a/target/linux/generic-2.6/config-2.6.31
+++ b/target/linux/generic-2.6/config-2.6.31
@@ -861,7 +861,7 @@ CONFIG_INPUT_MISC=y
CONFIG_IOSCHED_DEADLINE=y
CONFIG_IOSCHED_NOOP=y
# CONFIG_IP1000 is not set
-# CONFIG_IP175C_PHY is not set
+# CONFIG_IP17XX_PHY is not set
# CONFIG_IP6_NF_FILTER is not set
# CONFIG_IP6_NF_IPTABLES is not set
# CONFIG_IP6_NF_MANGLE is not set
diff --git a/target/linux/generic-2.6/config-2.6.32 b/target/linux/generic-2.6/config-2.6.32
index 3b08e2fc5..8a74ab36c 100644
--- a/target/linux/generic-2.6/config-2.6.32
+++ b/target/linux/generic-2.6/config-2.6.32
@@ -920,7 +920,7 @@ CONFIG_INPUT_MISC=y
CONFIG_IOSCHED_DEADLINE=y
CONFIG_IOSCHED_NOOP=y
# CONFIG_IP1000 is not set
-# CONFIG_IP175C_PHY is not set
+# CONFIG_IP17XX_PHY is not set
# CONFIG_IP6_NF_FILTER is not set
# CONFIG_IP6_NF_IPTABLES is not set
# CONFIG_IP6_NF_MANGLE is not set
diff --git a/target/linux/generic-2.6/config-2.6.33 b/target/linux/generic-2.6/config-2.6.33
index b7cf9f0e6..ba4439d9b 100644
--- a/target/linux/generic-2.6/config-2.6.33
+++ b/target/linux/generic-2.6/config-2.6.33
@@ -930,7 +930,7 @@ CONFIG_INPUT_MISC=y
CONFIG_IOSCHED_DEADLINE=y
CONFIG_IOSCHED_NOOP=y
# CONFIG_IP1000 is not set
-# CONFIG_IP175C_PHY is not set
+# CONFIG_IP17XX_PHY is not set
# CONFIG_IP6_NF_FILTER is not set
# CONFIG_IP6_NF_IPTABLES is not set
# CONFIG_IP6_NF_MANGLE is not set
diff --git a/target/linux/generic-2.6/config-2.6.34 b/target/linux/generic-2.6/config-2.6.34
index 8268a131e..ad8e17df0 100644
--- a/target/linux/generic-2.6/config-2.6.34
+++ b/target/linux/generic-2.6/config-2.6.34
@@ -977,7 +977,7 @@ CONFIG_INPUT_MISC=y
CONFIG_IOSCHED_DEADLINE=y
CONFIG_IOSCHED_NOOP=y
# CONFIG_IP1000 is not set
-# CONFIG_IP175C_PHY is not set
+# CONFIG_IP17XX_PHY is not set
# CONFIG_IP6_NF_FILTER is not set
# CONFIG_IP6_NF_IPTABLES is not set
# CONFIG_IP6_NF_MANGLE is not set
diff --git a/target/linux/generic-2.6/config-2.6.35 b/target/linux/generic-2.6/config-2.6.35
index 38e85c32a..89aa35873 100644
--- a/target/linux/generic-2.6/config-2.6.35
+++ b/target/linux/generic-2.6/config-2.6.35
@@ -984,7 +984,7 @@ CONFIG_INPUT_MISC=y
CONFIG_IOSCHED_DEADLINE=y
CONFIG_IOSCHED_NOOP=y
# CONFIG_IP1000 is not set
-# CONFIG_IP175C_PHY is not set
+# CONFIG_IP17XX_PHY is not set
# CONFIG_IP6_NF_FILTER is not set
# CONFIG_IP6_NF_IPTABLES is not set
# CONFIG_IP6_NF_MANGLE is not set
diff --git a/target/linux/generic-2.6/files/drivers/net/phy/ip175c.c b/target/linux/generic-2.6/files/drivers/net/phy/ip17xx.c
index df172d51e..df172d51e 100644
--- a/target/linux/generic-2.6/files/drivers/net/phy/ip175c.c
+++ b/target/linux/generic-2.6/files/drivers/net/phy/ip17xx.c
diff --git a/target/linux/generic-2.6/patches-2.6.30/670-phy_ip175c.patch b/target/linux/generic-2.6/patches-2.6.30/670-phy_ip175c.patch
index 461df5046..5d8ba3c62 100644
--- a/target/linux/generic-2.6/patches-2.6.30/670-phy_ip175c.patch
+++ b/target/linux/generic-2.6/patches-2.6.30/670-phy_ip175c.patch
@@ -4,8 +4,8 @@
config MVSWITCH_PHY
tristate "Driver for Marvell 88E6060 switches"
-+config IP175C_PHY
-+ tristate "Driver for IC+ IP175C/IP178C switches"
++config IP17XX_PHY
++ tristate "Driver for IC+ IP17xx switches"
+ select SWCONFIG
+
config FIXED_PHY
@@ -17,7 +17,7 @@
obj-$(CONFIG_ICPLUS_PHY) += icplus.o
obj-$(CONFIG_ADM6996_PHY) += adm6996.o
obj-$(CONFIG_MVSWITCH_PHY) += mvswitch.o
-+obj-$(CONFIG_IP175C_PHY) += ip175c.o
++obj-$(CONFIG_IP17XX_PHY) += ip17xx.o
obj-$(CONFIG_REALTEK_PHY) += realtek.o
obj-$(CONFIG_LSI_ET1011C_PHY) += et1011c.o
obj-$(CONFIG_FIXED_PHY) += fixed.o
diff --git a/target/linux/generic-2.6/patches-2.6.31/670-phy_ip175c.patch b/target/linux/generic-2.6/patches-2.6.31/670-phy_ip175c.patch
index 461df5046..5d8ba3c62 100644
--- a/target/linux/generic-2.6/patches-2.6.31/670-phy_ip175c.patch
+++ b/target/linux/generic-2.6/patches-2.6.31/670-phy_ip175c.patch
@@ -4,8 +4,8 @@
config MVSWITCH_PHY
tristate "Driver for Marvell 88E6060 switches"
-+config IP175C_PHY
-+ tristate "Driver for IC+ IP175C/IP178C switches"
++config IP17XX_PHY
++ tristate "Driver for IC+ IP17xx switches"
+ select SWCONFIG
+
config FIXED_PHY
@@ -17,7 +17,7 @@
obj-$(CONFIG_ICPLUS_PHY) += icplus.o
obj-$(CONFIG_ADM6996_PHY) += adm6996.o
obj-$(CONFIG_MVSWITCH_PHY) += mvswitch.o
-+obj-$(CONFIG_IP175C_PHY) += ip175c.o
++obj-$(CONFIG_IP17XX_PHY) += ip17xx.o
obj-$(CONFIG_REALTEK_PHY) += realtek.o
obj-$(CONFIG_LSI_ET1011C_PHY) += et1011c.o
obj-$(CONFIG_FIXED_PHY) += fixed.o
diff --git a/target/linux/generic-2.6/patches-2.6.32/670-phy_ip175c.patch b/target/linux/generic-2.6/patches-2.6.32/670-phy_ip175c.patch
index 862868c8d..a9452b3bb 100644
--- a/target/linux/generic-2.6/patches-2.6.32/670-phy_ip175c.patch
+++ b/target/linux/generic-2.6/patches-2.6.32/670-phy_ip175c.patch
@@ -4,8 +4,8 @@
config MVSWITCH_PHY
tristate "Driver for Marvell 88E6060 switches"
-+config IP175C_PHY
-+ tristate "Driver for IC+ IP175C/IP178C switches"
++config IP17XX_PHY
++ tristate "Driver for IC+ IP17xx switches"
+ select SWCONFIG
+
config FIXED_PHY
@@ -17,7 +17,7 @@
obj-$(CONFIG_ICPLUS_PHY) += icplus.o
obj-$(CONFIG_ADM6996_PHY) += adm6996.o
obj-$(CONFIG_MVSWITCH_PHY) += mvswitch.o
-+obj-$(CONFIG_IP175C_PHY) += ip175c.o
++obj-$(CONFIG_IP17XX_PHY) += ip17xx.o
obj-$(CONFIG_REALTEK_PHY) += realtek.o
obj-$(CONFIG_LSI_ET1011C_PHY) += et1011c.o
obj-$(CONFIG_FIXED_PHY) += fixed.o
diff --git a/target/linux/generic-2.6/patches-2.6.33/670-phy_ip175c.patch b/target/linux/generic-2.6/patches-2.6.33/670-phy_ip175c.patch
index 862868c8d..a9452b3bb 100644
--- a/target/linux/generic-2.6/patches-2.6.33/670-phy_ip175c.patch
+++ b/target/linux/generic-2.6/patches-2.6.33/670-phy_ip175c.patch
@@ -4,8 +4,8 @@
config MVSWITCH_PHY
tristate "Driver for Marvell 88E6060 switches"
-+config IP175C_PHY
-+ tristate "Driver for IC+ IP175C/IP178C switches"
++config IP17XX_PHY
++ tristate "Driver for IC+ IP17xx switches"
+ select SWCONFIG
+
config FIXED_PHY
@@ -17,7 +17,7 @@
obj-$(CONFIG_ICPLUS_PHY) += icplus.o
obj-$(CONFIG_ADM6996_PHY) += adm6996.o
obj-$(CONFIG_MVSWITCH_PHY) += mvswitch.o
-+obj-$(CONFIG_IP175C_PHY) += ip175c.o
++obj-$(CONFIG_IP17XX_PHY) += ip17xx.o
obj-$(CONFIG_REALTEK_PHY) += realtek.o
obj-$(CONFIG_LSI_ET1011C_PHY) += et1011c.o
obj-$(CONFIG_FIXED_PHY) += fixed.o
diff --git a/target/linux/generic-2.6/patches-2.6.34/670-phy_ip175c.patch b/target/linux/generic-2.6/patches-2.6.34/670-phy_ip175c.patch
index e8c57cada..22a56ed4d 100644
--- a/target/linux/generic-2.6/patches-2.6.34/670-phy_ip175c.patch
+++ b/target/linux/generic-2.6/patches-2.6.34/670-phy_ip175c.patch
@@ -4,8 +4,8 @@
config MVSWITCH_PHY
tristate "Driver for Marvell 88E6060 switches"
-+config IP175C_PHY
-+ tristate "Driver for IC+ IP175C/IP178C switches"
++config IP17XX_PHY
++ tristate "Driver for IC+ IP17xx switches"
+ select SWCONFIG
+
config FIXED_PHY
@@ -17,7 +17,7 @@
obj-$(CONFIG_ICPLUS_PHY) += icplus.o
obj-$(CONFIG_ADM6996_PHY) += adm6996.o
obj-$(CONFIG_MVSWITCH_PHY) += mvswitch.o
-+obj-$(CONFIG_IP175C_PHY) += ip175c.o
++obj-$(CONFIG_IP17XX_PHY) += ip17xx.o
obj-$(CONFIG_REALTEK_PHY) += realtek.o
obj-$(CONFIG_LSI_ET1011C_PHY) += et1011c.o
obj-$(CONFIG_FIXED_PHY) += fixed.o