]> www.infradead.org Git - users/jedix/linux-maple.git/commit
net: stmmac: dwmac-rk: Add integrated_phy_powerdown operation
authorJonas Karlman <jonas@kwiboo.se>
Wed, 19 Mar 2025 21:44:08 +0000 (21:44 +0000)
committerJakub Kicinski <kuba@kernel.org>
Tue, 25 Mar 2025 15:00:55 +0000 (08:00 -0700)
commit32c7bc0747bbd8ee4ee32026d36a24be56117d96
treef9b20623d9bc442a454c516561f3f93f236138a9
parent0bed91f2b183bc38c216299ce035b44210148785
net: stmmac: dwmac-rk: Add integrated_phy_powerdown operation

Rockchip RK3528 (and RV1106) has a different integrated PHY compared to
the integrated PHY on RK3228/RK3328. Current powerup/down operation is
not compatible with the integrated PHY found in these newer SoCs.

Add a new integrated_phy_powerdown operation and change the call chain
for integrated_phy_powerup to prepare support for the integrated PHY
found in these newer SoCs.

Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Link: https://patch.msgid.link/20250319214415.3086027-5-jonas@kwiboo.se
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/stmicro/stmmac/dwmac-rk.c