public inbox for netdev@vger.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, alexandre.torgue@foss.st.com,
	andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com,
	kuba@kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-arm-msm@vger.kernel.org,
	linux-stm32@st-md-mailman.stormreply.com,
	mohd.anwar@oss.qualcomm.com, netdev@vger.kernel.org,
	pabeni@redhat.com
Subject: Re: [PATCH net-next v2 00/15] net: stmmac: qcom-ethqos: more cleanups
Date: Tue, 31 Mar 2026 00:50:24 +0000	[thread overview]
Message-ID: <177491822455.2035926.9761670989228068564.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <acZDEg9wdjhBTHlL@shell.armlinux.org.uk>

Hello:

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

On Fri, 27 Mar 2026 08:42:58 +0000 you wrote:
> Further cleanups to qcom-ethqos, mainly concentrating on the RGMII
> code, making it clearer what the differences are for each speed, thus
> making the code more readable.
> 
> I'm still not really happy with this. The speed specific configuration
> remains split between ethqos_fix_mac_speed_rgmii() and
> ethqos_rgmii_macro_init(), where the latter is only ever called from
> the former. So, I think further work is needed here - maybe it needs
> restructuring into the various componenet parts of the RGMII block?
> 
> [...]

Here is the summary with links:
  - [net-next,v2,01/15] net: stmmac: qcom-ethqos: remove ethqos_configure()
    https://git.kernel.org/netdev/net-next/c/c3dd3b1e76e0
  - [net-next,v2,02/15] net: stmmac: qcom-ethqos: pass ethqos to ethqos_pcs_set_inband()
    https://git.kernel.org/netdev/net-next/c/673416fb5b41
  - [net-next,v2,03/15] net: stmmac: qcom-ethqos: eliminate configure_func
    https://git.kernel.org/netdev/net-next/c/e9ed46a0b129
  - [net-next,v2,04/15] net: stmmac: qcom-ethqos: move detection of invalid RGMII speed
    https://git.kernel.org/netdev/net-next/c/426ce4677e81
  - [net-next,v2,05/15] net: stmmac: qcom-ethqos: move RGMII_CONFIG_DDR_MODE
    https://git.kernel.org/netdev/net-next/c/6be23c4c636a
  - [net-next,v2,06/15] net: stmmac: qcom-ethqos: move 1G vs 100M/10M RGMII settings
    https://git.kernel.org/netdev/net-next/c/82d5fdc82a33
  - [net-next,v2,07/15] net: stmmac: qcom-ethqos: move two more RGMII_IO_MACRO_CONFIG2 out
    https://git.kernel.org/netdev/net-next/c/dd07f2f9149a
  - [net-next,v2,08/15] net: stmmac: qcom-ethqos: move 100M/10M speed programming
    https://git.kernel.org/netdev/net-next/c/8b19a9184420
  - [net-next,v2,09/15] net: stmmac: qcom-ethqos: move RGMII_CONFIG2_RSVD_CONFIG15 out
    https://git.kernel.org/netdev/net-next/c/dae1de3df3e1
  - [net-next,v2,10/15] net: stmmac: qcom-ethqos: move RGMII_CONFIG2_RX_PROG_SWAP
    https://git.kernel.org/netdev/net-next/c/432c8a9f5528
  - [net-next,v2,11/15] net: stmmac: qcom-ethqos: finally eliminate the switch
    https://git.kernel.org/netdev/net-next/c/439a27f21ecc
  - [net-next,v2,12/15] net: stmmac: qcom-ethqos: simplify prg_rclk_dly programming
    https://git.kernel.org/netdev/net-next/c/3df0e86f8f8d
  - [net-next,v2,13/15] net: stmmac: qcom-ethqos: move loopback decision next to reg update
    https://git.kernel.org/netdev/net-next/c/67343aa24e59
  - [net-next,v2,14/15] net: stmmac: qcom-ethqos: correct prg_rclk_dly comment
    https://git.kernel.org/netdev/net-next/c/2d350a892aad
  - [net-next,v2,15/15] net: stmmac: qcom-ethqos: move phase_shift to register update site
    https://git.kernel.org/netdev/net-next/c/7f9f30166005

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



      parent reply	other threads:[~2026-03-31  0:50 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-27  8:42 [PATCH net-next v2 00/15] net: stmmac: qcom-ethqos: more cleanups Russell King (Oracle)
2026-03-27  8:43 ` [PATCH net-next v2 01/15] net: stmmac: qcom-ethqos: remove ethqos_configure() Russell King (Oracle)
2026-03-27  8:43 ` [PATCH net-next v2 02/15] net: stmmac: qcom-ethqos: pass ethqos to ethqos_pcs_set_inband() Russell King (Oracle)
2026-03-27  8:43 ` [PATCH net-next v2 03/15] net: stmmac: qcom-ethqos: eliminate configure_func Russell King (Oracle)
2026-03-28  7:57   ` Russell King (Oracle)
2026-03-27  8:43 ` [PATCH net-next v2 04/15] net: stmmac: qcom-ethqos: move detection of invalid RGMII speed Russell King (Oracle)
2026-03-27  8:43 ` [PATCH net-next v2 05/15] net: stmmac: qcom-ethqos: move RGMII_CONFIG_DDR_MODE Russell King (Oracle)
2026-03-27  8:43 ` [PATCH net-next v2 06/15] net: stmmac: qcom-ethqos: move 1G vs 100M/10M RGMII settings Russell King (Oracle)
2026-03-27  8:43 ` [PATCH net-next v2 07/15] net: stmmac: qcom-ethqos: move two more RGMII_IO_MACRO_CONFIG2 out Russell King (Oracle)
2026-03-27  8:44 ` [PATCH net-next v2 08/15] net: stmmac: qcom-ethqos: move 100M/10M speed programming Russell King (Oracle)
2026-03-27  8:44 ` [PATCH net-next v2 09/15] net: stmmac: qcom-ethqos: move RGMII_CONFIG2_RSVD_CONFIG15 out Russell King (Oracle)
2026-03-27  8:44 ` [PATCH net-next v2 10/15] net: stmmac: qcom-ethqos: move RGMII_CONFIG2_RX_PROG_SWAP Russell King (Oracle)
2026-03-27  8:44 ` [PATCH net-next v2 11/15] net: stmmac: qcom-ethqos: finally eliminate the switch Russell King (Oracle)
2026-03-27  8:44 ` [PATCH net-next v2 12/15] net: stmmac: qcom-ethqos: simplify prg_rclk_dly programming Russell King (Oracle)
2026-03-27  8:44 ` [PATCH net-next v2 13/15] net: stmmac: qcom-ethqos: move loopback decision next to reg update Russell King (Oracle)
2026-03-27  8:44 ` [PATCH net-next v2 14/15] net: stmmac: qcom-ethqos: correct prg_rclk_dly comment Russell King (Oracle)
2026-03-27  8:44 ` [PATCH net-next v2 15/15] net: stmmac: qcom-ethqos: move phase_shift to register update site Russell King (Oracle)
2026-03-27 15:20 ` [PATCH net-next v2 00/15] net: stmmac: qcom-ethqos: more cleanups Mohd Ayaan Anwar
2026-03-31  0: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=177491822455.2035926.9761670989228068564.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=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=kuba@kernel.org \
    --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=mohd.anwar@oss.qualcomm.com \
    --cc=netdev@vger.kernel.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox