linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] Add support for Clause-45 PHY Loopback
@ 2021-03-23 16:46 Wong Vee Khee
  2021-03-23 16:46 ` [PATCH net-next 1/2] net: phy: add genphy_c45_loopback Wong Vee Khee
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Wong Vee Khee @ 2021-03-23 16:46 UTC (permalink / raw)
  To: Andrew Lunn, Heiner Kallweit, Russell King, David S . Miller,
	Jakub Kicinski
  Cc: netdev, linux-kernel, Voon Weifeng, Ong Boon Leong

This patch series add support for Clause-45 PHY loopback.

It involves adding a generic API in the PHY framework, which can be
accessed by all C45 PHY drivers using the .set_loopback callback.

Also, enable PHY loopback for the Marvell 88x3310/88x2110 driver.

Wong Vee Khee (2):
  net: phy: add genphy_c45_loopback
  net: phy: marvell10g: Add PHY loopback support

 drivers/net/phy/marvell10g.c | 2 ++
 drivers/net/phy/phy-c45.c    | 8 ++++++++
 include/linux/phy.h          | 1 +
 3 files changed, 11 insertions(+)

-- 
2.25.1


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

end of thread, other threads:[~2021-03-24 23:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-23 16:46 [PATCH net-next 0/2] Add support for Clause-45 PHY Loopback Wong Vee Khee
2021-03-23 16:46 ` [PATCH net-next 1/2] net: phy: add genphy_c45_loopback Wong Vee Khee
2021-03-24 11:02   ` Heiner Kallweit
2021-03-24 22:04   ` Andrew Lunn
2021-03-23 16:46 ` [PATCH net-next 2/2] net: phy: marvell10g: Add PHY loopback support Wong Vee Khee
2021-03-24 22:04   ` Andrew Lunn
2021-03-24 23:30 ` [PATCH net-next 0/2] Add support for Clause-45 PHY Loopback patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).