Re: [PATCH] net: phy: at803x: Use helpers to access MMD PHY registers

2019-01-27 Thread David Miller
From: Carlo Caione Date: Fri, 25 Jan 2019 12:35:10 + > Libphy provides a standard set of helpers to access the MMD PHY > registers. Use those instead of relying on custom driver-specific > functions. > > Signed-off-by: Carlo Caione Applied to net-next.

Re: [PATCH] net: phy: at803x: Use helpers to access MMD PHY registers

2019-01-25 Thread Andrew Lunn
On Fri, Jan 25, 2019 at 07:11:28PM +0100, Heiner Kallweit wrote: > On 25.01.2019 16:00, Andrew Lunn wrote: > > On Fri, Jan 25, 2019 at 12:35:10PM +, Carlo Caione wrote: > >> Libphy provides a standard set of helpers to access the MMD PHY > >> registers. Use those instead of relying on custom dr

Re: [PATCH] net: phy: at803x: Use helpers to access MMD PHY registers

2019-01-25 Thread Florian Fainelli
On 1/25/19 4:35 AM, Carlo Caione wrote: > Libphy provides a standard set of helpers to access the MMD PHY > registers. Use those instead of relying on custom driver-specific > functions. > > Signed-off-by: Carlo Caione Reviewed-by: Florian Fainelli -- Florian

Re: [PATCH] net: phy: at803x: Use helpers to access MMD PHY registers

2019-01-25 Thread Heiner Kallweit
On 25.01.2019 16:00, Andrew Lunn wrote: > On Fri, Jan 25, 2019 at 12:35:10PM +, Carlo Caione wrote: >> Libphy provides a standard set of helpers to access the MMD PHY >> registers. Use those instead of relying on custom driver-specific >> functions. > > Hi Carlo > > Maybe deja vu, but i thoug

Re: [PATCH] net: phy: at803x: Use helpers to access MMD PHY registers

2019-01-25 Thread Carlo Caione
On 25/01/2019 15:00, Andrew Lunn wrote: On Fri, Jan 25, 2019 at 12:35:10PM +, Carlo Caione wrote: Libphy provides a standard set of helpers to access the MMD PHY registers. Use those instead of relying on custom driver-specific functions. Hi Carlo Hey Andrew, Maybe deja vu, but i thoug

Re: [PATCH] net: phy: at803x: Use helpers to access MMD PHY registers

2019-01-25 Thread Andrew Lunn
On Fri, Jan 25, 2019 at 12:35:10PM +, Carlo Caione wrote: > Libphy provides a standard set of helpers to access the MMD PHY > registers. Use those instead of relying on custom driver-specific > functions. Hi Carlo Maybe deja vu, but i thought a similar patch went by recently? Anyway, Review

[PATCH] net: phy: at803x: Use helpers to access MMD PHY registers

2019-01-25 Thread Carlo Caione
Libphy provides a standard set of helpers to access the MMD PHY registers. Use those instead of relying on custom driver-specific functions. Signed-off-by: Carlo Caione --- drivers/net/phy/at803x.c | 16 +++- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/drivers/net/