aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ixp4xx/patches-2.6.37/105-wg302v1_support.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-02-26 06:23:32 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-02-26 06:23:32 +0000
commitc3f3c60730962183f4e6c1d51385f4cab31ae667 (patch)
tree66262a90ad050a1a2be5892f28f8944323b10696 /target/linux/ixp4xx/patches-2.6.37/105-wg302v1_support.patch
parent053485e66e75c4347783c3458be35aa287b4bdf4 (diff)
downloadupstream-c3f3c60730962183f4e6c1d51385f4cab31ae667.tar.gz
upstream-c3f3c60730962183f4e6c1d51385f4cab31ae667.tar.bz2
upstream-c3f3c60730962183f4e6c1d51385f4cab31ae667.zip
ixp4xx: clean up patches, fold the 2.6.37 update patch into the relevant board support patches
SVN-Revision: 25727
Diffstat (limited to 'target/linux/ixp4xx/patches-2.6.37/105-wg302v1_support.patch')
-rw-r--r--target/linux/ixp4xx/patches-2.6.37/105-wg302v1_support.patch4
1 files changed, 1 insertions, 3 deletions
diff --git a/target/linux/ixp4xx/patches-2.6.37/105-wg302v1_support.patch b/target/linux/ixp4xx/patches-2.6.37/105-wg302v1_support.patch
index 6e12caa440..4d2e4a1d34 100644
--- a/target/linux/ixp4xx/patches-2.6.37/105-wg302v1_support.patch
+++ b/target/linux/ixp4xx/patches-2.6.37/105-wg302v1_support.patch
@@ -112,7 +112,7 @@
+subsys_initcall(wg302v1_pci_init);
--- /dev/null
+++ b/arch/arm/mach-ixp4xx/wg302v1-setup.c
-@@ -0,0 +1,142 @@
+@@ -0,0 +1,140 @@
+/*
+ * arch/arm/mach-ixp4xx/wg302v1-setup.c
+ *
@@ -246,8 +246,6 @@
+#ifdef CONFIG_MACH_WG302V1
+MACHINE_START(WG302V1, "Netgear WG302 v1 / WAG302 v1")
+ /* Maintainer: Imre Kaloz <kaloz@openwrt.org> */
-+ .phys_io = IXP4XX_PERIPHERAL_BASE_PHYS,
-+ .io_pg_offst = ((IXP4XX_PERIPHERAL_BASE_VIRT) >> 18) & 0xfffc,
+ .map_io = ixp4xx_map_io,
+ .init_irq = ixp4xx_init_irq,
+ .timer = &ixp4xx_timer,