mbox series

[net-next,v3,0/2] Series to deliver Ethernet for STM32MP25

Message ID 20240624071052.118042-1-christophe.roullier@foss.st.com (mailing list archive)
Headers show
Series Series to deliver Ethernet for STM32MP25 | expand

Message

Christophe Roullier June 24, 2024, 7:10 a.m. UTC
STM32MP25 is STM32 SOC with 2 GMACs instances.
    GMAC IP version is SNPS 5.3x.
    GMAC IP configure with 2 RX and 4 TX queue.
    DMA HW capability register supported
    RX Checksum Offload Engine supported
    TX Checksum insertion supported
    Wake-Up On Lan supported
    TSO supported

V2: - Remark from Marek (sort compatible in YAML, change in glue to simplify)
V3: - Update from Simon Horman (replace "return err" with "return 0")
    - Update/remark from Marek (simplify and add comment in glue to be clearer)

Christophe Roullier (2):
  dt-bindings: net: add STM32MP25 compatible in documentation for stm32
  net: stmmac: dwmac-stm32: stm32: add management of stm32mp25 for stm32

 .../devicetree/bindings/net/stm32-dwmac.yaml  |  8 +-
 .../net/ethernet/stmicro/stmmac/dwmac-stm32.c | 80 ++++++++++++++++++-
 2 files changed, 84 insertions(+), 4 deletions(-)


base-commit: 84562f9953ec5f91a4922baa2bd4f2d4f64fac31

Comments

patchwork-bot+netdevbpf@kernel.org June 27, 2024, 9:10 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Mon, 24 Jun 2024 09:10:50 +0200 you wrote:
> STM32MP25 is STM32 SOC with 2 GMACs instances.
>     GMAC IP version is SNPS 5.3x.
>     GMAC IP configure with 2 RX and 4 TX queue.
>     DMA HW capability register supported
>     RX Checksum Offload Engine supported
>     TX Checksum insertion supported
>     Wake-Up On Lan supported
>     TSO supported
> 
> [...]

Here is the summary with links:
  - [net-next,v3,1/2] dt-bindings: net: add STM32MP25 compatible in documentation for stm32
    https://git.kernel.org/netdev/net-next/c/3d94d1ac3792
  - [net-next,v3,2/2] net: stmmac: dwmac-stm32: stm32: add management of stm32mp25 for stm32
    https://git.kernel.org/netdev/net-next/c/5bcc1afd0219

You are awesome, thank you!