commit | 08c9c126004e999f0c05b369d1e0cc757e6040cc | [log] [tgz] |
---|---|---|
author | Gavin Shan <gwshan@linux.vnet.ibm.com> | Thu Sep 22 08:35:01 2016 +0930 |
committer | David S. Miller <davem@davemloft.net> | Thu Sep 22 03:31:14 2016 -0400 |
tree | 9382323b5cde04bbc3c59007cfd7913169910ba5 | |
parent | 2a0ab8ebbec634127987fc8dbbd09a7fd7274e3d [diff] |
net/faraday: Clear stale interrupts There is stale interrupt (PHYSTS_CHG in ISR, bit#6 in 0x0) from the bootloader (uboot) when enabling the MAC. The stale interrupts aren't part of kernel and should be cleared. This clears the stale interrupts in ISR (0x0) when enabling the MAC. Signed-off-by: Gavin Shan <gwshan@linux.vnet.ibm.com> Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: David S. Miller <davem@davemloft.net>