| From: |
| Jonas Karlman <jonas-AT-kwiboo.se> |
| To: |
| Heiko Stuebner <heiko-AT-sntech.de>, Andrew Lunn <andrew+netdev-AT-lunn.ch>, "David S . Miller" <davem-AT-davemloft.net>, Eric Dumazet <edumazet-AT-google.com>, Jakub Kicinski <kuba-AT-kernel.org>, Paolo Abeni <pabeni-AT-redhat.com> |
| Subject: |
| [PATCH v2 0/5] net: stmmac: dwmac-rk: Add GMAC support for RK3528 |
| Date: |
| Sun, 09 Mar 2025 23:26:10 +0000 |
| Message-ID: |
| <20250309232622.1498084-1-jonas@kwiboo.se> |
| Cc: |
| Rob Herring <robh-AT-kernel.org>, Krzysztof Kozlowski <krzk+dt-AT-kernel.org>, Conor Dooley <conor+dt-AT-kernel.org>, David Wu <david.wu-AT-rock-chips.com>, Yao Zi <ziyao-AT-disroot.org>, netdev-AT-vger.kernel.org, devicetree-AT-vger.kernel.org, linux-rockchip-AT-lists.infradead.org, linux-arm-kernel-AT-lists.infradead.org, linux-kernel-AT-vger.kernel.org, Jonas Karlman <jonas-AT-kwiboo.se> |
| Archive-link: |
| Article |
The Rockchip RK3528 has two Ethernet controllers, one 100/10 MAC to be
used with the integrated PHY and a second 1000/100/10 MAC to be used
with an external Ethernet PHY.
This series add initial support for the Ethernet controllers found in
RK3528 and initial support to power up/down the integrated PHY.
This series depends on v2 of the "net: stmmac: dwmac-rk: Validate GRF
and peripheral GRF during probe" [1] cleanup series.
Changes in v2:
- Restrict the minItems: 4 change to rockchip,rk3528-gmac
- Add initial support to power up/down the integrated PHY in RK3528
- Split device tree changes into a separate series
[1] https://lore.kernel.org/r/20250308213720.2517944-1-jonas@...
David Wu (1):
net: stmmac: dwmac-rk: Add GMAC support for RK3528
Jonas Karlman (4):
dt-bindings: net: rockchip-dwmac: Add compatible string for RK3528
net: stmmac: dwmac-rk: Move integrated_phy_powerup/down functions
net: stmmac: dwmac-rk: Add integrated_phy_powerdown operation
net: stmmac: dwmac-rk: Add initial support for RK3528 integrated PHY
.../bindings/net/rockchip-dwmac.yaml | 16 +-
.../net/ethernet/stmicro/stmmac/dwmac-rk.c | 277 ++++++++++++++----
2 files changed, 242 insertions(+), 51 deletions(-)
--
2.48.1