mbox series

[0/2] net: phy: marvell: fix set downshift params

Message ID 20210422104644.9472-1-fido_max@inbox.ru
Headers show
Series net: phy: marvell: fix set downshift params | expand

Message

Maxim Kochetkov April 22, 2021, 10:46 a.m. UTC
Changing downshift params without software reset has no effect,
so call genphy_soft_reset() after change downshift params.

Maxim Kochetkov (2):
  net: phy: marvell: fix m88e1011_set_downshift
  net: phy: marvell: fix m88e1111_set_downshift

 drivers/net/phy/marvell.c | 52 ++++++++++++++++++++++++---------------
 1 file changed, 32 insertions(+), 20 deletions(-)