projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
small fixes mostly for kernel 2.6.31
[openwrt.git]
/
target
/
linux
/
ixp4xx
/
patches-2.6.30
/
205-npe_driver_separate_phy_functions.patch
diff --git
a/target/linux/ixp4xx/patches-2.6.30/205-npe_driver_separate_phy_functions.patch
b/target/linux/ixp4xx/patches-2.6.30/205-npe_driver_separate_phy_functions.patch
index
885ecec
..
6120176
100644
(file)
--- a/
target/linux/ixp4xx/patches-2.6.30/205-npe_driver_separate_phy_functions.patch
+++ b/
target/linux/ixp4xx/patches-2.6.30/205-npe_driver_separate_phy_functions.patch
@@
-73,7
+73,7
@@
if (!ports_open)
qmgr_disable_irq(TXDONE_QUEUE);
if (!ports_open)
qmgr_disable_irq(TXDONE_QUEUE);
-@@ -11
49,7 +1195
,6 @@ static int __devinit eth_init_one(struct
+@@ -11
51,7 +1197
,6 @@ static int __devinit eth_init_one(struct
struct net_device *dev;
struct eth_plat_info *plat = pdev->dev.platform_data;
u32 regs_phys;
struct net_device *dev;
struct eth_plat_info *plat = pdev->dev.platform_data;
u32 regs_phys;
@@
-81,7
+81,7
@@
int err;
if (!(dev = alloc_etherdev(sizeof(struct port))))
int err;
if (!(dev = alloc_etherdev(sizeof(struct port))))
-@@ -120
7,18 +1252
,10 @@ static int __devinit eth_init_one(struct
+@@ -120
9,18 +1254
,10 @@ static int __devinit eth_init_one(struct
__raw_writel(DEFAULT_CORE_CNTRL, &port->regs->core_control);
udelay(50);
__raw_writel(DEFAULT_CORE_CNTRL, &port->regs->core_control);
udelay(50);
@@
-102,7
+102,7
@@
if ((err = register_netdev(dev)))
goto err_phy_dis;
if ((err = register_netdev(dev)))
goto err_phy_dis;
-@@ -124
5,7 +1282
,7 @@ static int __devexit eth_remove_one(stru
+@@ -124
7,7 +1284
,7 @@ static int __devexit eth_remove_one(stru
struct net_device *dev = platform_get_drvdata(pdev);
struct port *port = netdev_priv(dev);
struct net_device *dev = platform_get_drvdata(pdev);
struct port *port = netdev_priv(dev);
This page took
0.028128 seconds
and
4
git commands to generate.