From: patchwork-bot+netdevbpf@kernel.org
To: Ivan Vecera <ivecera@redhat.com>
Cc: jiri@resnulli.us, netdev@vger.kernel.org,
vadim.fedorenko@linux.dev, arkadiusz.kubalewski@intel.com,
robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org,
Prathosh.Satish@microchip.com, davem@davemloft.net,
edumazet@google.com, kuba@kernel.org, pabeni@redhat.com,
horms@kernel.org, corbet@lwn.net, jgg@ziepe.ca,
shannon.nelson@amd.com, dave.jiang@intel.com,
Jonathan.Cameron@huawei.com, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org,
mschmidt@redhat.com, poros@redhat.com
Subject: Re: [PATCH net-next v13 00/12] Add Microchip ZL3073x support (part 1)
Date: Thu, 10 Jul 2025 02:30:37 +0000 [thread overview]
Message-ID: <175211463746.963219.2173385068913716730.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20250704182202.1641943-1-ivecera@redhat.com>
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Fri, 4 Jul 2025 20:21:50 +0200 you wrote:
> Add support for Microchip Azurite DPLL/PTP/SyncE chip family that
> provides DPLL and PTP functionality. This series bring first part
> that adds the core functionality and basic DPLL support.
>
> The next part of the series will bring additional DPLL functionality
> like eSync support, phase offset and frequency offset reporting and
> phase adjustments.
>
> [...]
Here is the summary with links:
- [net-next,v13,01/12] dt-bindings: dpll: Add DPLL device and pin
https://git.kernel.org/netdev/net-next/c/0afcee10dda1
- [net-next,v13,02/12] dt-bindings: dpll: Add support for Microchip Azurite chip family
https://git.kernel.org/netdev/net-next/c/9f149c5d6dbe
- [net-next,v13,03/12] devlink: Add support for u64 parameters
https://git.kernel.org/netdev/net-next/c/c0ef14469591
- [net-next,v13,04/12] devlink: Add new "clock_id" generic device param
https://git.kernel.org/netdev/net-next/c/de9ccf2296ac
- [net-next,v13,05/12] dpll: Add basic Microchip ZL3073x support
https://git.kernel.org/netdev/net-next/c/2df8e64e01c1
- [net-next,v13,06/12] dpll: zl3073x: Fetch invariants during probe
https://git.kernel.org/netdev/net-next/c/b7d907d1f84a
- [net-next,v13,07/12] dpll: zl3073x: Read DPLL types and pin properties from system firmware
https://git.kernel.org/netdev/net-next/c/a99a9f0ebdaa
- [net-next,v13,08/12] dpll: zl3073x: Register DPLL devices and pins
https://git.kernel.org/netdev/net-next/c/75a71ecc2412
- [net-next,v13,09/12] dpll: zl3073x: Implement input pin selection in manual mode
https://git.kernel.org/netdev/net-next/c/9686c8b01676
- [net-next,v13,10/12] dpll: zl3073x: Add support to get/set priority on input pins
https://git.kernel.org/netdev/net-next/c/12ba92f0a6de
- [net-next,v13,11/12] dpll: zl3073x: Implement input pin state setting in automatic mode
https://git.kernel.org/netdev/net-next/c/bf33c93c1a16
- [net-next,v13,12/12] dpll: zl3073x: Add support to get/set frequency on pins
https://git.kernel.org/netdev/net-next/c/ce26d7ca50a5
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-07-10 2:30 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-04 18:21 Ivan Vecera
2025-07-04 18:21 ` [PATCH net-next v13 01/12] dt-bindings: dpll: Add DPLL device and pin Ivan Vecera
2025-07-04 18:21 ` [PATCH net-next v13 02/12] dt-bindings: dpll: Add support for Microchip Azurite chip family Ivan Vecera
2025-07-04 18:21 ` [PATCH net-next v13 03/12] devlink: Add support for u64 parameters Ivan Vecera
2025-07-04 18:21 ` [PATCH net-next v13 04/12] devlink: Add new "clock_id" generic device param Ivan Vecera
2025-07-04 18:21 ` [PATCH net-next v13 05/12] dpll: Add basic Microchip ZL3073x support Ivan Vecera
2025-07-04 18:21 ` [PATCH net-next v13 06/12] dpll: zl3073x: Fetch invariants during probe Ivan Vecera
2025-07-04 18:21 ` [PATCH net-next v13 07/12] dpll: zl3073x: Read DPLL types and pin properties from system firmware Ivan Vecera
2025-07-04 18:21 ` [PATCH net-next v13 08/12] dpll: zl3073x: Register DPLL devices and pins Ivan Vecera
2025-07-04 18:21 ` [PATCH net-next v13 09/12] dpll: zl3073x: Implement input pin selection in manual mode Ivan Vecera
2025-07-04 18:22 ` [PATCH net-next v13 10/12] dpll: zl3073x: Add support to get/set priority on input pins Ivan Vecera
2025-07-04 18:22 ` [PATCH net-next v13 11/12] dpll: zl3073x: Implement input pin state setting in automatic mode Ivan Vecera
2025-07-04 18:22 ` [PATCH net-next v13 12/12] dpll: zl3073x: Add support to get/set frequency on pins Ivan Vecera
2025-07-07 8:32 ` Jiri Pirko
2025-07-07 9:46 ` Ivan Vecera
2025-07-07 10:45 ` Jiri Pirko
2025-07-07 13:02 ` Vadim Fedorenko
2025-07-07 13:10 ` Ivan Vecera
2025-07-07 8:28 ` [PATCH net-next v13 00/12] Add Microchip ZL3073x support (part 1) Jiri Pirko
2025-07-07 9:51 ` Ivan Vecera
2025-07-07 8:38 ` Jiri Pirko
2025-07-10 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=175211463746.963219.2173385068913716730.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=Jonathan.Cameron@huawei.com \
--cc=Prathosh.Satish@microchip.com \
--cc=arkadiusz.kubalewski@intel.com \
--cc=conor+dt@kernel.org \
--cc=corbet@lwn.net \
--cc=dave.jiang@intel.com \
--cc=davem@davemloft.net \
--cc=devicetree@vger.kernel.org \
--cc=edumazet@google.com \
--cc=horms@kernel.org \
--cc=ivecera@redhat.com \
--cc=jgg@ziepe.ca \
--cc=jiri@resnulli.us \
--cc=krzk+dt@kernel.org \
--cc=kuba@kernel.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mschmidt@redhat.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=poros@redhat.com \
--cc=robh@kernel.org \
--cc=shannon.nelson@amd.com \
--cc=vadim.fedorenko@linux.dev \
/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®