mbox series

[0/2] Add Ingenic SoCs MAC support.

Message ID 1623086867-119039-1-git-send-email-zhouyanjie@wanyeetech.com
Headers show
Series Add Ingenic SoCs MAC support. | expand

Message

Zhou Yanjie June 7, 2021, 5:27 p.m. UTC
1.Add the dwmac bindings for the JZ4775 SoC, the X1000 SoC,
  the X1600 SoC, the X1830 SoC and the X2000 SoC from Ingenic.
2.Add support for Ingenic SoC MAC glue layer support for the stmmac
  device driver. This driver is used on for the MAC ethernet controller
  found in the JZ4775 SoC, the X1000 SoC, the X1600 SoC, the X1830 SoC,
  and the X2000 SoC.

周琰杰 (Zhou Yanjie) (2):
  dt-bindings: dwmac: Add bindings for new Ingenic SoCs.
  net: stmmac: Add Ingenic SoCs MAC support.

 .../devicetree/bindings/net/snps,dwmac.yaml        |  15 +
 drivers/net/ethernet/stmicro/stmmac/Kconfig        |  16 +-
 drivers/net/ethernet/stmicro/stmmac/Makefile       |   1 +
 .../net/ethernet/stmicro/stmmac/dwmac-ingenic.c    | 367 +++++++++++++++++++++
 4 files changed, 397 insertions(+), 2 deletions(-)
 create mode 100644 drivers/net/ethernet/stmicro/stmmac/dwmac-ingenic.c