Message ID | Y2pm13+SDg6N/IVx@shell.armlinux.org.uk (mailing list archive) |
---|---|
Headers | show |
Series | Clean up pcs-xpcs accessors | expand |
Hello: This series was applied to netdev/net-next.git (master) by Jakub Kicinski <kuba@kernel.org>: On Tue, 8 Nov 2022 14:25:27 +0000 you wrote: > Hi, > > This series cleans up the pcs-xpcs code to use mdiodev accessors for > read/write just like xpcs_modify_changed() does. In order to do this, > we need to introduce the mdiodev clause 45 accessors. > > drivers/net/pcs/pcs-xpcs.c | 10 ++-------- > include/linux/mdio.h | 13 +++++++++++++ > 2 files changed, 15 insertions(+), 8 deletions(-) Here is the summary with links: - [net-next,1/2] net: mdio: add mdiodev_c45_(read|write) https://git.kernel.org/netdev/net-next/c/f6479ea4e599 - [net-next,2/2] net: pcs: xpcs: use mdiodev accessors https://git.kernel.org/netdev/net-next/c/85a2b4ac3444 You are awesome, thank you!