[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <bbcca781-9ac4-4eec-b3fb-ff4e01950127@bootlin.com>
Date: Tue, 23 Sep 2025 22:03:09 +0530
From: Maxime Chevallier <maxime.chevallier@...tlin.com>
To: weishangjuan@...incomputing.com, devicetree@...r.kernel.org,
andrew+netdev@...n.ch, davem@...emloft.net, edumazet@...gle.com,
kuba@...nel.org, robh@...nel.org, krzk+dt@...nel.org, conor+dt@...nel.org,
netdev@...r.kernel.org, pabeni@...hat.com, mcoquelin.stm32@...il.com,
alexandre.torgue@...s.st.com, vladimir.oltean@....com,
rmk+kernel@...linux.org.uk, yong.liang.choong@...ux.intel.com,
anthony.l.nguyen@...el.com, prabhakar.mahadev-lad.rj@...renesas.com,
jan.petrous@....nxp.com, jszhang@...nel.org, inochiama@...il.com,
0x1207@...il.com, boon.khai.ng@...era.com, linux-kernel@...r.kernel.org,
linux-stm32@...md-mailman.stormreply.com,
linux-arm-kernel@...ts.infradead.org
Cc: ningyu@...incomputing.com, linmin@...incomputing.com,
lizhi2@...incomputing.com, pinkesh.vaghela@...fochips.com
Subject: Re: [PATCH v7 2/2] ethernet: eswin: Add eic7700 ethernet driver
Hi,
On 18/09/2025 14:30, weishangjuan@...incomputing.com wrote:
> From: Shangjuan Wei <weishangjuan@...incomputing.com>
>
> Add Ethernet controller support for Eswin's eic7700 SoC. The driver
> implements hardware initialization, clock configuration, delay
> adjustment functions based on DWC Ethernet controller, and supports
> device tree configuration and platform driver integration.
>
> Signed-off-by: Zhi Li <lizhi2@...incomputing.com>
> Signed-off-by: Shangjuan Wei <weishangjuan@...incomputing.com>
> ---
> drivers/net/ethernet/stmicro/stmmac/Kconfig | 11 +
> drivers/net/ethernet/stmicro/stmmac/Makefile | 1 +
> .../ethernet/stmicro/stmmac/dwmac-eic7700.c | 230 ++++++++++++++++++
> 3 files changed, 242 insertions(+)
> create mode 100644 drivers/net/ethernet/stmicro/stmmac/dwmac-eic7700.c
>
> diff --git a/drivers/net/ethernet/stmicro/stmmac/Kconfig b/drivers/net/ethernet/stmicro/stmmac/Kconfig
> index 67fa879b1e52..a13b15ce1abd 100644
> --- a/drivers/net/ethernet/stmicro/stmmac/Kconfig
> +++ b/drivers/net/ethernet/stmicro/stmmac/Kconfig
> @@ -67,6 +67,17 @@ config DWMAC_ANARION
>
> This selects the Anarion SoC glue layer support for the stmmac driver.
>
> +config DWMAC_EIC7700
> + tristate "Support for Eswin eic7700 ethernet driver"
> + select CRC32
> + select MII
Seems like CRC32 and MII are already selected by STMMAC_ETH. I guess
this is inspired by CONFIG_DWMAC_DWC_QOS_ETH that also seems to have
these unnecessary dependencies.
Maxime
Powered by blists - more mailing lists