Message ID | ZK+4tOD4EpFzNM9x@shell.armlinux.org.uk (mailing list archive) |
---|---|
Headers | show |
Series | Convert mv88e6xxx to phylink_pcs | expand |
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller <davem@davemloft.net>: On Thu, 13 Jul 2023 09:41:24 +0100 you wrote: > Hi, > > This series (previously posted with further patches on the 26 June as > RFC) converts mv88e6xxx to phylink_pcs, and thus moves it from being > a pre-March 2020 legacy driver. > > The first four patches lay the ground-work for the conversion by > adding four new methods to the phylink_pcs operations structure: > > [...] Here is the summary with links: - [net-next,01/11] net: phylink: add pcs_enable()/pcs_disable() methods https://git.kernel.org/netdev/net-next/c/90ef0a7b0622 - [net-next,02/11] net: phylink: add pcs_pre_config()/pcs_post_config() methods https://git.kernel.org/netdev/net-next/c/aee6098822ed - [net-next,03/11] net: phylink: add support for PCS link change notifications https://git.kernel.org/netdev/net-next/c/24699cc1ff3e - [net-next,04/11] net: mdio: add unlocked mdiobus and mdiodev bus accessors https://git.kernel.org/netdev/net-next/c/e6a45700e7e1 - [net-next,05/11] net: dsa: mv88e6xxx: remove handling for DSA and CPU ports https://git.kernel.org/netdev/net-next/c/40da0c32c3fc - [net-next,06/11] net: dsa: mv88e6xxx: add infrastructure for phylink_pcs https://git.kernel.org/netdev/net-next/c/b92143d4420f - [net-next,07/11] net: dsa: mv88e6xxx: export mv88e6xxx_pcs_decode_state() https://git.kernel.org/netdev/net-next/c/05407b0ebc39 - [net-next,08/11] net: dsa: mv88e6xxx: convert 88e6185 to phylink_pcs https://git.kernel.org/netdev/net-next/c/4aabe35c385c - [net-next,09/11] net: dsa: mv88e6xxx: convert 88e6352 to phylink_pcs https://git.kernel.org/netdev/net-next/c/85764555442f - [net-next,10/11] net: dsa: mv88e6xxx: convert 88e639x to phylink_pcs https://git.kernel.org/netdev/net-next/c/e5b732a275f5 - [net-next,11/11] net: dsa: mv88e6xxx: cleanup after phylink_pcs conversion https://git.kernel.org/netdev/net-next/c/d20acfdd3f88 You are awesome, thank you!