mbox series

[net-next,0/3] convert sja1105 xpcs creation and remove xpcs_create

Message ID ZHn1cTGFtEQ1Rv6E@shell.armlinux.org.uk (mailing list archive)
Headers show
Series convert sja1105 xpcs creation and remove xpcs_create | expand

Message

Russell King (Oracle) June 2, 2023, 1:58 p.m. UTC
Hi,

This series of three patches converts sja1105 to use the newly
provided xpcs_create_mdiodev(), and as there become no users of
xpcs_create(), removes this function from the global namespace to
discourage future direct use.

 drivers/net/dsa/sja1105/sja1105_mdio.c | 11 +----------
 drivers/net/pcs/pcs-xpcs.c             |  5 ++---
 include/linux/pcs/pcs-xpcs.h           |  2 --
 3 files changed, 3 insertions(+), 15 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org June 5, 2023, 10:30 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:

On Fri, 2 Jun 2023 14:58:09 +0100 you wrote:
> Hi,
> 
> This series of three patches converts sja1105 to use the newly
> provided xpcs_create_mdiodev(), and as there become no users of
> xpcs_create(), removes this function from the global namespace to
> discourage future direct use.
> 
> [...]

Here is the summary with links:
  - [net-next,1/3] net: dsa: sja1105: allow XPCS to handle mdiodev lifetime
    https://git.kernel.org/netdev/net-next/c/9607eaadba68
  - [net-next,2/3] net: dsa: sja1105: use xpcs_create_mdiodev()
    https://git.kernel.org/netdev/net-next/c/bf9a17b04c85
  - [net-next,3/3] net: pcs: xpcs: remove xpcs_create() from public view
    https://git.kernel.org/netdev/net-next/c/4739b9f3d211

You are awesome, thank you!