]> git.baikalelectronics.ru Git - kernel.git/commit
sh_eth: remove unchecked interrupts for RZ/A1
authorChris Brandt <chris.brandt@renesas.com>
Thu, 1 Dec 2016 18:32:14 +0000 (13:32 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 2 Dec 2016 18:54:50 +0000 (13:54 -0500)
commit6870e3dc9655354935901f9ff687777286511321
treeacc7fcdf9974c9daad002649333de9c41171b39c
parentf8dc988f3210ea3d5babfa1730faa9c7c5485068
sh_eth: remove unchecked interrupts for RZ/A1

When streaming a lot of data and the RZ/A1 can't keep up, some status bits
will get set that are not being checked or cleared which cause the
following messages and the Ethernet driver to stop working. This
patch fixes that issue.

irq 21: nobody cared (try booting with the "irqpoll" option)
handlers:
[<c036b71c>] sh_eth_interrupt
Disabling IRQ #21

Fixes: 8c8d98a6e44cfb77 ("sh_eth: Add support for r7s72100")
Signed-off-by: Chris Brandt <chris.brandt@renesas.com>
Acked-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/renesas/sh_eth.c