From 904141001751effef1fb7324061c3447d360f9a6 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 17 Jul 2014 16:36:43 +0000 Subject: atheros[ar231x-eth]: pass phys address of I/O memory via platform res Signed-off-by: Sergey Ryazanov SVN-Revision: 41697 --- target/linux/atheros/patches-3.10/220-enet_micrel_workaround.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'target/linux/atheros/patches-3.10/220-enet_micrel_workaround.patch') diff --git a/target/linux/atheros/patches-3.10/220-enet_micrel_workaround.patch b/target/linux/atheros/patches-3.10/220-enet_micrel_workaround.patch index cc3a74e..361b4e3 100644 --- a/target/linux/atheros/patches-3.10/220-enet_micrel_workaround.patch +++ b/target/linux/atheros/patches-3.10/220-enet_micrel_workaround.patch @@ -41,7 +41,7 @@ int ar231x_probe(struct platform_device *pdev) { struct net_device *dev; -@@ -287,6 +314,23 @@ int ar231x_probe(struct platform_device +@@ -284,6 +311,23 @@ int ar231x_probe(struct platform_device mdiobus_register(sp->mii_bus); @@ -65,7 +65,7 @@ if (ar231x_mdiobus_probe(dev) != 0) { printk(KERN_ERR "%s: mdiobus_probe failed\n", dev->name); rx_tasklet_cleanup(dev); -@@ -343,8 +387,10 @@ static int ar231x_remove(struct platform +@@ -340,8 +384,10 @@ static int ar231x_remove(struct platform rx_tasklet_cleanup(dev); ar231x_init_cleanup(dev); unregister_netdev(dev); @@ -78,7 +78,7 @@ kfree(dev); return 0; } -@@ -1103,6 +1149,9 @@ static int ar231x_ioctl(struct net_devic +@@ -1100,6 +1146,9 @@ static int ar231x_ioctl(struct net_devic struct ar231x_private *sp = netdev_priv(dev); int ret; -- cgit v1.1