commit | 5087b915d5c33a0dd1af90eb41cc3e04117c5231 | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@ti.com> | Fri Jan 16 10:11:11 2015 -0600 |
committer | David S. Miller <davem@davemloft.net> | Sun Jan 18 01:07:29 2015 -0500 |
tree | 2abdd3e9de2569f935b98b3c5947211597ec09f7 | |
parent | 053c095a82cf773075e83d7233b5cc19a1f73ece [diff] |
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>