From: patchwork-bot+netdevbpf@kernel•org
To: Russell King (Oracle) <linux@armlinux•org.uk>
Cc: andrew@lunn•ch, hkallweit1@gmail•com, lynxis@fe80•eu,
angelogioacchino.delregno@collabora•com,
claudiu.beznea@microchip•com, daniel@makrotopia•org,
daniel.machon@microchip•com, davem@davemloft•net,
dqfext@gmail•com, edumazet@google•com, f.fainelli@gmail•com,
horatiu.vultur@microchip•com, ioana.ciornei@nxp•com,
kuba@kernel•org, Jose.Abreu@synopsys•com,
Landen.Chao@mediatek•com, lars.povlsen@microchip•com,
linux-arm-kernel@lists•infradead.org,
linux-mediatek@lists•infradead.org, madalin.bucur@nxp•com,
mw@semihalf•com, matthias.bgg@gmail•com, michal.simek@amd•com,
netdev@vger•kernel.org, nicolas.ferre@microchip•com,
pabeni@redhat•com, radhey.shyam.pandey@xilinx•com,
sean.anderson@seco•com, sean.wang@mediatek•com,
Steen.Hegelund@microchip•com, taras.chornyi@plvision•eu,
thomas.petazzoni@bootlin•com, UNGLinuxDriver@microchip•com,
olteanv@gmail•com
Subject: Re: [PATCH net-next 0/15] Add and use helper for PCS negotiation modes
Date: Fri, 23 Jun 2023 02:50:26 +0000 [thread overview]
Message-ID: <168748862628.32034.12255029865575674301.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <ZIxQIBfO9dH5xFlg@shell.armlinux.org.uk>
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel•org>:
On Fri, 16 Jun 2023 13:05:52 +0100 you wrote:
> Hi,
>
> Earlier this month, I proposed a helper for deciding whether a PCS
> should use inband negotiation modes or not. There was some discussion
> around this topic, and I believe there was no disagreement about
> providing the helper.
>
> [...]
Here is the summary with links:
- [net-next,01/15] net: phylink: add PCS negotiation mode
https://git.kernel.org/netdev/net-next/c/f99d471afa03
- [net-next,02/15] net: phylink: convert phylink_mii_c22_pcs_config() to neg_mode
https://git.kernel.org/netdev/net-next/c/cdb08aa04737
- [net-next,03/15] net: phylink: pass neg_mode into phylink_mii_c22_pcs_config()
https://git.kernel.org/netdev/net-next/c/febf2aaf0564
- [net-next,04/15] net: pcs: xpcs: update PCS driver to use neg_mode
https://git.kernel.org/netdev/net-next/c/a3a47cfb88fc
- [net-next,05/15] net: pcs: lynxi: update PCS driver to use neg_mode
https://git.kernel.org/netdev/net-next/c/3b2de56a146f
- [net-next,06/15] net: pcs: lynx: update PCS driver to use neg_mode
https://git.kernel.org/netdev/net-next/c/c689a6528c22
- [net-next,07/15] net: lan966x: update PCS driver to use neg_mode
https://git.kernel.org/netdev/net-next/c/a0e93cfdac4c
- [net-next,08/15] net: mvneta: update PCS driver to use neg_mode
https://git.kernel.org/netdev/net-next/c/140d1002e2a3
- [net-next,09/15] net: mvpp2: update PCS driver to use neg_mode
https://git.kernel.org/netdev/net-next/c/d5b16264fffe
- [net-next,10/15] net: prestera: update PCS driver to use neg_mode
https://git.kernel.org/netdev/net-next/c/d5a052993062
- [net-next,11/15] net: qca8k: update PCS driver to use neg_mode
https://git.kernel.org/netdev/net-next/c/bfa0a3ac05b6
- [net-next,12/15] net: sparx5: update PCS driver to use neg_mode
https://git.kernel.org/netdev/net-next/c/6e5bb3da9842
- [net-next,13/15] net: dsa: b53: update PCS driver to use neg_mode
https://git.kernel.org/netdev/net-next/c/772c476dd1d4
- [net-next,14/15] net: dsa: mt7530: update PCS driver to use neg_mode
https://git.kernel.org/netdev/net-next/c/6c1e4eca0b4e
- [net-next,15/15] net: macb: update PCS driver to use neg_mode
https://git.kernel.org/netdev/net-next/c/f40df95d375d
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-06-23 2:50 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-16 12:05 [PATCH net-next 0/15] Add and use helper for PCS negotiation modes Russell King (Oracle)
2023-06-16 12:06 ` [PATCH net-next 01/15] net: phylink: add PCS negotiation mode Russell King (Oracle)
2023-06-16 15:51 ` Simon Horman
2023-06-20 11:34 ` Vladimir Oltean
2023-06-20 15:42 ` Russell King (Oracle)
2023-06-20 11:37 ` Vladimir Oltean
2023-06-20 15:51 ` Russell King (Oracle)
2023-06-16 12:06 ` [PATCH net-next 02/15] net: phylink: convert phylink_mii_c22_pcs_config() to neg_mode Russell King (Oracle)
2023-06-16 12:06 ` [PATCH net-next 03/15] net: phylink: pass neg_mode into phylink_mii_c22_pcs_config() Russell King (Oracle)
2023-06-16 12:06 ` [PATCH net-next 04/15] net: pcs: xpcs: update PCS driver to use neg_mode Russell King (Oracle)
2023-06-16 12:06 ` [PATCH net-next 05/15] net: pcs: lynxi: " Russell King (Oracle)
2023-06-16 12:06 ` [PATCH net-next 06/15] net: pcs: lynx: " Russell King (Oracle)
2023-06-16 12:06 ` [PATCH net-next 07/15] net: lan966x: " Russell King (Oracle)
2023-06-16 12:06 ` [PATCH net-next 08/15] net: mvneta: " Russell King (Oracle)
2023-06-16 12:07 ` [PATCH net-next 09/15] net: mvpp2: " Russell King (Oracle)
2023-06-16 12:07 ` [PATCH net-next 10/15] net: prestera: " Russell King (Oracle)
2023-06-16 12:07 ` [PATCH net-next 11/15] net: qca8k: " Russell King (Oracle)
2023-06-20 9:18 ` Russell King (Oracle)
2023-06-20 11:28 ` Vladimir Oltean
2023-06-20 16:22 ` Jakub Kicinski
2023-06-16 12:07 ` [PATCH net-next 12/15] net: sparx5: " Russell King (Oracle)
2023-06-16 12:07 ` [PATCH net-next 13/15] net: dsa: b53: " Russell King (Oracle)
2023-06-20 11:30 ` Florian Fainelli
2023-06-16 12:07 ` [PATCH net-next 14/15] net: dsa: mt7530: " Russell King (Oracle)
2023-06-16 12:07 ` [PATCH net-next 15/15] net: macb: " Russell King (Oracle)
2023-06-16 15:00 ` [PATCH net-next 0/15] Add and use helper for PCS negotiation modes Vladimir Oltean
2023-06-16 15:46 ` Russell King (Oracle)
2023-06-16 15:52 ` Russell King (Oracle)
2023-06-20 11:25 ` Vladimir Oltean
2023-06-20 10:54 ` Vladimir Oltean
2023-06-23 2:50 ` 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=168748862628.32034.12255029865575674301.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel$(echo .)org \
--cc=Jose.Abreu@synopsys$(echo .)com \
--cc=Landen.Chao@mediatek$(echo .)com \
--cc=Steen.Hegelund@microchip$(echo .)com \
--cc=UNGLinuxDriver@microchip$(echo .)com \
--cc=andrew@lunn$(echo .)ch \
--cc=angelogioacchino.delregno@collabora$(echo .)com \
--cc=claudiu.beznea@microchip$(echo .)com \
--cc=daniel.machon@microchip$(echo .)com \
--cc=daniel@makrotopia$(echo .)org \
--cc=davem@davemloft$(echo .)net \
--cc=dqfext@gmail$(echo .)com \
--cc=edumazet@google$(echo .)com \
--cc=f.fainelli@gmail$(echo .)com \
--cc=hkallweit1@gmail$(echo .)com \
--cc=horatiu.vultur@microchip$(echo .)com \
--cc=ioana.ciornei@nxp$(echo .)com \
--cc=kuba@kernel$(echo .)org \
--cc=lars.povlsen@microchip$(echo .)com \
--cc=linux-arm-kernel@lists$(echo .)infradead.org \
--cc=linux-mediatek@lists$(echo .)infradead.org \
--cc=linux@armlinux$(echo .)org.uk \
--cc=lynxis@fe80$(echo .)eu \
--cc=madalin.bucur@nxp$(echo .)com \
--cc=matthias.bgg@gmail$(echo .)com \
--cc=michal.simek@amd$(echo .)com \
--cc=mw@semihalf$(echo .)com \
--cc=netdev@vger$(echo .)kernel.org \
--cc=nicolas.ferre@microchip$(echo .)com \
--cc=olteanv@gmail$(echo .)com \
--cc=pabeni@redhat$(echo .)com \
--cc=radhey.shyam.pandey@xilinx$(echo .)com \
--cc=sean.anderson@seco$(echo .)com \
--cc=sean.wang@mediatek$(echo .)com \
--cc=taras.chornyi@plvision$(echo .)eu \
--cc=thomas.petazzoni@bootlin$(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