]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
mv643xx_eth: move all work to the napi poll handler
authorLennert Buytenhek <buytenh@wantstofly.org>
Thu, 28 Aug 2008 06:09:10 +0000 (08:09 +0200)
committerLennert Buytenhek <buytenh@marvell.com>
Sun, 14 Sep 2008 12:09:00 +0000 (14:09 +0200)
commit1fa38c586e92cce4ce06bfc08ad3134b8445170b
tree28cd1270bf83cdb614f31ca6f355b31cc51c5dd0
parente5ef1de198c7bf2ca10de82add06536ed6165f8b
mv643xx_eth: move all work to the napi poll handler

Move link status handling, transmit reclaim and TX_END handling from
the interrupt handler to the napi poll handler.  This allows switching
->lock over to a non-IRQ-safe lock and removes all explicit interrupt
disabling from the driver.

Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
drivers/net/mv643xx_eth.c