From: Andrew Lunn <and...@lunn.ch> Date: Sat, 5 May 2018 20:58:22 +0200
> Most of the mv88e6xxx switches have the PHYs at address 0, 1, 2, ... > The 6341 however has the PHYs at 0x10, 0x11, 0x12. Add a parameter to > the info structure for this base address. > > Testing of 6f88284f3bd7 ("net: dsa: mv88e6xxx: Add MDIO interrupts for > internal PHYs") was performed on the 6341. So it works only on the > 6341. Use this base information to correctly set the interrupt. > > Fixes: 6f88284f3bd7 ("net: dsa: mv88e6xxx: Add MDIO interrupts for internal > PHYs") > Signed-off-by: Andrew Lunn <and...@lunn.ch> Applied to 'net'. > This is a rather big patch for net, but it is simple. What it is > fixing is also not too big an issue. Since the interrupt number is in > the wrong place, phylib does not find it, and so does polling. So i > would understand if this goes to net-next, not net. It's 'big' but simple.