From: Jakub Kicinski <kuba@kernel.org>
To: Heiko Stuebner <heiko@sntech.de>
Cc: andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com,
pabeni@redhat.com, robh@kernel.org, krzk+dt@kernel.org,
conor+dt@kernel.org, netdev@vger.kernel.org,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org,
Jonas Karlman <jonas@kwiboo.se>
Subject: Re: [PATCH 0/4] DWMAC support for Rockchip RK3506
Date: Wed, 22 Oct 2025 18:26:33 -0700 [thread overview]
Message-ID: <20251022182633.77f2cbce@kernel.org> (raw)
In-Reply-To: <20251021224357.195015-1-heiko@sntech.de>
On Wed, 22 Oct 2025 00:43:53 +0200 Heiko Stuebner wrote:
> Some cleanups to the DT binding for Rockchip variants of the dwmac
> and adding the RK3506 support on top.
>
> As well as the driver-glue needed for setting up the correct RMII
> speed seitings.
Looks like its not your first contribution, feel free to add yourself
as the maintainer for stmmac/dwmac-rk.c (anyone else who wants to be
listed please raise a hand, Jonas?)
WARNING: multiple messages have this Message-ID (diff)
From: Jakub Kicinski <kuba@kernel.org>
To: Heiko Stuebner <heiko@sntech.de>
Cc: andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com,
pabeni@redhat.com, robh@kernel.org, krzk+dt@kernel.org,
conor+dt@kernel.org, netdev@vger.kernel.org,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org,
Jonas Karlman <jonas@kwiboo.se>
Subject: Re: [PATCH 0/4] DWMAC support for Rockchip RK3506
Date: Wed, 22 Oct 2025 18:26:33 -0700 [thread overview]
Message-ID: <20251022182633.77f2cbce@kernel.org> (raw)
In-Reply-To: <20251021224357.195015-1-heiko@sntech.de>
On Wed, 22 Oct 2025 00:43:53 +0200 Heiko Stuebner wrote:
> Some cleanups to the DT binding for Rockchip variants of the dwmac
> and adding the RK3506 support on top.
>
> As well as the driver-glue needed for setting up the correct RMII
> speed seitings.
Looks like its not your first contribution, feel free to add yourself
as the maintainer for stmmac/dwmac-rk.c (anyone else who wants to be
listed please raise a hand, Jonas?)
_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip
next prev parent reply other threads:[~2025-10-23 1:26 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-21 22:43 [PATCH 0/4] DWMAC support for Rockchip RK3506 Heiko Stuebner
2025-10-21 22:43 ` Heiko Stuebner
2025-10-21 22:43 ` [PATCH 1/4] dt-bindings: net: snps,dwmac: move rk3399 line to its correct position Heiko Stuebner
2025-10-21 22:43 ` Heiko Stuebner
2025-10-22 13:41 ` Andrew Lunn
2025-10-22 13:41 ` Andrew Lunn
2025-10-22 17:55 ` Conor Dooley
2025-10-22 17:55 ` Conor Dooley
2025-10-21 22:43 ` [PATCH 2/4] dt-bindings: net: snps,dwmac: Sync list of Rockchip compatibles Heiko Stuebner
2025-10-21 22:43 ` Heiko Stuebner
2025-10-22 13:41 ` Andrew Lunn
2025-10-22 13:41 ` Andrew Lunn
2025-10-22 17:56 ` Conor Dooley
2025-10-22 17:56 ` Conor Dooley
2025-10-21 22:43 ` [PATCH 3/4] dt-bindings: net: rockchip-dwmac: Add compatible string for RK3506 Heiko Stuebner
2025-10-21 22:43 ` Heiko Stuebner
2025-10-22 13:42 ` Andrew Lunn
2025-10-22 13:42 ` Andrew Lunn
2025-10-22 17:56 ` Conor Dooley
2025-10-22 17:56 ` Conor Dooley
2025-10-21 22:43 ` [PATCH 4/4] ethernet: stmmac: dwmac-rk: Add RK3506 GMAC support Heiko Stuebner
2025-10-21 22:43 ` Heiko Stuebner
2025-10-22 13:44 ` Andrew Lunn
2025-10-22 13:44 ` Andrew Lunn
2025-10-22 20:43 ` Jonas Karlman
2025-10-22 20:43 ` Jonas Karlman
2025-10-23 1:26 ` Jakub Kicinski [this message]
2025-10-23 1:26 ` [PATCH 0/4] DWMAC support for Rockchip RK3506 Jakub Kicinski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251022182633.77f2cbce@kernel.org \
--to=kuba@kernel.org \
--cc=andrew+netdev@lunn.ch \
--cc=conor+dt@kernel.org \
--cc=davem@davemloft.net \
--cc=devicetree@vger.kernel.org \
--cc=edumazet@google.com \
--cc=heiko@sntech.de \
--cc=jonas@kwiboo.se \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=robh@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.