netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH CFT 0/2] net: axienet: modernise pcs implementation
@ 2021-12-16 12:47 Russell King (Oracle)
  2021-12-16 12:48 ` [PATCH CFT net-next 1/2] net: axienet: convert to phylink_pcs Russell King (Oracle)
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Russell King (Oracle) @ 2021-12-16 12:47 UTC (permalink / raw)
  To: Michal Simek, Radhey Shyam Pandey
  Cc: David S. Miller, Jakub Kicinski, linux-arm-kernel, netdev,
	Sean Anderson

Hi,

These two patches modernise the Xilinx axienet PCS implementation to
use the phylink split PCS support.

The first patch adds split PCS support and makes use of the newly
introduced mac_select_pcs() function, which is the preferred way to
conditionally attach a PCS.

The second patch cleans up the use of mdiobus_write() since we now have
bus accessors for mdio devices.

There should be no functional change to the driver.

Please test, thanks.

 drivers/net/ethernet/xilinx/xilinx_axienet.h      |   1 +
 drivers/net/ethernet/xilinx/xilinx_axienet_main.c | 111 +++++++++++-----------
 2 files changed, 56 insertions(+), 56 deletions(-)

-- 
RMK's Patch system: https://www.armlinux.org.uk/developer/patches/
FTTP is here! 40Mbps down 10Mbps up. Decent connectivity at last!

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

end of thread, other threads:[~2022-01-04 10:47 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-16 12:47 [PATCH CFT 0/2] net: axienet: modernise pcs implementation Russell King (Oracle)
2021-12-16 12:48 ` [PATCH CFT net-next 1/2] net: axienet: convert to phylink_pcs Russell King (Oracle)
2021-12-16 15:15   ` Jakub Kicinski
2021-12-16 17:02     ` Russell King (Oracle)
2021-12-17  8:24       ` Radhey Shyam Pandey
2021-12-17  8:25       ` Harini Katakam
2022-01-04  7:56         ` Harini Katakam
2022-01-04  9:00           ` Russell King (Oracle)
2022-01-04  9:12             ` Harini Katakam
2022-01-04 10:34               ` Russell King (Oracle)
2021-12-16 12:48 ` [PATCH CFT net-next 2/2] net: axienet: replace mdiobus_write() with mdiodev_write() Russell King (Oracle)
2021-12-16 15:14   ` Jakub Kicinski
2022-01-04 10:44 ` [PATCH CFT v2 0/2] net: axienet: modernise pcs implementation Russell King (Oracle)
2022-01-04 10:46   ` [PATCH CFT v2 net-next 1/2] net: axienet: convert to phylink_pcs Russell King (Oracle)
2022-01-04 10:46   ` [PATCH CFT v2 net-next 2/2] net: axienet: replace mdiobus_write() with mdiodev_write() Russell King (Oracle)

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).