linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] riscv: sophgo: Add ethernet support for SG2044
@ 2024-10-21 10:36 Inochi Amaoto
  2024-10-21 10:36 ` [PATCH 1/4] dt-bindings: net: snps,dwmac: Add dwmac-5.30a version Inochi Amaoto
                   ` (3 more replies)
  0 siblings, 4 replies; 28+ messages in thread
From: Inochi Amaoto @ 2024-10-21 10:36 UTC (permalink / raw)
  To: Chen Wang, Andrew Lunn, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Inochi Amaoto, Alexandre Torgue, Jose Abreu,
	Maxime Coquelin, Richard Cochran, Paul Walmsley, Palmer Dabbelt,
	Albert Ou, Giuseppe Cavallaro
  Cc: Yixun Lan, Inochi Amaoto, netdev, devicetree, linux-kernel,
	linux-stm32, linux-arm-kernel, linux-riscv

The ethernet controller of SG2044 is Synopsys DesignWare IP with
custom clock. Add glue layer for it.

Inochi Amaoto (4):
  dt-bindings: net: snps,dwmac: Add dwmac-5.30a version
  dt-bindings: net: Add support for Sophgo SG2044 dwmac
  net: stmmac: platform: Add snps,dwmac-5.30a IP compatible string
  net: stmmac: Add glue layer for Sophgo SG2044 SoC

 .../devicetree/bindings/net/snps,dwmac.yaml   |   4 +
 .../bindings/net/sophgo,sg2044-dwmac.yaml     | 145 ++++++++++++++++++
 drivers/net/ethernet/stmicro/stmmac/Kconfig   |  11 ++
 drivers/net/ethernet/stmicro/stmmac/Makefile  |   1 +
 .../ethernet/stmicro/stmmac/dwmac-sophgo.c    | 132 ++++++++++++++++
 .../ethernet/stmicro/stmmac/stmmac_platform.c |   3 +-
 6 files changed, 295 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/net/sophgo,sg2044-dwmac.yaml
 create mode 100644 drivers/net/ethernet/stmicro/stmmac/dwmac-sophgo.c

--
2.47.0


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

end of thread, other threads:[~2024-10-25  1:39 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-21 10:36 [PATCH 0/4] riscv: sophgo: Add ethernet support for SG2044 Inochi Amaoto
2024-10-21 10:36 ` [PATCH 1/4] dt-bindings: net: snps,dwmac: Add dwmac-5.30a version Inochi Amaoto
2024-10-21 10:36 ` [PATCH 2/4] dt-bindings: net: Add support for Sophgo SG2044 dwmac Inochi Amaoto
2024-10-22 17:28   ` Conor Dooley
2024-10-23  0:31     ` Inochi Amaoto
2024-10-23 20:49       ` Conor Dooley
2024-10-23 22:38         ` Inochi Amaoto
2024-10-24 17:04           ` Conor Dooley
2024-10-24 22:27             ` Inochi Amaoto
2024-10-23 23:41   ` Emil Renner Berthing
2024-10-24  5:08     ` Inochi Amaoto
2024-10-21 10:36 ` [PATCH 3/4] net: stmmac: platform: Add snps,dwmac-5.30a IP compatible string Inochi Amaoto
2024-10-21 10:36 ` [PATCH 4/4] net: stmmac: Add glue layer for Sophgo SG2044 SoC Inochi Amaoto
2024-10-21 12:22   ` Andrew Lunn
2024-10-21 12:38     ` Inochi Amaoto
2024-10-21 13:27       ` Andrew Lunn
2024-10-22 10:21         ` Inochi Amaoto
2024-10-22 13:51           ` Andrew Lunn
2024-10-23  0:41             ` Inochi Amaoto
2024-10-23  1:08               ` Andrew Lunn
2024-10-23  7:21                 ` Inochi Amaoto
2024-10-23 12:42                   ` Andrew Lunn
2024-10-23 22:36                     ` Inochi Amaoto
2024-10-23 23:56                       ` Andrew Lunn
2024-10-22  0:47   ` Chen Wang
2024-10-22 11:04   ` kernel test robot
2024-10-24 15:37   ` Uwe Kleine-König
2024-10-25  1:39     ` Inochi Amaoto

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