From: patchwork-bot+netdevbpf@kernel.org
To: Bastien Curutchet (Schneider Electric) <bastien.curutchet@bootlin.com>
Cc: woojung.huh@microchip.com, UNGLinuxDriver@microchip.com,
andrew@lunn.ch, olteanv@gmail.com, davem@davemloft.net,
edumazet@google.com, kuba@kernel.org, pabeni@redhat.com,
maxime.chevallier@bootlin.com, linux@armlinux.org.uk,
pascal.eberhard@se.com, miquel.raynal@bootlin.com,
thomas.petazzoni@bootlin.com, tristram.ha@microchip.com,
netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
vladimir.oltean@nxp.com
Subject: Re: [PATCH net-next 0/9] net: dsa: microchip: Remove one indirection layer
Date: Sat, 09 May 2026 02:30:17 +0000 [thread overview]
Message-ID: <177829381730.943364.9337401831191138271.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260505-clean-ksz-driver-v1-0-05d70fa42461@bootlin.com>
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Tue, 05 May 2026 16:25:00 +0200 you wrote:
> Hi all,
>
> This series follows the discussions we had on a previous series that
> aimed to add PTP support for the KSZ8463 (cf [1]).
>
> The KSZ driver got way too convoluted over time because it uses a common
> framework to handle more than 20 switches split in 5 families (see below
> table)
>
> [...]
Here is the summary with links:
- [net-next,1/9] net: dsa: microchip: Remove unused ksz8_all_queues_split()
https://git.kernel.org/netdev/net-next/c/ac271f93f24a
- [net-next,2/9] net: dsa: microchip: remove unused port_cleanup() callback
https://git.kernel.org/netdev/net-next/c/7ab8c9db2d32
- [net-next,3/9] net: dsa: microchip: move KSZ8 ksz_dev_ops to ksz8.c
https://git.kernel.org/netdev/net-next/c/2d0a20e4afd3
- [net-next,4/9] net: dsa: microchip: move KSZ9477 and LAN937 ksz_dev_ops to individual drivers
https://git.kernel.org/netdev/net-next/c/0e3e45d330e7
- [net-next,5/9] net: dsa: microchip: move phylink_mac_ops to individual drivers
https://git.kernel.org/netdev/net-next/c/617bd10450ef
- [net-next,6/9] net: dsa: microchip: ensure each ksz_dev_ops has its own dsa_switch_ops
https://git.kernel.org/netdev/net-next/c/a774b19c117d
- [net-next,7/9] net: dsa: microchip: hook up ksz_switch_alloc() to chip-specific dsa_switch_ops
https://git.kernel.org/netdev/net-next/c/adb50fc9960b
- [net-next,8/9] net: dsa: microchip: split ksz_get_tag_protocol()
https://git.kernel.org/netdev/net-next/c/af96c2f08ddb
- [net-next,9/9] net: dsa: microchip: split ksz_connect_tag_protocol()
https://git.kernel.org/netdev/net-next/c/1df461e52747
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:[~2026-05-09 2:31 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-05 14:25 [PATCH net-next 0/9] net: dsa: microchip: Remove one indirection layer Bastien Curutchet (Schneider Electric)
2026-05-05 14:25 ` [PATCH net-next 1/9] net: dsa: microchip: Remove unused ksz8_all_queues_split() Bastien Curutchet (Schneider Electric)
2026-05-05 14:25 ` [PATCH net-next 2/9] net: dsa: microchip: remove unused port_cleanup() callback Bastien Curutchet (Schneider Electric)
2026-05-05 14:25 ` [PATCH net-next 3/9] net: dsa: microchip: move KSZ8 ksz_dev_ops to ksz8.c Bastien Curutchet
2026-05-05 14:25 ` [PATCH net-next 4/9] net: dsa: microchip: move KSZ9477 and LAN937 ksz_dev_ops to individual drivers Bastien Curutchet
2026-05-05 14:25 ` [PATCH net-next 5/9] net: dsa: microchip: move phylink_mac_ops " Bastien Curutchet
2026-05-05 14:25 ` [PATCH net-next 6/9] net: dsa: microchip: ensure each ksz_dev_ops has its own dsa_switch_ops Bastien Curutchet
2026-05-05 14:25 ` [PATCH net-next 7/9] net: dsa: microchip: hook up ksz_switch_alloc() to chip-specific dsa_switch_ops Bastien Curutchet
2026-05-05 14:25 ` [PATCH net-next 8/9] net: dsa: microchip: split ksz_get_tag_protocol() Bastien Curutchet
2026-05-05 14:25 ` [PATCH net-next 9/9] net: dsa: microchip: split ksz_connect_tag_protocol() Bastien Curutchet (Schneider Electric)
2026-05-08 12:23 ` Simon Horman
2026-05-09 2:30 ` 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=177829381730.943364.9337401831191138271.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=UNGLinuxDriver@microchip.com \
--cc=andrew@lunn.ch \
--cc=bastien.curutchet@bootlin.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=maxime.chevallier@bootlin.com \
--cc=miquel.raynal@bootlin.com \
--cc=netdev@vger.kernel.org \
--cc=olteanv@gmail.com \
--cc=pabeni@redhat.com \
--cc=pascal.eberhard@se.com \
--cc=thomas.petazzoni@bootlin.com \
--cc=tristram.ha@microchip.com \
--cc=vladimir.oltean@nxp.com \
--cc=woojung.huh@microchip.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