]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
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)
commit15dd03dfeb1ca0c851092628d397233370fa8367
tree1bd699a2adf679b032d5bbe92db4c5c55f52bf38
parent677bd4bf5c685d98d9a8ab74cc02bd17c996a4ef
parent61aaa625371440938b55d703501f8820018f737e
Merge branch 'net-stmmac-fix-serdes-power-methods'

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>