]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net: ethernet: cpsw: unroll IRQ request loop
authorFelipe Balbi <balbi@ti.com>
Fri, 16 Jan 2015 16:11:11 +0000 (10:11 -0600)
committerDavid S. Miller <davem@davemloft.net>
Sun, 18 Jan 2015 06:07:29 +0000 (01:07 -0500)
commit5087b915d5c33a0dd1af90eb41cc3e04117c5231
tree2abdd3e9de2569f935b98b3c5947211597ec09f7
parent053c095a82cf773075e83d7233b5cc19a1f73ece
net: ethernet: cpsw: unroll IRQ request loop

This patch is in preparation for a nicer IRQ
handling scheme where we use different IRQ
handlers for each IRQ line (as it should be).

Later, we will also drop IRQs offset 0 and 3
because they are always disabled in this driver.

Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/ti/cpsw.c