commit | 16994374a6fc6a620aae199243c34ccb9efa0ac7 | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Wed Sep 05 12:42:12 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Sep 06 07:48:33 2018 -0700 |
tree | cabafc41f0510bfeba75bcb826c6e4a01e971744 | |
parent | 8ca7c1608c34aeaed2411af60b3531b2ddf85cc3 [diff] |
net: dsa: b53: Make SRAB driver manage port interrupts Update the SRAB driver to manage per-port interrupts. Since we cannot sleep during b53_io_ops, schedule a workqueue whenever we get a port specific interrupt. We will later make use of this to call back into PHYLINK when there is e.g: a link state change. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>