netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Russell King (Oracle) <linux@armlinux.org.uk>
Cc: andrew@lunn.ch, hkallweit1@gmail.com, quic_abchauha@quicinc.com,
	alexandre.torgue@foss.st.com, alexis.lothore@bootlin.com,
	andrew+netdev@lunn.ch, boon.khai.ng@altera.com,
	yong.liang.choong@linux.intel.com, daniel.machon@microchip.com,
	davem@davemloft.net, dfustini@tenstorrent.com,
	emil.renner.berthing@canonical.com, edumazet@google.com,
	faizal.abdul.rahim@linux.intel.com, 0x1207@gmail.com,
	inochiama@gmail.com, jacob.e.keller@intel.com, kuba@kernel.org,
	jan.petrous@oss.nxp.com, jszhang@kernel.org, kees@kernel.org,
	hayashi.kunihiko@socionext.com,
	prabhakar.mahadev-lad.rj@bp.renesas.com,
	leyfoon.tan@starfivetech.com,
	linux-arm-kernel@lists.infradead.org,
	linux-arm-msm@vger.kernel.org,
	linux-stm32@st-md-mailman.stormreply.com,
	matthew.gerlach@altera.com, maxime.chevallier@bootlin.com,
	mcoquelin.stm32@gmail.com, michal.swiatkowski@linux.intel.com,
	netdev@vger.kernel.org, o.rempel@pengutronix.de,
	pabeni@redhat.com, rohan.g.thomas@altera.com,
	shenwei.wang@nxp.com, horms@kernel.org,
	yoong.siang.song@intel.com, swathi.ks@samsung.com,
	yangtiezhu@loongson.cn, vkoul@kernel.org, olteanv@gmail.com,
	vladimir.oltean@nxp.com, eleanor15x@gmail.com
Subject: Re: [PATCH net-next v2 00/14] net: stmmac: phylink PCS conversion
Date: Tue, 21 Oct 2025 00:40:32 +0000	[thread overview]
Message-ID: <176100723252.470828.3402215548050414141.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <aPECqg0vZGnBFCbh@shell.armlinux.org.uk>

Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Thu, 16 Oct 2025 15:35:22 +0100 you wrote:
> This series is radical - it takes the brave step of ripping out much of
> the existing PCS support code and throwing it all away.
> 
> I have discussed the introduction of the STMMAC_FLAG_HAS_INTEGRATED_PCS
> flag with Bartosz Golaszewski, and the conclusion I came to is that
> this is to workaround the breakage that I've been going on about
> concerning the phylink conversion for the last five or six years.
> 
> [...]

Here is the summary with links:
  - [net-next,v2,01/14] net: stmmac: remove broken PCS code
    https://git.kernel.org/netdev/net-next/c/813882ae2275
  - [net-next,v2,02/14] net: stmmac: remove xstats.pcs_* members
    https://git.kernel.org/netdev/net-next/c/14f74bc6dc69
  - [net-next,v2,03/14] net: stmmac: remove SGMII/RGMII/SMII interrupt handling
    https://git.kernel.org/netdev/net-next/c/2e2c878a3141
  - [net-next,v2,04/14] net: stmmac: remove PCS "mode" pause handling
    https://git.kernel.org/netdev/net-next/c/ebc5d656b78c
  - [net-next,v2,05/14] net: stmmac: remove unused PCS loopback support
    https://git.kernel.org/netdev/net-next/c/19064a58bd3c
  - [net-next,v2,06/14] net: stmmac: remove hw->ps xxx_core_init() hardware setup
    https://git.kernel.org/netdev/net-next/c/aa1b6775aef7
  - [net-next,v2,07/14] net: stmmac: remove RGMII "pcs" mode
    https://git.kernel.org/netdev/net-next/c/70589b05a03e
  - [net-next,v2,08/14] net: stmmac: move reverse-"pcs" mode setup to stmmac_check_pcs_mode()
    https://git.kernel.org/netdev/net-next/c/c7b0d7874de0
  - [net-next,v2,09/14] net: stmmac: simplify stmmac_check_pcs_mode()
    https://git.kernel.org/netdev/net-next/c/412d5f32cb36
  - [net-next,v2,10/14] net: stmmac: hw->ps becomes hw->reverse_sgmii_enable
    https://git.kernel.org/netdev/net-next/c/5d1e7621f869
  - [net-next,v2,11/14] net: stmmac: do not require snps,ps-speed for SGMII
    https://git.kernel.org/netdev/net-next/c/5c61db08d9ae
  - [net-next,v2,12/14] net: stmmac: only call stmmac_pcs_ctrl_ane() for integrated SGMII PCS
    https://git.kernel.org/netdev/net-next/c/045d7e5727c4
  - [net-next,v2,13/14] net: stmmac: provide PCS initialisation hook
    https://git.kernel.org/netdev/net-next/c/237e54caeaef
  - [net-next,v2,14/14] net: stmmac: convert to phylink PCS support
    https://git.kernel.org/netdev/net-next/c/2c81f3357136

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



      parent reply	other threads:[~2025-10-21  0:40 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-16 14:35 [PATCH net-next v2 00/14] net: stmmac: phylink PCS conversion Russell King (Oracle)
2025-10-16 14:36 ` [PATCH net-next v2 01/14] net: stmmac: remove broken PCS code Russell King (Oracle)
2025-10-16 14:36 ` [PATCH net-next v2 02/14] net: stmmac: remove xstats.pcs_* members Russell King (Oracle)
2025-10-16 14:36 ` [PATCH net-next v2 03/14] net: stmmac: remove SGMII/RGMII/SMII interrupt handling Russell King (Oracle)
2025-10-16 14:37 ` [PATCH net-next v2 04/14] net: stmmac: remove PCS "mode" pause handling Russell King (Oracle)
2025-10-16 14:37 ` [PATCH net-next v2 05/14] net: stmmac: remove unused PCS loopback support Russell King (Oracle)
2025-10-16 14:37 ` [PATCH net-next v2 06/14] net: stmmac: remove hw->ps xxx_core_init() hardware setup Russell King (Oracle)
2025-10-16 14:37 ` [PATCH net-next v2 07/14] net: stmmac: remove RGMII "pcs" mode Russell King (Oracle)
2025-10-16 14:37 ` [PATCH net-next v2 08/14] net: stmmac: move reverse-"pcs" mode setup to stmmac_check_pcs_mode() Russell King (Oracle)
2025-10-16 14:37 ` [PATCH net-next v2 09/14] net: stmmac: simplify stmmac_check_pcs_mode() Russell King (Oracle)
2025-10-16 14:37 ` [PATCH net-next v2 10/14] net: stmmac: hw->ps becomes hw->reverse_sgmii_enable Russell King (Oracle)
2025-10-16 14:37 ` [PATCH net-next v2 11/14] net: stmmac: do not require snps,ps-speed for SGMII Russell King (Oracle)
2025-10-16 14:37 ` [PATCH net-next v2 12/14] net: stmmac: only call stmmac_pcs_ctrl_ane() for integrated SGMII PCS Russell King (Oracle)
2025-10-16 14:37 ` [PATCH net-next v2 13/14] net: stmmac: provide PCS initialisation hook Russell King (Oracle)
2025-10-16 14:37 ` [PATCH net-next v2 14/14] net: stmmac: convert to phylink PCS support Russell King (Oracle)
2025-10-17  7:04 ` [PATCH net-next v2 00/14] net: stmmac: phylink PCS conversion Maxime Chevallier
2025-10-17 17:06 ` Prabhakar Mahadev Lad
2025-10-21  0:40 ` 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=176100723252.470828.3402215548050414141.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=0x1207@gmail.com \
    --cc=alexandre.torgue@foss.st.com \
    --cc=alexis.lothore@bootlin.com \
    --cc=andrew+netdev@lunn.ch \
    --cc=andrew@lunn.ch \
    --cc=boon.khai.ng@altera.com \
    --cc=daniel.machon@microchip.com \
    --cc=davem@davemloft.net \
    --cc=dfustini@tenstorrent.com \
    --cc=edumazet@google.com \
    --cc=eleanor15x@gmail.com \
    --cc=emil.renner.berthing@canonical.com \
    --cc=faizal.abdul.rahim@linux.intel.com \
    --cc=hayashi.kunihiko@socionext.com \
    --cc=hkallweit1@gmail.com \
    --cc=horms@kernel.org \
    --cc=inochiama@gmail.com \
    --cc=jacob.e.keller@intel.com \
    --cc=jan.petrous@oss.nxp.com \
    --cc=jszhang@kernel.org \
    --cc=kees@kernel.org \
    --cc=kuba@kernel.org \
    --cc=leyfoon.tan@starfivetech.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-stm32@st-md-mailman.stormreply.com \
    --cc=linux@armlinux.org.uk \
    --cc=matthew.gerlach@altera.com \
    --cc=maxime.chevallier@bootlin.com \
    --cc=mcoquelin.stm32@gmail.com \
    --cc=michal.swiatkowski@linux.intel.com \
    --cc=netdev@vger.kernel.org \
    --cc=o.rempel@pengutronix.de \
    --cc=olteanv@gmail.com \
    --cc=pabeni@redhat.com \
    --cc=prabhakar.mahadev-lad.rj@bp.renesas.com \
    --cc=quic_abchauha@quicinc.com \
    --cc=rohan.g.thomas@altera.com \
    --cc=shenwei.wang@nxp.com \
    --cc=swathi.ks@samsung.com \
    --cc=vkoul@kernel.org \
    --cc=vladimir.oltean@nxp.com \
    --cc=yangtiezhu@loongson.cn \
    --cc=yong.liang.choong@linux.intel.com \
    --cc=yoong.siang.song@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
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;
as well as URLs for NNTP newsgroup(s).