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,
richardcochran@gmail.com, pascal.eberhard@se.com,
miquel.raynal@bootlin.com, thomas.petazzoni@bootlin.com,
netdev@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH net-next 0/9] net: dsa: microchip: Adjust PTP handling to ease KSZ8463 integration
Date: Thu, 08 Jan 2026 12:10:17 +0000 [thread overview]
Message-ID: <176787421729.3607489.3400677976333078540.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260105-ksz-rework-v1-0-a68df7f57375@bootlin.com>
Hello:
This series was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:
On Mon, 05 Jan 2026 14:07:59 +0100 you wrote:
> Hi all,
>
> This series aims to make the PTP handling a bit more generic to ease the
> addition of PTP support for the KSZ8463 in an upcoming series. It is not
> intented to change any behaviour in the driver here.
>
> Patches 1 & 2 focus on IRQ handling.
> Patches 3 to 9 focus on register access.
>
> [...]
Here is the summary with links:
- [net-next,1/9] net: dsa: microchip: Initialize IRQ's mask outside common_setup()
https://git.kernel.org/netdev/net-next/c/813feab1ac52
- [net-next,2/9] net: dsa: microchip: Use dynamic irq offset
https://git.kernel.org/netdev/net-next/c/22bde912e800
- [net-next,3/9] net: dsa: microchip: Use regs[] to access REG_PTP_CLK_CTRL
https://git.kernel.org/netdev/net-next/c/62382d6ffe59
- [net-next,4/9] net: dsa: microchip: Use regs[] to access REG_PTP_RTC_NANOSEC
https://git.kernel.org/netdev/net-next/c/0ee0566fc234
- [net-next,5/9] net: dsa: microchip: Use regs[] to access REG_PTP_RTC_SEC
https://git.kernel.org/netdev/net-next/c/776ad30de04e
- [net-next,6/9] net: dsa: microchip: Use regs[] to access REG_PTP_RTC_SUB_NANOSEC
https://git.kernel.org/netdev/net-next/c/5b1fe74facc2
- [net-next,7/9] net: dsa: microchip: Use regs[] to access REG_PTP_SUBNANOSEC_RATE
https://git.kernel.org/netdev/net-next/c/d99c1a01ac8d
- [net-next,8/9] net: dsa: microchip: Use regs[] to access REG_PTP_MSG_CONF1
https://git.kernel.org/netdev/net-next/c/b4df828dfc29
- [net-next,9/9] net: dsa: microchip: Wrap timestamp reading in a function
https://git.kernel.org/netdev/net-next/c/3adff276e751
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-01-08 12:13 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-05 13:07 [PATCH net-next 0/9] net: dsa: microchip: Adjust PTP handling to ease KSZ8463 integration Bastien Curutchet (Schneider Electric)
2026-01-05 13:08 ` [PATCH net-next 1/9] net: dsa: microchip: Initialize IRQ's mask outside common_setup() Bastien Curutchet (Schneider Electric)
2026-01-05 13:08 ` [PATCH net-next 2/9] net: dsa: microchip: Use dynamic irq offset Bastien Curutchet (Schneider Electric)
2026-01-05 13:08 ` [PATCH net-next 3/9] net: dsa: microchip: Use regs[] to access REG_PTP_CLK_CTRL Bastien Curutchet (Schneider Electric)
2026-01-05 13:08 ` [PATCH net-next 4/9] net: dsa: microchip: Use regs[] to access REG_PTP_RTC_NANOSEC Bastien Curutchet (Schneider Electric)
2026-01-05 13:08 ` [PATCH net-next 5/9] net: dsa: microchip: Use regs[] to access REG_PTP_RTC_SEC Bastien Curutchet (Schneider Electric)
2026-01-05 13:08 ` [PATCH net-next 6/9] net: dsa: microchip: Use regs[] to access REG_PTP_RTC_SUB_NANOSEC Bastien Curutchet (Schneider Electric)
2026-01-05 13:08 ` [PATCH net-next 7/9] net: dsa: microchip: Use regs[] to access REG_PTP_SUBNANOSEC_RATE Bastien Curutchet (Schneider Electric)
2026-01-05 13:08 ` [PATCH net-next 8/9] net: dsa: microchip: Use regs[] to access REG_PTP_MSG_CONF1 Bastien Curutchet (Schneider Electric)
2026-01-05 13:08 ` [PATCH net-next 9/9] net: dsa: microchip: Wrap timestamp reading in a function Bastien Curutchet (Schneider Electric)
2026-01-08 12: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=176787421729.3607489.3400677976333078540.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=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=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