]> git.baikalelectronics.ru Git - kernel.git/commit
net: dsa: mv88e6xxx: Don't forbid MDIO I/Os for PHY addr >= num_of_ports
authorRomain Perier <romain.perier@free-electrons.com>
Mon, 30 Jan 2017 19:29:33 +0000 (20:29 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 30 Jan 2017 21:50:56 +0000 (16:50 -0500)
commit36f50e9cd0eef1b176eea2ca9a301f424b5be338
treec3ece580aad9d789166579fe7cafacc9f4199d4f
parent2c7f34e8846aff18faf11755bd5c6f9839d07cb6
net: dsa: mv88e6xxx: Don't forbid MDIO I/Os for PHY addr >= num_of_ports

Some Marvell ethernet switches have internal ethernet transceivers with
hardcoded phy addresses. These addresses can be greater than the number
of ports or its value might be different than the associated port number.
This is for example the case for MV88E6341 that has 6 ports and internal
Port 1 to Port4 PHYs mapped at SMI addresses from 0x11 to 0x14.

This commits fixes the issue by removing the condition in MDIO callbacks.

Signed-off-by: Romain Perier <romain.perier@free-electrons.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dsa/mv88e6xxx/chip.c