From: patchwork-bot+netdevbpf@kernel•org
To: Russell King (Oracle) <linux@armlinux•org.uk>
Cc: davem@davemloft•net, kuba@kernel•org, frank-w@public-files•de,
edumazet@google•com, nbd@nbd•name, john@phrozen•org,
linux-arm-kernel@lists•infradead.org,
linux-mediatek@lists•infradead.org, Mark-MC.Lee@mediatek•com,
matthias.bgg@gmail•com, netdev@vger•kernel.org,
pabeni@redhat•com, sean.wang@mediatek•com
Subject: Re: [PATCH net-next 00/11] net: mtk_eth_soc: improve PCS implementation
Date: Sat, 29 Oct 2022 05:00:19 +0000 [thread overview]
Message-ID: <166701961999.17481.10898142814821409044.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <Y1qDMw+DJLAJHT40@shell.armlinux.org.uk>
Hello:
This series was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel•org>:
On Thu, 27 Oct 2022 14:10:11 +0100 you wrote:
> Hi,
>
> As a result of invesigations from Frank Wunderlich, we know a lot more
> about the Mediatek "SGMII" PCS block, and can implement the PCS support
> correctly. This series achieves that, and Frank has tested the final
> result and reports that it works for him. The series could do with
> further testing by others, but I suspect that is unlikely to happen
> until it is merged based on past performances with this driver.
>
> [...]
Here is the summary with links:
- [net-next,01/11] net: phylink: add phylink_get_link_timer_ns() helper
https://git.kernel.org/netdev/net-next/c/9c5a170677c3
- [net-next,02/11] net: mtk_eth_soc: add definitions for PCS
https://git.kernel.org/netdev/net-next/c/b6a709cb51f7
- [net-next,03/11] net: mtk_eth_soc: eliminate unnecessary error handling
https://git.kernel.org/netdev/net-next/c/5cf7797526ee
- [net-next,04/11] net: mtk_eth_soc: add pcs_get_state() implementation
https://git.kernel.org/netdev/net-next/c/c000dca09800
- [net-next,05/11] net: mtk_eth_soc: convert mtk_sgmii to use regmap_update_bits()
https://git.kernel.org/netdev/net-next/c/0d2351dc2768
- [net-next,06/11] net: mtk_eth_soc: add out of band forcing of speed and duplex in pcs_link_up
https://git.kernel.org/netdev/net-next/c/12198c3a410f
- [net-next,07/11] net: mtk_eth_soc: move PHY power up
https://git.kernel.org/netdev/net-next/c/6f38fffe2179
- [net-next,08/11] net: mtk_eth_soc: move interface speed selection
https://git.kernel.org/netdev/net-next/c/f752c0df13df
- [net-next,09/11] net: mtk_eth_soc: add advertisement programming
https://git.kernel.org/netdev/net-next/c/c125c66ea71b
- [net-next,10/11] net: mtk_eth_soc: move and correct link timer programming
https://git.kernel.org/netdev/net-next/c/3027d89f8770
- [net-next,11/11] net: mtk_eth_soc: add support for in-band 802.3z negotiation
https://git.kernel.org/netdev/net-next/c/81b0f12a2a8a
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:[~2022-10-29 5:00 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-27 13:10 [PATCH net-next 00/11] net: mtk_eth_soc: improve PCS implementation Russell King (Oracle)
2022-10-27 13:10 ` [PATCH net-next 01/11] net: phylink: add phylink_get_link_timer_ns() helper Russell King (Oracle)
2022-10-27 13:10 ` [PATCH net-next 02/11] net: mtk_eth_soc: add definitions for PCS Russell King (Oracle)
2022-10-27 13:10 ` [PATCH net-next 03/11] net: mtk_eth_soc: eliminate unnecessary error handling Russell King (Oracle)
2022-10-27 13:10 ` [PATCH net-next 04/11] net: mtk_eth_soc: add pcs_get_state() implementation Russell King (Oracle)
2022-10-27 13:10 ` [PATCH net-next 05/11] net: mtk_eth_soc: convert mtk_sgmii to use regmap_update_bits() Russell King (Oracle)
2022-10-27 13:11 ` [PATCH net-next 06/11] net: mtk_eth_soc: add out of band forcing of speed and duplex in pcs_link_up Russell King (Oracle)
2022-10-27 13:11 ` [PATCH net-next 07/11] net: mtk_eth_soc: move PHY power up Russell King (Oracle)
2022-10-27 13:11 ` [PATCH net-next 08/11] net: mtk_eth_soc: move interface speed selection Russell King (Oracle)
2022-10-27 13:11 ` [PATCH net-next 09/11] net: mtk_eth_soc: add advertisement programming Russell King (Oracle)
2022-10-27 13:11 ` [PATCH net-next 10/11] net: mtk_eth_soc: move and correct link timer programming Russell King (Oracle)
2022-10-27 13:11 ` [PATCH net-next 11/11] net: mtk_eth_soc: add support for in-band 802.3z negotiation Russell King (Oracle)
2022-10-27 13:23 ` [PATCH net-next 00/11] net: mtk_eth_soc: improve PCS implementation Russell King (Oracle)
2022-10-29 5: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=166701961999.17481.10898142814821409044.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel$(echo .)org \
--cc=Mark-MC.Lee@mediatek$(echo .)com \
--cc=davem@davemloft$(echo .)net \
--cc=edumazet@google$(echo .)com \
--cc=frank-w@public-files$(echo .)de \
--cc=john@phrozen$(echo .)org \
--cc=kuba@kernel$(echo .)org \
--cc=linux-arm-kernel@lists$(echo .)infradead.org \
--cc=linux-mediatek@lists$(echo .)infradead.org \
--cc=linux@armlinux$(echo .)org.uk \
--cc=matthias.bgg@gmail$(echo .)com \
--cc=nbd@nbd$(echo .)name \
--cc=netdev@vger$(echo .)kernel.org \
--cc=pabeni@redhat$(echo .)com \
--cc=sean.wang@mediatek$(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