All of lore.kernel.org
 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,
	alexandre.torgue@foss.st.com, andrew+netdev@lunn.ch,
	angelogioacchino.delregno@collabora.com, davem@davemloft.net,
	kernel@esmil.dk, edumazet@google.com, kuba@kernel.org,
	keguang.zhang@gmail.com, linux-arm-kernel@lists.infradead.org,
	linux-mediatek@lists.infradead.org, linux-mips@vger.kernel.org,
	linux-stm32@st-md-mailman.stormreply.com, matthias.bgg@gmail.com,
	mcoquelin.stm32@gmail.com, minda.chen@starfivetech.com,
	netdev@vger.kernel.org, nobuhiro.iwamatsu.x90@mail.toshiba,
	pabeni@redhat.com
Subject: Re: [PATCH net-next v2 00/13] net: stmmac: convert glue drivers to use stmmac_get_phy_intf_sel()
Date: Thu, 13 Nov 2025 02:20:24 +0000	[thread overview]
Message-ID: <176300042425.285552.5459936972326957453.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <aRLvrfx6tOa-RhrY@shell.armlinux.org.uk>

Hello:

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

On Tue, 11 Nov 2025 08:11:25 +0000 you wrote:
> This series converts the remaining glue drivers that support
> multi-interface to use stmmac_get_phy_intf_sel(). The reason these
> drivers are not converted to the set_phy_intf_sel() method is
> because it is unclear whether there are ordering dependencies that
> would prevent it.
> 
> For example, reading the stm32mp2 documentation, it is required to
> set the ETH1_SEL field while the dwmac core is in reset and before
> clocks are enabled. This requirement can not be satsified at the
> moment (but could with further changes.)
> 
> [...]

Here is the summary with links:
  - [net-next,v2,01/13] net: stmmac: loongson1: use PHY_INTF_SEL_x
    https://git.kernel.org/netdev/net-next/c/5d88b24c1de8
  - [net-next,v2,02/13] net: stmmac: loongson1: use PHY_INTF_SEL_x directly
    https://git.kernel.org/netdev/net-next/c/031f7a05d4b3
  - [net-next,v2,03/13] net: stmmac: loongson1: use stmmac_get_phy_intf_sel()
    https://git.kernel.org/netdev/net-next/c/83eb6c7e1864
  - [net-next,v2,04/13] net: stmmac: mediatek: use PHY_INTF_SEL_x
    https://git.kernel.org/netdev/net-next/c/c3308d380e2c
  - [net-next,v2,05/13] net: stmmac: mediatek: use stmmac_get_phy_intf_sel()
    https://git.kernel.org/netdev/net-next/c/d9c7964fd934
  - [net-next,v2,06/13] net: stmmac: mediatek: simplify set_interface() methods
    https://git.kernel.org/netdev/net-next/c/f06620091fe7
  - [net-next,v2,07/13] net: stmmac: starfive: use PHY_INTF_SEL_x to select PHY interface
    https://git.kernel.org/netdev/net-next/c/f0917b475378
  - [net-next,v2,08/13] net: stmmac: starfive: use stmmac_get_phy_intf_sel()
    https://git.kernel.org/netdev/net-next/c/d22045997b53
  - [net-next,v2,09/13] net: stmmac: stm32: use PHY_INTF_SEL_x to select PHY interface
    https://git.kernel.org/netdev/net-next/c/73130c298fa0
  - [net-next,v2,10/13] net: stmmac: stm32: use PHY_INTF_SEL_x directly
    https://git.kernel.org/netdev/net-next/c/07669cf12ea8
  - [net-next,v2,11/13] net: stmmac: stm32: use stmmac_get_phy_intf_sel()
    https://git.kernel.org/netdev/net-next/c/45c5e24a53f1
  - [net-next,v2,12/13] net: stmmac: visconti: use PHY_INTF_SEL_x to select PHY interface
    https://git.kernel.org/netdev/net-next/c/bb68e0183e04
  - [net-next,v2,13/13] net: stmmac: visconti: use stmmac_get_phy_intf_sel()
    https://git.kernel.org/netdev/net-next/c/ccb4ff9f24e2

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-11-13  2:21 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-11  8:11 [PATCH net-next v2 00/13] net: stmmac: convert glue drivers to use stmmac_get_phy_intf_sel() Russell King (Oracle)
2025-11-11  8:11 ` [PATCH net-next v2 01/13] net: stmmac: loongson1: use PHY_INTF_SEL_x Russell King (Oracle)
2025-11-12 15:46   ` Maxime Chevallier
2025-11-11  8:11 ` [PATCH net-next v2 02/13] net: stmmac: loongson1: use PHY_INTF_SEL_x directly Russell King (Oracle)
2025-11-12 15:47   ` Maxime Chevallier
2025-11-11  8:11 ` [PATCH net-next v2 03/13] net: stmmac: loongson1: use stmmac_get_phy_intf_sel() Russell King (Oracle)
2025-11-12 15:47   ` Maxime Chevallier
2025-11-11  8:12 ` [PATCH net-next v2 04/13] net: stmmac: mediatek: use PHY_INTF_SEL_x Russell King (Oracle)
2025-11-12 15:48   ` Maxime Chevallier
2025-11-11  8:12 ` [PATCH net-next v2 05/13] net: stmmac: mediatek: use stmmac_get_phy_intf_sel() Russell King (Oracle)
2025-11-12 15:50   ` Maxime Chevallier
2025-11-11  8:12 ` [PATCH net-next v2 06/13] net: stmmac: mediatek: simplify set_interface() methods Russell King (Oracle)
2025-11-12 15:52   ` Maxime Chevallier
2025-11-11  8:12 ` [PATCH net-next v2 07/13] net: stmmac: starfive: use PHY_INTF_SEL_x to select PHY interface Russell King (Oracle)
2025-11-12 11:42   ` Emil Renner Berthing
2025-11-11  8:12 ` [PATCH net-next v2 08/13] net: stmmac: starfive: use stmmac_get_phy_intf_sel() Russell King (Oracle)
2025-11-12 11:43   ` Emil Renner Berthing
2025-11-11  8:12 ` [PATCH net-next v2 09/13] net: stmmac: stm32: use PHY_INTF_SEL_x to select PHY interface Russell King (Oracle)
2025-11-11  8:12 ` [PATCH net-next v2 10/13] net: stmmac: stm32: use PHY_INTF_SEL_x directly Russell King (Oracle)
2025-11-11  8:12 ` [PATCH net-next v2 11/13] net: stmmac: stm32: use stmmac_get_phy_intf_sel() Russell King (Oracle)
2025-11-11  8:12 ` [PATCH net-next v2 12/13] net: stmmac: visconti: use PHY_INTF_SEL_x to select PHY interface Russell King (Oracle)
2025-11-11  8:12 ` [PATCH net-next v2 13/13] net: stmmac: visconti: use stmmac_get_phy_intf_sel() Russell King (Oracle)
2025-11-13  2:20 ` 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=176300042425.285552.5459936972326957453.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=alexandre.torgue@foss.st.com \
    --cc=andrew+netdev@lunn.ch \
    --cc=andrew@lunn.ch \
    --cc=angelogioacchino.delregno@collabora.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=hkallweit1@gmail.com \
    --cc=keguang.zhang@gmail.com \
    --cc=kernel@esmil.dk \
    --cc=kuba@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=linux-mips@vger.kernel.org \
    --cc=linux-stm32@st-md-mailman.stormreply.com \
    --cc=linux@armlinux.org.uk \
    --cc=matthias.bgg@gmail.com \
    --cc=mcoquelin.stm32@gmail.com \
    --cc=minda.chen@starfivetech.com \
    --cc=netdev@vger.kernel.org \
    --cc=nobuhiro.iwamatsu.x90@mail.toshiba \
    --cc=pabeni@redhat.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.