Re: [PATCH net-next 3/4] net: phy: broadcom: add cable test support

2020-05-10 Thread Michael Walle
Am 2020-05-10 16:44, schrieb Andrew Lunn: On Sun, May 10, 2020 at 12:37:13AM +0200, Michael Walle wrote: Most modern broadcom PHYs support ECD (enhanced cable diagnostics). Add support for it in the bcm-phy-lib so they can easily be used in the PHY driver. There are two access methods for

Re: [PATCH net-next 3/4] net: phy: broadcom: add cable test support

2020-05-10 Thread Andrew Lunn
On Sun, May 10, 2020 at 12:37:13AM +0200, Michael Walle wrote: > Most modern broadcom PHYs support ECD (enhanced cable diagnostics). Add > support for it in the bcm-phy-lib so they can easily be used in the PHY > driver. > > There are two access methods for ECD: legacy by expansion registers and

Re: [PATCH net-next 3/4] net: phy: broadcom: add cable test support

2020-05-09 Thread kbuild test robot
Hi Michael, Thank you for the patch! Yet something to improve: [auto build test ERROR on net-next/master] [also build test ERROR on next-20200508] [cannot apply to net/master linus/master ipvs/master v5.7-rc4] [if your patch is applied to the wrong git tree, please drop us a note to help improve

Re: [PATCH net-next 3/4] net: phy: broadcom: add cable test support

2020-05-09 Thread Florian Fainelli
On 5/9/2020 3:37 PM, Michael Walle wrote: > Most modern broadcom PHYs support ECD (enhanced cable diagnostics). Add > support for it in the bcm-phy-lib so they can easily be used in the PHY > driver. > > There are two access methods for ECD: legacy by expansion registers and > via the new RDB

[PATCH net-next 3/4] net: phy: broadcom: add cable test support

2020-05-09 Thread Michael Walle
Most modern broadcom PHYs support ECD (enhanced cable diagnostics). Add support for it in the bcm-phy-lib so they can easily be used in the PHY driver. There are two access methods for ECD: legacy by expansion registers and via the new RDB registers which are exclusive. Provide functions in two