diff options
author | Jakub Kicinski <kuba@kernel.org> | 2023-01-11 02:53:37 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2023-01-11 02:53:38 +0300 |
commit | ef1757ef58467310a285e57e6dbf6cf8314e5080 (patch) | |
tree | 67b6261aeef9685815c9a66c8a0d03c1ee264a99 /drivers/net/ethernet/qlogic | |
parent | 96b7a9d11a92cc0b09fd645657462a9d9558ef5f (diff) | |
parent | 743a19e38d02fb6036dbf621edcf1cbb38e2f9e0 (diff) | |
download | linux-ef1757ef58467310a285e57e6dbf6cf8314e5080.tar.xz |
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>
Diffstat (limited to 'drivers/net/ethernet/qlogic')
0 files changed, 0 insertions, 0 deletions