]> git.itanic.dy.fi Git - linux-stable/commit
net: ethernet: renesas: rswitch: C45 only transactions
authorMichael Walle <michael@walle.cc>
Mon, 16 Jan 2023 23:52:27 +0000 (00:52 +0100)
committerJakub Kicinski <kuba@kernel.org>
Wed, 18 Jan 2023 03:34:08 +0000 (19:34 -0800)
commit95331514d95fae22a13df955275038d531cf85a0
treec3138d782201bc2bcd7aeeba3f6c1c7786ebb764
parentc708e135037087ffe90a9e0b1b01cd78a7f2aa4b
net: ethernet: renesas: rswitch: C45 only transactions

The rswitch MDIO bus driver only supports C45 transfers. Update the
function names to make this clear, pass the mmd as a parameter, and
register the accessors to the _c45 ops of the bus driver structure.

Signed-off-by: Michael Walle <michael@walle.cc>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/renesas/rswitch.c