Re: [PATCH RFC 09/13] net: phy: marvell: Add cable test support

2019-06-13 Thread Florian Fainelli
On 6/12/2019 9:05 AM, Andrew Lunn wrote: > The Marvell PHYs have a couple of different register sets for > performing cable tests. Page 7 provides the simplest to use. However, > it does not provide cable length, only length to a fault, when there > is a fault. > > Signed-off-by: Andrew Lunn >

[PATCH RFC 09/13] net: phy: marvell: Add cable test support

2019-06-12 Thread Andrew Lunn
The Marvell PHYs have a couple of different register sets for performing cable tests. Page 7 provides the simplest to use. However, it does not provide cable length, only length to a fault, when there is a fault. Signed-off-by: Andrew Lunn --- drivers/net/phy/marvell.c | 198