All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v1 0/3] provide basic selftest support for the ethernet FEC driver
@ 2021-03-30 13:54 ` Oleksij Rempel
  0 siblings, 0 replies; 25+ messages in thread
From: Oleksij Rempel @ 2021-03-30 13:54 UTC (permalink / raw)
  To: Shawn Guo, Sascha Hauer, Andrew Lunn, Florian Fainelli,
	Heiner Kallweit, Fugang Duan
  Cc: Oleksij Rempel, kernel, netdev, linux-arm-kernel, linux-kernel,
	linux-imx, Fabio Estevam, David Jander, Russell King,
	Philippe Schenker

This patch set provides diagnostic capabilities for some iMX based
boards.
So far I add only initial infrastructure with basic tests and fixed some
PHY drivers. To validate this tests, I made some common
missconfigurations like wrong RGMII type, not configured clock providers
and so on.

Oleksij Rempel (3):
  net: phy: micrel: KSZ8081: add loopback support
  net: phy: at803x: AR8085: add loopback support
  net: fec: add basic selftest support

 drivers/net/ethernet/freescale/Makefile       |   2 +-
 drivers/net/ethernet/freescale/fec.h          |   6 +
 drivers/net/ethernet/freescale/fec_main.c     |   6 +
 .../net/ethernet/freescale/fec_selftests.c    | 425 ++++++++++++++++++
 drivers/net/phy/at803x.c                      |  25 ++
 drivers/net/phy/micrel.c                      |   1 +
 6 files changed, 464 insertions(+), 1 deletion(-)
 create mode 100644 drivers/net/ethernet/freescale/fec_selftests.c

-- 
2.29.2


^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2021-04-01 18:33 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-30 13:54 [PATCH net-next v1 0/3] provide basic selftest support for the ethernet FEC driver Oleksij Rempel
2021-03-30 13:54 ` Oleksij Rempel
2021-03-30 13:54 ` [PATCH net-next v1 1/3] net: phy: micrel: KSZ8081: add loopback support Oleksij Rempel
2021-03-30 13:54   ` Oleksij Rempel
2021-03-30 14:06   ` Marc Kleine-Budde
2021-03-30 14:06     ` Marc Kleine-Budde
2021-03-30 14:39   ` Andrew Lunn
2021-03-30 14:39     ` Andrew Lunn
2021-03-30 13:54 ` [PATCH net-next v1 2/3] net: phy: at803x: AR8085: " Oleksij Rempel
2021-03-30 13:54   ` Oleksij Rempel
2021-03-30 14:08   ` Marc Kleine-Budde
2021-03-30 14:08     ` Marc Kleine-Budde
2021-03-30 14:49   ` Andrew Lunn
2021-03-30 14:49     ` Andrew Lunn
2021-03-30 13:54 ` [PATCH net-next v1 3/3] net: fec: add basic selftest support Oleksij Rempel
2021-03-30 13:54   ` Oleksij Rempel
2021-03-31  1:07   ` kernel test robot
2021-03-31  1:07     ` kernel test robot
2021-03-31  1:07     ` kernel test robot
2021-03-31 12:27   ` Andrew Lunn
2021-03-31 12:27     ` Andrew Lunn
2021-04-01  7:47     ` Oleksij Rempel
2021-04-01  7:47       ` Oleksij Rempel
2021-04-01 16:06       ` Florian Fainelli
2021-04-01 16:06         ` Florian Fainelli

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.