* [PATCH v1 0/2] Add driver support for Eswin eic7700 SoC ethernet controller
@ 2025-05-16 0:34 weishangjuan
0 siblings, 0 replies; 2+ messages in thread
From: weishangjuan @ 2025-05-16 0:34 UTC (permalink / raw)
To: andrew+netdev, davem, edumazet, kuba, pabeni, robh, krzk+dt,
conor+dt, richardcochran, netdev, devicetree, linux-kernel,
mcoquelin.stm32, alexandre.torgue, p.zabel, yong.liang.choong,
rmk+kernel, jszhang, inochiama, jan.petrous, dfustini, 0x1207,
linux-stm32, linux-arm-kernel
Cc: ningyu, linmin, lizhi2, weishangjuan
From: weishangjuan <weishangjuan@eswincomputing.com>
Introduce a driver for the Eswin eic7700 series SoC ethernet controller,
adding support for the ethernet functionality in the Linux kernel. The
driver provides basic functionality to manage and control the ethernet
signals for the eic7700 series chips, which are part of the Eswin SoC family.
Supported chips:
Eswin eic7700 series SoC.
Test:
I tested this patch on the Sifive HiFive Premier P550 (which uses the EIC7700 SoC),
including system boot and ethernet.
weishangjuan (2):
ethernet: eswin: Document for eic7700 SoC
ethernet: eswin: Add eic7700 ethernet driver
.../bindings/net/eswin,eic7700-eth.yaml | 142 +++++
drivers/net/ethernet/stmicro/stmmac/Kconfig | 11 +
drivers/net/ethernet/stmicro/stmmac/Makefile | 1 +
.../ethernet/stmicro/stmmac/dwmac-eic7700.c | 521 ++++++++++++++++++
4 files changed, 675 insertions(+)
create mode 100644 Documentation/devicetree/bindings/net/eswin,eic7700-eth.yaml
create mode 100644 drivers/net/ethernet/stmicro/stmmac/dwmac-eic7700.c
--
2.17.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH v1 0/2] Add driver support for Eswin eic7700 SoC ethernet controller
@ 2025-05-16 1:08 weishangjuan
0 siblings, 0 replies; 2+ messages in thread
From: weishangjuan @ 2025-05-16 1:08 UTC (permalink / raw)
To: andrew+netdev, davem, edumazet, kuba, pabeni, robh, krzk+dt,
conor+dt, richardcochran, netdev, devicetree, linux-kernel,
mcoquelin.stm32, alexandre.torgue, p.zabel, yong.liang.choong,
rmk+kernel, jszhang, inochiama, jan.petrous, dfustini, 0x1207,
linux-stm32, linux-arm-kernel
Cc: ningyu, linmin, lizhi2, Shangjuan Wei
From: Shangjuan Wei <weishangjuan@eswincomputing.com>
Introduce a driver for the Eswin eic7700 series SoC ethernet controller,
adding support for the ethernet functionality in the Linux kernel. The
driver provides basic functionality to manage and control the ethernet
signals for the eic7700 series chips, which are part of the Eswin SoC family.
Supported chips:
Eswin eic7700 series SoC.
Test:
I tested this patch on the Sifive HiFive Premier P550 (which uses the EIC7700 SoC),
including system boot and ethernet.
Shangjuan Wei (2):
ethernet: eswin: Document for eic7700 SoC
ethernet: eswin: Add eic7700 ethernet driver
.../bindings/net/eswin,eic7700-eth.yaml | 142 +++++
drivers/net/ethernet/stmicro/stmmac/Kconfig | 11 +
drivers/net/ethernet/stmicro/stmmac/Makefile | 1 +
.../ethernet/stmicro/stmmac/dwmac-eic7700.c | 521 ++++++++++++++++++
4 files changed, 675 insertions(+)
create mode 100644 Documentation/devicetree/bindings/net/eswin,eic7700-eth.yaml
create mode 100644 drivers/net/ethernet/stmicro/stmmac/dwmac-eic7700.c
--
2.17.1
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-05-16 1:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-16 0:34 [PATCH v1 0/2] Add driver support for Eswin eic7700 SoC ethernet controller weishangjuan
-- strict thread matches above, loose matches on Subject: below --
2025-05-16 1:08 weishangjuan
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).