Re: [PATCHv2 net-next 0/2] Work around missing PHY prodcut ID in mv88e6390

2017-02-02 Thread David Miller
From: Andrew Lunn Date: Wed, 1 Feb 2017 03:40:04 +0100 > The internal PHYs of the MV88E6390 have a Marvell OUI, but the product > ID is zero. Work around this by trapping reads to the ID, and if it is > zero, return the MV88E6390 family ID. > > v2: Move the workaround into the central mdio read

[PATCHv2 net-next 0/2] Work around missing PHY prodcut ID in mv88e6390

2017-01-31 Thread Andrew Lunn
The internal PHYs of the MV88E6390 have a Marvell OUI, but the product ID is zero. Work around this by trapping reads to the ID, and if it is zero, return the MV88E6390 family ID. v2: Move the workaround into the central mdio read function. Enable the temperature sensor, even though it does no