commit | cc89c323a30e73114a21fc125d2f841658a09987 | [log] [tgz] |
---|---|---|
author | Woojung Huh <woojung.huh@microchip.com> | Tue Nov 01 20:02:00 2016 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Nov 02 15:23:16 2016 -0400 |
tree | 1674039ef0cae17a9c1de512b695a36e9adfcd72 | |
parent | 2331ccc5b3231c35b758fe274f45fbed38467f94 [diff] |
lan78xx: Use irq_domain for phy interrupt from USB Int. EP To utilize phylib with interrupt fully than handling some of phy stuff in the MAC driver, create irq_domain for USB interrupt EP of phy interrupt and pass the irq number to phy_connect_direct() instead of PHY_IGNORE_INTERRUPT. Idea comes from drivers/gpio/gpio-dl2.c Signed-off-by: Woojung Huh <woojung.huh@microchip.com> Signed-off-by: David S. Miller <davem@davemloft.net>