From: patchwork-bot+netdevbpf@kernel•org
To: Russell King (Oracle) <linux@armlinux•org.uk>
Cc: andrew@lunn•ch, hkallweit1@gmail•com, davem@davemloft•net,
edumazet@google•com, f.fainelli@gmail•com, kuba@kernel•org,
netdev@vger•kernel.org, pabeni@redhat•com, olteanv@gmail•com
Subject: Re: [PATCH net-next 00/11] Convert mv88e6xxx to phylink_pcs
Date: Fri, 14 Jul 2023 08:00:23 +0000 [thread overview]
Message-ID: <168932162305.21677.4150891719279129759.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <ZK+4tOD4EpFzNM9x@shell.armlinux.org.uk>
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!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2023-07-14 8:00 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-13 8:41 [PATCH net-next 00/11] Convert mv88e6xxx to phylink_pcs Russell King (Oracle)
2023-07-13 8:42 ` [PATCH net-next 01/11] net: phylink: add pcs_enable()/pcs_disable() methods Russell King (Oracle)
2023-07-13 8:42 ` [PATCH net-next 02/11] net: phylink: add pcs_pre_config()/pcs_post_config() methods Russell King (Oracle)
2023-07-13 8:42 ` [PATCH net-next 03/11] net: phylink: add support for PCS link change notifications Russell King (Oracle)
2023-07-13 8:42 ` [PATCH net-next 04/11] net: mdio: add unlocked mdiobus and mdiodev bus accessors Russell King (Oracle)
2023-07-13 8:42 ` [PATCH net-next 05/11] net: dsa: mv88e6xxx: remove handling for DSA and CPU ports Russell King (Oracle)
2023-07-13 8:42 ` [PATCH net-next 06/11] net: dsa: mv88e6xxx: add infrastructure for phylink_pcs Russell King (Oracle)
2023-07-13 8:42 ` [PATCH net-next 07/11] net: dsa: mv88e6xxx: export mv88e6xxx_pcs_decode_state() Russell King (Oracle)
2023-07-13 8:42 ` [PATCH net-next 08/11] net: dsa: mv88e6xxx: convert 88e6185 to phylink_pcs Russell King (Oracle)
2023-07-13 8:42 ` [PATCH net-next 09/11] net: dsa: mv88e6xxx: convert 88e6352 " Russell King
2023-07-13 8:42 ` [PATCH net-next 10/11] net: dsa: mv88e6xxx: convert 88e639x " Russell King (Oracle)
2023-07-13 8:42 ` [PATCH net-next 11/11] net: dsa: mv88e6xxx: cleanup after phylink_pcs conversion Russell King (Oracle)
2023-07-14 8:00 ` patchwork-bot+netdevbpf [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=168932162305.21677.4150891719279129759.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel$(echo .)org \
--cc=andrew@lunn$(echo .)ch \
--cc=davem@davemloft$(echo .)net \
--cc=edumazet@google$(echo .)com \
--cc=f.fainelli@gmail$(echo .)com \
--cc=hkallweit1@gmail$(echo .)com \
--cc=kuba@kernel$(echo .)org \
--cc=linux@armlinux$(echo .)org.uk \
--cc=netdev@vger$(echo .)kernel.org \
--cc=olteanv@gmail$(echo .)com \
--cc=pabeni@redhat$(echo .)com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox