]> git.ipfire.org Git - people/ms/u-boot.git/commit
net: Fix problem with 405EZ ethernet interrupt
authorJames Clough <james@rtetc.com>
Thu, 10 Sep 2009 07:11:50 +0000 (09:11 +0200)
committerBen Warren <biggerbadderben@gmail.com>
Mon, 5 Oct 2009 05:25:20 +0000 (22:25 -0700)
commitc0b46d8ead3c6c5b569c83544fd71b9d73356869
treef5e7fd998ba1b740dc631d95e63dcbf01169fecb
parent91b469c95faf92435e3d5d78292ba78075a3c5ca
net: Fix problem with 405EZ ethernet interrupt

On 405EZ the RX-/TX-interrupts are coalesced into one IRQ bit in the
UIC. We need to acknowledge the RX-/TX-interrupts in the
SDR0_ICINTSTAT reg as well.

This problem was introduced with commit
d1631fe1 [ppc4xx: Consolidate PPC4xx UIC defines]

Signed-off-by: James Clough <james@rtetc.com>
Signed-off-by: Stefan Roese <sr@denx.de>
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
drivers/net/4xx_enet.c