git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5ef1de
)
mv643xx_eth: move all work to the napi poll handler
author
Lennert Buytenhek
<buytenh@wantstofly.org>
Thu, 28 Aug 2008 06:09:10 +0000
(08:09 +0200)
committer
Lennert Buytenhek
<buytenh@marvell.com>
Sun, 14 Sep 2008 12:09:00 +0000
(14:09 +0200)
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>
No differences found