Re: [PATCH net-next v2 3/3] net: phy: mscc: use phy_package_shared

2020-05-06 Thread Antoine Tenart
Hello Michael, Quoting Michael Walle (2020-05-04 23:31:36) > > diff --git a/drivers/net/phy/mscc/mscc_main.c > b/drivers/net/phy/mscc/mscc_main.c > index 5391acdece05..a505286b2195 100644 > --- a/drivers/net/phy/mscc/mscc_main.c > +++ b/drivers/net/phy/mscc/mscc_main.c > -static bool vsc8584_is_

Re: [PATCH net-next v2 3/3] net: phy: mscc: use phy_package_shared

2020-05-04 Thread Florian Fainelli
On 5/4/2020 2:31 PM, Michael Walle wrote: > Use the new phy_package_shared common storage to ease the package > initialization and to access the global registers. > > Signed-off-by: Michael Walle > Tested-by: Vladimir Oltean Reviewed-by: Florian Fainelli -- Florian

Re: [PATCH net-next v2 3/3] net: phy: mscc: use phy_package_shared

2020-05-04 Thread Andrew Lunn
On Mon, May 04, 2020 at 11:31:36PM +0200, Michael Walle wrote: > Use the new phy_package_shared common storage to ease the package > initialization and to access the global registers. > > Signed-off-by: Michael Walle > Tested-by: Vladimir Oltean Reviewed-by: Andrew Lunn Andrew