linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/2] net: stmmac: add NPCM dwmac support
@ 2023-11-21 15:17 Tomer Maimon
  2023-11-21 15:17 ` [PATCH v1 1/2] dt-bindings: net: Add support NPCM dwmac Tomer Maimon
  2023-11-21 15:17 ` [PATCH v1 2/2] net: stmmac: Add NPCM support Tomer Maimon
  0 siblings, 2 replies; 22+ messages in thread
From: Tomer Maimon @ 2023-11-21 15:17 UTC (permalink / raw)
  To: davem, edumazet, robh+dt, krzysztof.kozlowski+dt,
	alexandre.torgue, peppe.cavallaro, joabreu, mcoquelin.stm32,
	avifishman70, tali.perry1, joel, andrew, venture, yuenn,
	benjaminfair, j.neuschaefer
  Cc: openbmc, netdev, devicetree, linux-kernel, linux-stm32,
	linux-arm-kernel, Tomer Maimon

This patch set add dwmac/stmmac for the NPCM Baseboard
Management Controllers (BMC).

NPCM8xx driver is a part of glue logic dwmac driver to support sgmii.

The NPCM dwmac was tested on NPCM845 evaluation board.

Tomer Maimon (2):
  dt-bindings: net: Add support NPCM dwmac
  net: stmmac: Add NPCM support

 .../bindings/net/nuvoton,npcm8xx-sgmii.yaml   |  72 +++++++++++
 .../devicetree/bindings/net/snps,dwmac.yaml   |   1 +
 MAINTAINERS                                   |   1 +
 drivers/net/ethernet/stmicro/stmmac/Kconfig   |   9 ++
 drivers/net/ethernet/stmicro/stmmac/Makefile  |   1 +
 .../net/ethernet/stmicro/stmmac/dwmac-npcm.c  | 121 ++++++++++++++++++
 6 files changed, 205 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/net/nuvoton,npcm8xx-sgmii.yaml
 create mode 100644 drivers/net/ethernet/stmicro/stmmac/dwmac-npcm.c

-- 
2.33.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2023-12-01 16:25 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-21 15:17 [PATCH v1 0/2] net: stmmac: add NPCM dwmac support Tomer Maimon
2023-11-21 15:17 ` [PATCH v1 1/2] dt-bindings: net: Add support NPCM dwmac Tomer Maimon
2023-11-21 17:21   ` Krzysztof Kozlowski
2023-11-21 15:17 ` [PATCH v1 2/2] net: stmmac: Add NPCM support Tomer Maimon
2023-11-21 15:45   ` Russell King (Oracle)
2023-11-22 17:23     ` Tomer Maimon
2023-11-27 15:58       ` Russell King (Oracle)
2023-11-30 17:15         ` Tomer Maimon
2023-11-21 16:00   ` Andrew Lunn
2023-11-22 17:50     ` Tomer Maimon
2023-11-22 18:45       ` Andrew Lunn
2023-11-23 13:50         ` Tomer Maimon
2023-11-27 15:19           ` Tomer Maimon
2023-11-28 23:31             ` Andrew Lunn
2023-11-30 17:17               ` Tomer Maimon
2023-11-30 17:26                 ` Andrew Lunn
2023-11-30 18:25                   ` Tomer Maimon
2023-11-30 19:59                   ` Serge Semin
2023-11-30 20:34                     ` [Linux-stm32] " Maxime Chevallier
2023-12-01 16:25                       ` Serge Semin
2023-11-22  2:11   ` kernel test robot
2023-11-22  4:45   ` kernel test robot

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