]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Merge branch 'net-stmmac-fix-serdes-power-methods'
authorJakub Kicinski <kuba@kernel.org>
Thu, 5 Feb 2026 04:51:41 +0000 (20:51 -0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 5 Feb 2026 04:51:41 +0000 (20:51 -0800)
Russell King says:

====================
net: stmmac: fix serdes power methods

The stmmac serdes powerup/powerdown methods are not guaranteed to be
called in a balancing fashion, but these are used to call the generic
PHY subsystem's phy_power_up() and phy_power_down() methods which do
require balanced calls.

This series addresses this by making the stmmac serdes methods balanced.
====================

Link: https://patch.msgid.link/aYHHWm5UkD1JVa7D@shell.armlinux.org.uk
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge