]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge branch 'net-mdio-improve-reset-handling-of-mdio-devices'
authorJakub Kicinski <kuba@kernel.org>
Fri, 21 Nov 2025 01:41:40 +0000 (17:41 -0800)
committerJakub Kicinski <kuba@kernel.org>
Fri, 21 Nov 2025 01:41:41 +0000 (17:41 -0800)
commit738cd803b9d418861438df0c7232e9ca6afad58e
tree1f9fa3f35e8df416dcfb0d2273c81f525549bedd
parent9e203721ec6117b2f4436a26662413764fd669f0
parente5a440bf020ef9ee11d442159bd394d66250db30
Merge branch 'net-mdio-improve-reset-handling-of-mdio-devices'

Buday Csaba says:

====================
net: mdio: improve reset handling of mdio devices

This patchset refactors and slightly improves the reset handling of
`mdio_device`.

The patches were split from a larger series, discussed previously in the
links below.

The difference between v2 and v3, is that the helper function declarations
have been moved to a new header file: drivers/net/phy/mdio-private.h
See links for the previous versions, and for the now separate leak fix.
====================

Link: https://patch.msgid.link/cover.1763473655.git.buday.csaba@prolan.hu
Signed-off-by: Jakub Kicinski <kuba@kernel.org>