From: patchwork-bot+netdevbpf@kernel.org
To: Daniel Golle <daniel@makrotopia.org>
Cc: hauke@hauke-m.de, andrew@lunn.ch, olteanv@gmail.com,
davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
pabeni@redhat.com, linux@armlinux.org.uk, netdev@vger.kernel.org,
linux-kernel@vger.kernel.org, andreas.schirm@siemens.com,
lukas.stockmann@siemens.com, alexander.sverdlin@siemens.com,
peter.christen@siemens.com, ajayaraman@maxlinear.com,
bxu@maxlinear.com, lxu@maxlinear.com, jpovazanec@maxlinear.com,
fchan@maxlinear.com, yweng@maxlinear.com, lrosu@maxlinear.com,
john@phrozen.org
Subject: Re: [PATCH net-next v5 0/7] net: dsa: lantiq_gswip: use regmap for register access
Date: Fri, 24 Oct 2025 02:40:20 +0000 [thread overview]
Message-ID: <176127362024.3327514.4303315908989422477.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <cover.1761045000.git.daniel@makrotopia.org>
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Tue, 21 Oct 2025 12:16:19 +0100 you wrote:
> This series refactors the lantiq_gswip driver to utilize the regmap API
> for register access, replacing the previous approach of open-coding
> register operations.
>
> Using regmap paves the way for supporting different busses to access the
> switch registers, for example it makes it easier to use an MDIO-based
> method required to access the registers of the MaxLinear GSW1xx series
> of dedicated switch ICs.
>
> [...]
Here is the summary with links:
- [net-next,v5,1/7] net: dsa: lantiq_gswip: clarify GSWIP 2.2 VLAN mode in comment
https://git.kernel.org/netdev/net-next/c/41b66240e90b
- [net-next,v5,2/7] net: dsa: lantiq_gswip: convert accessors to use regmap
https://git.kernel.org/netdev/net-next/c/705359797389
- [net-next,v5,3/7] net: dsa: lantiq_gswip: convert trivial accessor uses to regmap
https://git.kernel.org/netdev/net-next/c/128f5cf40fa5
- [net-next,v5,4/7] net: dsa: lantiq_gswip: manually convert remaining uses of read accessors
https://git.kernel.org/netdev/net-next/c/4cc06901ef34
- [net-next,v5,5/7] net: dsa: lantiq_gswip: replace *_mask() functions with regmap API
https://git.kernel.org/netdev/net-next/c/748b0aebd48f
- [net-next,v5,6/7] net: dsa: lantiq_gswip: optimize regmap_write_bits() statements
https://git.kernel.org/netdev/net-next/c/1d88358303fc
- [net-next,v5,7/7] net: dsa: lantiq_gswip: harmonize gswip_mii_mask_*() parameters
https://git.kernel.org/netdev/net-next/c/b0911b9e0140
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:[~2025-10-24 2:40 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-21 11:16 [PATCH net-next v5 0/7] net: dsa: lantiq_gswip: use regmap for register access Daniel Golle
2025-10-21 11:16 ` [PATCH net-next v5 1/7] net: dsa: lantiq_gswip: clarify GSWIP 2.2 VLAN mode in comment Daniel Golle
2025-10-21 11:16 ` [PATCH net-next v5 2/7] net: dsa: lantiq_gswip: convert accessors to use regmap Daniel Golle
2025-10-21 12:24 ` Maxime Chevallier
2025-10-21 11:16 ` [PATCH net-next v5 3/7] net: dsa: lantiq_gswip: convert trivial accessor uses to regmap Daniel Golle
2025-10-21 11:16 ` [PATCH net-next v5 4/7] net: dsa: lantiq_gswip: manually convert remaining uses of read accessors Daniel Golle
2025-10-21 11:17 ` [PATCH net-next v5 5/7] net: dsa: lantiq_gswip: replace *_mask() functions with regmap API Daniel Golle
2025-10-21 11:17 ` [PATCH net-next v5 6/7] net: dsa: lantiq_gswip: optimize regmap_write_bits() statements Daniel Golle
2025-10-21 11:17 ` [PATCH net-next v5 7/7] net: dsa: lantiq_gswip: harmonize gswip_mii_mask_*() parameters Daniel Golle
2025-10-23 19:04 ` [PATCH net-next v5 0/7] net: dsa: lantiq_gswip: use regmap for register access Hauke Mehrtens
2025-10-24 2: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=176127362024.3327514.4303315908989422477.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=ajayaraman@maxlinear.com \
--cc=alexander.sverdlin@siemens.com \
--cc=andreas.schirm@siemens.com \
--cc=andrew@lunn.ch \
--cc=bxu@maxlinear.com \
--cc=daniel@makrotopia.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=fchan@maxlinear.com \
--cc=hauke@hauke-m.de \
--cc=john@phrozen.org \
--cc=jpovazanec@maxlinear.com \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=lrosu@maxlinear.com \
--cc=lukas.stockmann@siemens.com \
--cc=lxu@maxlinear.com \
--cc=netdev@vger.kernel.org \
--cc=olteanv@gmail.com \
--cc=pabeni@redhat.com \
--cc=peter.christen@siemens.com \
--cc=yweng@maxlinear.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).