netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/2] net: ethernet: dwmac: add Ethernet glue layer for NXP imx8 chip
@ 2020-05-25 10:29 Fugang Duan
  2020-05-25 10:29 ` [PATCH net 1/2] net: ethernet: dwmac: add Ethernet glue logic " Fugang Duan
  2020-05-25 10:29 ` [PATCH net 2/2] dt-bindings: net: imx-dwmac: Add NXP imx8 DWMAC glue layer Fugang Duan
  0 siblings, 2 replies; 5+ messages in thread
From: Fugang Duan @ 2020-05-25 10:29 UTC (permalink / raw)
  To: peppe.cavallaro, alexandre.torgue, joabreu, kuba, davem
  Cc: netdev, mcoquelin.stm32, p.zabel, linux-stm32, linux-arm-kernel,
	fugang.duan

NXP imx8mp/imx8dxl sillicon integrate Synopsys MAC 5.10a IP.
The patch is to add Ethernet glue layer for NXP imx8 chips support.

It mainly handles the platform things like clocks, dwmac address width,
txclk rate adjustion and phy interface selection.


Fugang Duan (2):
  net: ethernet: dwmac: add Ethernet glue logic for NXP imx8 chip
  dt-bindings: net: imx-dwmac: Add NXP imx8 DWMAC glue layer

 .../devicetree/bindings/net/imx-dwmac.txt          |  56 ++++
 drivers/net/ethernet/stmicro/stmmac/Kconfig        |  13 +
 drivers/net/ethernet/stmicro/stmmac/Makefile       |   1 +
 drivers/net/ethernet/stmicro/stmmac/dwmac-imx.c    | 311 +++++++++++++++++++++
 4 files changed, 381 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/net/imx-dwmac.txt
 create mode 100644 drivers/net/ethernet/stmicro/stmmac/dwmac-imx.c

-- 
2.7.4


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

end of thread, other threads:[~2020-05-26  1:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-25 10:29 [PATCH net 0/2] net: ethernet: dwmac: add Ethernet glue layer for NXP imx8 chip Fugang Duan
2020-05-25 10:29 ` [PATCH net 1/2] net: ethernet: dwmac: add Ethernet glue logic " Fugang Duan
2020-05-26  1:13   ` David Miller
2020-05-26  1:26     ` [EXT] " Andy Duan
2020-05-25 10:29 ` [PATCH net 2/2] dt-bindings: net: imx-dwmac: Add NXP imx8 DWMAC glue layer Fugang Duan

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