Message ID | ZHCGZ8IgAAwr8bla@shell.armlinux.org.uk (mailing list archive) |
---|---|
Headers | show |
Series | net: pcs: add helpers to xpcs and lynx to manage mdiodev | expand |
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Fri, 26 May 2023 11:13:59 +0100 you wrote: > Hi, > > This morning, we have had two instances where the destruction of the > MDIO device associated with XPCS and Lynx has been wrong. Rather than > allowing this pattern of errors to continue, let's make it easier for > driver authors to get this right by adding a helper. > > [...] Here is the summary with links: - [net-next,1/6] net: mdio: add mdio_device_get() and mdio_device_put() https://git.kernel.org/netdev/net-next/c/c4933fa88a68 - [net-next,2/6] net: pcs: xpcs: add xpcs_create_mdiodev() https://git.kernel.org/netdev/net-next/c/9a5d500cffdb - [net-next,3/6] net: stmmac: use xpcs_create_mdiodev() https://git.kernel.org/netdev/net-next/c/727e373f897d - [net-next,4/6] net: pcs: lynx: add lynx_pcs_create_mdiodev() https://git.kernel.org/netdev/net-next/c/86b5f2d8cd78 - [net-next,5/6] net: dsa: ocelot: use lynx_pcs_create_mdiodev() https://git.kernel.org/netdev/net-next/c/5767c6a8d9b7 - [net-next,6/6] net: enetc: use lynx_pcs_create_mdiodev() https://git.kernel.org/netdev/net-next/c/b7d5d0438e01 You are awesome, thank you!