All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] net: macb: cover letter
@ 2019-11-08 13:33 Milind Parab
  2019-11-08 13:34 ` [PATCH 1/4] net: macb: add phylink support Milind Parab
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Milind Parab @ 2019-11-08 13:33 UTC (permalink / raw)
  To: andrew, nicolas.ferre, davem, f.fainelli
  Cc: netdev, hkallweit1, linux-kernel, piotrs, dkangude, ewanm,
	arthurm, stevenh, Milind Parab

Hi,

This patch set contains following patches
for Cadence 10G ethernet controller driver.

1. 0001-net-macb-add-phylink-support.patch
   Replace phylib API's with phylink API's.
2. 0002-net-macb-add-support-for-sgmii-MAC-PHY-interface.patch
   This patch add support for SGMII mode.
3. 0003-net-macb-add-support-for-c45-PHY.patch
   This patch is to support C45 PHY.
4. 0004-net-macb-add-support-for-high-speed-interface
   This patch add support for 10G fixed mode.

Thanks,
Milind Parab

Milind Parab (4):
  net: macb: add phylink support
  net: macb: add support for sgmii MAC-PHY interface
  net: macb: add support for c45 PHY
  net: macb: add support for high speed interface

 drivers/net/ethernet/cadence/Kconfig     |    2 +-
 drivers/net/ethernet/cadence/macb.h      |  100 +++++-
 drivers/net/ethernet/cadence/macb_main.c |  521 +++++++++++++++++++++---------
 3 files changed, 449 insertions(+), 174 deletions(-)


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

end of thread, other threads:[~2019-11-12  8:24 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-08 13:33 [PATCH 0/4] net: macb: cover letter Milind Parab
2019-11-08 13:34 ` [PATCH 1/4] net: macb: add phylink support Milind Parab
2019-11-08 15:42   ` Antoine Tenart
2019-11-11  8:53     ` Milind Parab
2019-11-12  8:24       ` Antoine Tenart
2019-11-08 13:34 ` [PATCH 2/4] net: macb: add support for sgmii MAC-PHY interface Milind Parab
2019-11-08 13:34 ` [PATCH 3/4] net: macb: add support for c45 PHY Milind Parab
2019-11-08 13:34 ` [PATCH 4/4] net: macb: add support for high speed interface Milind Parab

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.