mbox series

[net-next,v1,0/5] add cable test support for ksz8081 and ksz8873

Message ID 20200710120851.28984-1-o.rempel@pengutronix.de
Headers show
Series add cable test support for ksz8081 and ksz8873 | expand

Message

Oleksij Rempel July 10, 2020, 12:08 p.m. UTC
This patch series provide support for cable testing on some of micrel PHYs.
Since this PHYs do not allow to switch between cable pairs within the
test register, I used MDI-X functionality to make it possible.

Oleksij Rempel (5):
  net: phy: micrel: use consistent indention after define
  net: phy: micrel: apply resume errata workaround for ksz8873 and
    ksz8863
  net: phy: micrel: ksz886x add MDI-X support
  net: phy: micrel: ksz8081 add MDI-X support
  net: phy: micrel: ksz886x/ksz8081: add cabletest support

 drivers/net/phy/micrel.c | 411 +++++++++++++++++++++++++++++++++++++--
 1 file changed, 398 insertions(+), 13 deletions(-)