commit | 6f88284f3bd77a0e51de22d4956f07557bcc0dbf | [log] [tgz] |
---|---|---|
author | Andrew Lunn <andrew@lunn.ch> | Sat Mar 17 20:32:05 2018 +0100 |
committer | David S. Miller <davem@davemloft.net> | Sun Mar 18 16:52:59 2018 -0400 |
tree | d0669876ce2f0829c5f48dca950625ffe3d90fd3 | |
parent | bc3931557d1d55584100b1ffefc248137b5cb7e1 [diff] |
net: dsa: mv88e6xxx: Add MDIO interrupts for internal PHYs When registering an MDIO bus, it is possible to pass an array of interrupts, one per address on the bus. phylib will then associate the interrupt to the PHY device, if no other interrupt is provided. Some of the global2 interrupts are PHY interrupts. Place them into the MDIO bus structure. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>