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,
linux@armlinux.org.uk, richardcochran@gmail.com,
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 v3 0/8] net: dsa: microchip: Remove unnecessary ksz_dev_ops callbacks
Date: Sat, 23 May 2026 02:10:18 +0000 [thread overview]
Message-ID: <177950221889.1443443.5198644261821848371.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260521-clean-ksz-2nd-series-v3-0-75c38971c19a@bootlin.com>
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Thu, 21 May 2026 08:12:35 +0200 you wrote:
> Hi all,
>
> This series continues the rework of the KSZ driver initiated by a previous
> series (see [1]), following the discussion we had here [2].
>
> 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,v3,1/8] net: dsa: microchip: don't reset on shutdown or driver removal
https://git.kernel.org/netdev/net-next/c/5fe0b938bde7
- [net-next,v3,2/8] net: dsa: microchip: bypass dev_ops->setup() and teardown() for lan937x
https://git.kernel.org/netdev/net-next/c/dfc5c56829b9
- [net-next,v3,3/8] net: dsa: microchip: bypass dev_ops->setup() and teardown() for ksz9477
https://git.kernel.org/netdev/net-next/c/7c494a10f937
- [net-next,v3,4/8] net: dsa: microchip: bypass dev_ops->setup() and teardown() for ksz8
https://git.kernel.org/netdev/net-next/c/4c54f910eefd
- [net-next,v3,5/8] net: dsa: microchip: remove dev_ops->setup() and teardown()
https://git.kernel.org/netdev/net-next/c/df478153cb2d
- [net-next,v3,6/8] net: dsa: microchip: bypass dev_ops for port_setup()
https://git.kernel.org/netdev/net-next/c/aa6902098914
- [net-next,v3,7/8] net: dsa: microchip: call DSA's phy_{read/write} to do mdio {read/write}
https://git.kernel.org/netdev/net-next/c/932fc72b9849
- [net-next,v3,8/8] net: dsa: microchip: bypass dev_ops for phy_read()/phy_write()
https://git.kernel.org/netdev/net-next/c/2b0c672543cd
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-23 2:10 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-21 6:12 Bastien Curutchet
2026-05-21 6:12 ` [PATCH net-next v3 1/8] net: dsa: microchip: don't reset on shutdown or driver removal Bastien Curutchet
2026-05-21 6:12 ` [PATCH net-next v3 2/8] net: dsa: microchip: bypass dev_ops->setup() and teardown() for lan937x Bastien Curutchet
2026-05-21 6:12 ` [PATCH net-next v3 3/8] net: dsa: microchip: bypass dev_ops->setup() and teardown() for ksz9477 Bastien Curutchet
2026-05-21 6:12 ` [PATCH net-next v3 4/8] net: dsa: microchip: bypass dev_ops->setup() and teardown() for ksz8 Bastien Curutchet
2026-05-21 6:12 ` [PATCH net-next v3 5/8] net: dsa: microchip: remove dev_ops->setup() and teardown() Bastien Curutchet
2026-05-21 6:12 ` [PATCH net-next v3 6/8] net: dsa: microchip: bypass dev_ops for port_setup() Bastien Curutchet (Schneider Electric)
2026-05-21 6:12 ` [PATCH net-next v3 7/8] net: dsa: microchip: call DSA's phy_{read/write} to do mdio {read/write} Bastien Curutchet (Schneider Electric)
2026-05-21 6:12 ` [PATCH net-next v3 8/8] net: dsa: microchip: bypass dev_ops for phy_read()/phy_write() Bastien Curutchet (Schneider Electric)
2026-05-23 0:03 ` [PATCH net-next v3 0/8] net: dsa: microchip: Remove unnecessary ksz_dev_ops callbacks Tristram.Ha
2026-05-23 2:10 ` 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=177950221889.1443443.5198644261821848371.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=miquel.raynal@bootlin.com \
--cc=netdev@vger.kernel.org \
--cc=olteanv@gmail.com \
--cc=pabeni@redhat.com \
--cc=pascal.eberhard@se.com \
--cc=richardcochran@gmail.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
all inboxes | Powered by JetHome®