]> www.infradead.org Git - users/dwmw2/linux.git/commit
ixgbe: Use C45 mdiobus accessors
authorAndrew Lunn <andrew@lunn.ch>
Mon, 16 Jan 2023 23:52:21 +0000 (00:52 +0100)
committerJakub Kicinski <kuba@kernel.org>
Wed, 18 Jan 2023 03:34:08 +0000 (19:34 -0800)
commitab2960f0fdfe7db4daaff1d7b34e860cb46a5755
treef74f7fb242f656f622f78ec64458ba9ba5d23648
parent308c8ffd5a7d6c05ac57029a1cf875560e70c67d
ixgbe: Use C45 mdiobus accessors

When performing a C45 bus transaction, make use of the c45 variants of
the bus read/write helpers. The ability to pass a special register
value is being removed to clean up the mdio bus driver API.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Michael Walle <michael@walle.cc>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c