netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] dpaa2-mac: add PCS support through the Lynx module
@ 2020-09-21 16:20 Ioana Ciornei
  2020-09-21 16:20 ` [PATCH net-next 1/3] net: pcs-lynx: add support for 10GBASER Ioana Ciornei
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Ioana Ciornei @ 2020-09-21 16:20 UTC (permalink / raw)
  To: davem, netdev; +Cc: andrew, linux, Ioana Ciornei

This patch set aims to add PCS support in the dpaa2-eth driver by
leveraging the Lynx PCS module.

The first two patches are some missing pieces: the first one adding
support for 10GBASER in Lynx PCS while the second one adds a new
function - of_mdio_find_device - which is helpful in retrieving the PCS
represented as a mdio_device.  The final patch adds the glue logic
between phylink and the Lynx PCS module: it retrieves the PCS
represented as an mdio_device and registers it to Lynx and phylink.
From that point on, any PCS callbacks are treated by Lynx, without
dpaa2-eth interaction.

Ioana Ciornei (2):
  net: pcs-lynx: add support for 10GBASER
  dpaa2-mac: add PCS support through the Lynx module

Russell King (1):
  of: add of_mdio_find_device() api

 drivers/net/ethernet/freescale/dpaa2/Kconfig  |  1 +
 .../net/ethernet/freescale/dpaa2/dpaa2-mac.c  | 88 ++++++++++++++++++-
 .../net/ethernet/freescale/dpaa2/dpaa2-mac.h  |  2 +
 drivers/net/pcs/pcs-lynx.c                    |  6 ++
 drivers/of/of_mdio.c                          | 38 ++++++--
 include/linux/of_mdio.h                       |  6 ++
 6 files changed, 131 insertions(+), 10 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2020-09-23  0:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-21 16:20 [PATCH net-next 0/3] dpaa2-mac: add PCS support through the Lynx module Ioana Ciornei
2020-09-21 16:20 ` [PATCH net-next 1/3] net: pcs-lynx: add support for 10GBASER Ioana Ciornei
2020-09-21 16:20 ` [PATCH net-next 2/3] of: add of_mdio_find_device() api Ioana Ciornei
2020-09-21 16:20 ` [PATCH net-next 3/3] dpaa2-mac: add PCS support through the Lynx module Ioana Ciornei
2020-09-21 17:07   ` Andrew Lunn
2020-09-21 18:06     ` Ioana Ciornei
2020-09-23  0:10 ` [PATCH net-next 0/3] " David Miller

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