Re: [PATCH net-next 2/4] net: phy: broadcom: add bcm_phy_modify_exp()

2020-05-10 Thread Andrew Lunn
On Sun, May 10, 2020 at 12:37:12AM +0200, Michael Walle wrote: > Add the convenience function to do a read-modify-write. This has the > additional benefit of saving one write to the selection register. > > Signed-off-by: Michael Walle Reviewed-by: Andrew Lunn Andrew

Re: [PATCH net-next 2/4] net: phy: broadcom: add bcm_phy_modify_exp()

2020-05-09 Thread Florian Fainelli
On 5/9/2020 3:37 PM, Michael Walle wrote: > Add the convenience function to do a read-modify-write. This has the > additional benefit of saving one write to the selection register. > > Signed-off-by: Michael Walle Reviewed-by: Florian Fainelli -- Florian

[PATCH net-next 2/4] net: phy: broadcom: add bcm_phy_modify_exp()

2020-05-09 Thread Michael Walle
Add the convenience function to do a read-modify-write. This has the additional benefit of saving one write to the selection register. Signed-off-by: Michael Walle --- drivers/net/phy/bcm-phy-lib.c | 32 drivers/net/phy/bcm-phy-lib.h | 2 ++ 2 files changed, 34