]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
net: mdio: add unlocked mdiodev C45 bus accessors
authorDaniel Golle <daniel@makrotopia.org>
Sat, 7 Feb 2026 03:07:18 +0000 (03:07 +0000)
committerPaolo Abeni <pabeni@redhat.com>
Wed, 11 Feb 2026 10:27:58 +0000 (11:27 +0100)
commitb405b26d8d27fbb09c6ce2e7cc0eada9a63136b6
treea35024a9d5cf0a424c00987e19c5341000176bda
parent85ee98742902735d65ef3a8e14e16870490e5f2f
net: mdio: add unlocked mdiodev C45 bus accessors

Add helper inline functions __mdiodev_c45_read() and
__mdiodev_c45_write(), which are the C45 equivalents of the existing
__mdiodev_read() and __mdiodev_write() added by commit e6a45700e7e1
("net: mdio: add unlocked mdiobus and mdiodev bus accessors")

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Reviewed-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Link: https://patch.msgid.link/8d1d55949a75a871d2a3b90e421de4bd58d77685.1770433307.git.daniel@makrotopia.org
Reviewed-by: Vladimir Oltean <olteanv@gmail.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
include/linux/mdio.h