mbox series

[PATCHv3,0/2] RK3588 Ethernet Support

Message ID 20220830154559.61506-1-sebastian.reichel@collabora.com (mailing list archive)
Headers show
Series RK3588 Ethernet Support | expand

Message

Sebastian Reichel Aug. 30, 2022, 3:45 p.m. UTC
This adds ethernet support for the RK3588(s) SoCs.

Changes since PATCHv2:
 * Rebased to v6.0-rc1
 * Wrap DT bindings additions at 80 characters
 * Add Acked-by from Krzysztof

Changes since PATCHv1:
 * Drop first patch (not required) and rebase second patch accordingly
 * Rename DT property rockchip,php_grf -> rockchip,php-grf

-- Sebastian

David Wu (1):
  net: ethernet: stmmac: dwmac-rk: Add gmac support for rk3588

Sebastian Reichel (1):
  dt-bindings: net: rockchip-dwmac: add rk3588 gmac compatible

 .../bindings/net/rockchip-dwmac.yaml          |   7 +
 .../devicetree/bindings/net/snps,dwmac.yaml   |   1 +
 .../net/ethernet/stmicro/stmmac/dwmac-rk.c    | 155 ++++++++++++++++++
 3 files changed, 163 insertions(+)

Comments

patchwork-bot+netdevbpf@kernel.org Sept. 1, 2022, 10:10 a.m. UTC | #1
Hello:

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

On Tue, 30 Aug 2022 17:45:57 +0200 you wrote:
> This adds ethernet support for the RK3588(s) SoCs.
> 
> Changes since PATCHv2:
>  * Rebased to v6.0-rc1
>  * Wrap DT bindings additions at 80 characters
>  * Add Acked-by from Krzysztof
> 
> [...]

Here is the summary with links:
  - [PATCHv3,1/2] net: ethernet: stmmac: dwmac-rk: Add gmac support for rk3588
    https://git.kernel.org/netdev/net-next/c/2f2b60a0ec28
  - [PATCHv3,2/2] dt-bindings: net: rockchip-dwmac: add rk3588 gmac compatible
    https://git.kernel.org/netdev/net-next/c/a2b77831427c

You are awesome, thank you!