Merge branch 'net-mdio-start-separating-c22-and-c45'
authorJakub Kicinski <kuba@kernel.org>
Tue, 10 Jan 2023 23:53:37 +0000 (15:53 -0800)
committerJakub Kicinski <kuba@kernel.org>
Tue, 10 Jan 2023 23:53:38 +0000 (15:53 -0800)
commitef1757ef58467310a285e57e6dbf6cf8314e5080
tree67b6261aeef9685815c9a66c8a0d03c1ee264a99
parent96b7a9d11a92cc0b09fd645657462a9d9558ef5f
parent743a19e38d02fb6036dbf621edcf1cbb38e2f9e0
Merge branch 'net-mdio-start-separating-c22-and-c45'

Michael Walle says:

====================
net: mdio: Start separating C22 and C45

This patch set starts the separation of C22 and C45 MDIO bus
transactions at the API level to the MDIO Bus drivers. C45 read and
write ops are added to the MDIO bus driver structure, and the MDIO
core will try to use these ops if requested to perform a C45
transfer. If not available a fallback to the older API is made, to
allow backwards compatibility until all drivers are converted.

A few drivers are then converted to this new API.

The core DSA patch was dropped for now as there is still an ongoing
discussion. It will be picked up in a later series again.

v2: https://lore.kernel.org/r/20221227-v6-2-rc1-c45-seperation-v2-0-ddb37710e5a7@walle.cc
v1: https://lore.kernel.org/r/20220508153049.427227-1-andrew@lunn.ch
====================

Link: https://lore.kernel.org/r/20221227-v6-2-rc1-c45-seperation-v3-0-ade1deb438da@walle.cc
Signed-off-by: Jakub Kicinski <kuba@kernel.org>