netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] net: macb: cover letter
@ 2019-06-19  8:40 Parshuram Thombare
  2019-06-19  8:40 ` [PATCH v2 1/5] net: macb: add phylink support Parshuram Thombare
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Parshuram Thombare @ 2019-06-19  8:40 UTC (permalink / raw)
  To: andrew, nicolas.ferre, davem, f.fainelli
  Cc: linux, netdev, hkallweit1, linux-kernel, rafalc, aniljoy, piotrs,
	pthombar

Hello !,

This is second version of patch set containing following patches
for Cadence 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. 0004-net-macb-add-support-for-c45-PHY.patch
   This patch is to support C45 PHY.
4. 0005-net-macb-add-support-for-high-speed-interface
   This patch add support for 10G USXGMII PCS in fixed mode.
5. 0006-net-macb-parameter-added-to-cadence-ethernet-controller-DT-binding
   New parameter added to Cadence ethernet controller DT binding
   for USXGMII interface.

Changes:
1. Dropped patch configuring TI PHY DP83867 from
   Cadence PCI wrapper driver.
2. Removed code registering emulated PHY for fixed mode. 
3. Code reformatting as per Andrew's and Floren's suggestions.

Regards,
Parshuram Thombare


Parshuram Thombare (5):
  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
  net: macb: parameter added to cadence ethernet controller DT binding

 .../devicetree/bindings/net/macb.txt          |   3 +
 drivers/net/ethernet/cadence/Kconfig          |   2 +-
 drivers/net/ethernet/cadence/macb.h           | 135 +++-
 drivers/net/ethernet/cadence/macb_main.c      | 668 +++++++++++++-----
 4 files changed, 628 insertions(+), 180 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2019-06-20  7:46 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-19  8:40 [PATCH v2 0/5] net: macb: cover letter Parshuram Thombare
2019-06-19  8:40 ` [PATCH v2 1/5] net: macb: add phylink support Parshuram Thombare
2019-06-19  9:22   ` Russell King - ARM Linux admin
2019-06-19 10:51     ` Parshuram Raju Thombare
2019-06-19  8:40 ` [PATCH v2 2/5] net: macb: add support for sgmii MAC-PHY interface Parshuram Thombare
2019-06-19  9:31   ` Russell King - ARM Linux admin
2019-06-19 11:23     ` Parshuram Raju Thombare
2019-06-19 12:32       ` Russell King - ARM Linux admin
2019-06-20  5:56         ` Parshuram Raju Thombare
2019-06-20  7:46           ` Russell King - ARM Linux admin
2019-06-19  8:40 ` [PATCH v2 3/5] net: macb: add support for c45 PHY Parshuram Thombare
2019-06-19  8:41 ` [PATCH v2 4/5] net: macb: add support for high speed interface Parshuram Thombare
2019-06-19  8:41 ` [PATCH v2 5/5] net: macb: parameter added to cadence ethernet controller DT binding Parshuram Thombare

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