linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] net: stmmac: 100GB Enterprise MAC support
@ 2020-03-17  9:18 Jose Abreu
  2020-03-17  9:18 ` [PATCH net-next 1/4] net: phy: xpcs: Add XLGMII support Jose Abreu
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Jose Abreu @ 2020-03-17  9:18 UTC (permalink / raw)
  To: netdev
  Cc: Joao Pinto, Jose Abreu, Giuseppe Cavallaro, Alexandre Torgue,
	Jose Abreu, David S. Miller, Maxime Coquelin, linux-stm32,
	linux-arm-kernel, linux-kernel, Andrew Lunn, Florian Fainelli,
	Heiner Kallweit, Russell King

Adds the support for Enterprise MAC IP version which allows operating
speeds up to 100GB.

Patch 1/4, adds the support in XPCS for XLGMII interface that is used in
this kind of Enterprise MAC IPs.

Patch 2/4, adds the XLGMII interface support in stmmac.

Patch 3/4, adds the HW specific support for Enterprise MAC.

We end in patch 4/4, by updating stmmac documentation to mention the
support for this new IP version.

---
Cc: Giuseppe Cavallaro <peppe.cavallaro@st.com>
Cc: Alexandre Torgue <alexandre.torgue@st.com>
Cc: Jose Abreu <joabreu@synopsys.com>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Maxime Coquelin <mcoquelin.stm32@gmail.com>
Cc: netdev@vger.kernel.org
Cc: linux-stm32@st-md-mailman.stormreply.com
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-kernel@vger.kernel.org
Cc: Andrew Lunn <andrew@lunn.ch>
Cc: Florian Fainelli <f.fainelli@gmail.com>
Cc: Heiner Kallweit <hkallweit1@gmail.com>
Cc: Russell King <linux@armlinux.org.uk>
---

Jose Abreu (4):
  net: phy: xpcs: Add XLGMII support
  net: stmmac: Add XLGMII support
  net: stmmac: Add support for Enterprise MAC version
  Documentation: networking: stmmac: Mention new XLGMAC support

 .../networking/device_drivers/stmicro/stmmac.rst   |  7 +-
 drivers/net/ethernet/stmicro/stmmac/common.h       | 13 +++
 .../net/ethernet/stmicro/stmmac/dwxgmac2_core.c    | 99 ++++++++++++++++++++++
 drivers/net/ethernet/stmicro/stmmac/dwxlgmac2.h    | 22 +++++
 drivers/net/ethernet/stmicro/stmmac/hwif.c         | 45 +++++++++-
 drivers/net/ethernet/stmicro/stmmac/hwif.h         |  1 +
 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c  | 58 +++++++++++++
 drivers/net/phy/mdio-xpcs.c                        | 98 +++++++++++++++++++++
 8 files changed, 340 insertions(+), 3 deletions(-)
 create mode 100644 drivers/net/ethernet/stmicro/stmmac/dwxlgmac2.h

-- 
2.7.4


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

end of thread, other threads:[~2020-03-18  4:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-17  9:18 [PATCH net-next 0/4] net: stmmac: 100GB Enterprise MAC support Jose Abreu
2020-03-17  9:18 ` [PATCH net-next 1/4] net: phy: xpcs: Add XLGMII support Jose Abreu
2020-03-17  9:18 ` [PATCH net-next 2/4] net: stmmac: " Jose Abreu
2020-03-17  9:18 ` [PATCH net-next 3/4] net: stmmac: Add support for Enterprise MAC version Jose Abreu
2020-03-17  9:18 ` [PATCH net-next 4/4] Documentation: networking: stmmac: Mention new XLGMAC support Jose Abreu
2020-03-18  4:37 ` [PATCH net-next 0/4] net: stmmac: 100GB Enterprise MAC support 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).