Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sky2: fix hang in napi_disable | stephen hemminger | 2011-11-17 | 1 | -0/+1 |
| | | | | | | | | If IRQ was never initialized, then calling napi_disable() would hang. Add more bookkeeping to track whether IRQ was ever initialized. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net> | ||||
* | skge/sky2/mv643xx/pxa168: Move the Marvell Ethernet drivers | Jeff Kirsher | 2011-08-12 | 1 | -0/+2427 |
Move the Marvell Ethernet drivers into drivers/net/ethernet/marvell/ and make the necessary Kconfig and Makefile changes. CC: Sachin Sanap <ssanap@marvell.com> CC: Zhangfei Gao <zgao6@marvell.com> CC: Philip Rakity <prakity@marvell.com> CC: Mark Brown <markb@marvell.com> CC: Lennert Buytenhek <buytenh@marvell.com> CC: Stephen Hemminger <shemminger@linux-foundation.org> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> |