netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 net 0/3] net: ethernet: dwmac: add ethernet glue logic for NXP imx8 chip
@ 2020-05-28  8:26 fugang.duan
  2020-05-28  8:26 ` [PATCH v2 net 1/3] stmmac: platform: add "snps, dwmac-5.10a" IP compatible string fugang.duan
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: fugang.duan @ 2020-05-28  8:26 UTC (permalink / raw)
  To: davem, andrew, peppe.cavallaro, alexandre.torgue, joabreu, kuba
  Cc: netdev, mcoquelin.stm32, p.zabel, fugang.duan

From: Fugang Duan <fugang.duan@nxp.com>

NXP imx8 family like imx8mp/imx8dxl chips support Synopsys
MAC 5.10a IP, the patch set is to add ethernet DWMAC glue
layer including clocks, dwmac address width, phy interface
mode selection and rgmii txclk rate adjustment in runtime.

v1 -> v2:
- suggested by Andrew: add the "snps,dwmac-5.10a" compatible
  string into NXP binding documentation.
- suggested by David: adjust code sequences in order to have
  reverse christmas tree local variable ordering.

Thanks Andrew and David for the review.

Fugang Duan (3):
  stmmac: platform: add "snps, dwmac-5.10a" IP compatible string
  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 +
 .../net/ethernet/stmicro/stmmac/dwmac-imx.c   | 315 ++++++++++++++++++
 .../ethernet/stmicro/stmmac/stmmac_platform.c |   3 +-
 5 files changed, 387 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/net/imx-dwmac.txt
 create mode 100644 drivers/net/ethernet/stmicro/stmmac/dwmac-imx.c

-- 
2.17.1


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

end of thread, other threads:[~2020-05-30  0:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-28  8:26 [PATCH v2 net 0/3] net: ethernet: dwmac: add ethernet glue logic for NXP imx8 chip fugang.duan
2020-05-28  8:26 ` [PATCH v2 net 1/3] stmmac: platform: add "snps, dwmac-5.10a" IP compatible string fugang.duan
2020-05-28  8:26 ` [PATCH v2 net 2/3] net: ethernet: dwmac: add ethernet glue logic for NXP imx8 chip fugang.duan
2020-05-28  8:26 ` [PATCH v2 net 3/3] dt-bindings: net: imx-dwmac: Add NXP imx8 DWMAC glue layer fugang.duan
2020-05-30  0:02 ` [PATCH v2 net 0/3] net: ethernet: dwmac: add ethernet glue logic for NXP imx8 chip 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).