mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Wei Fang <wei.fang@nxp.com>
Cc: robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org,
	richardcochran@gmail.com, claudiu.manoil@nxp.com,
	vladimir.oltean@nxp.com, xiaoning.wang@nxp.com,
	andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com,
	kuba@kernel.org, pabeni@redhat.com, vadim.fedorenko@linux.dev,
	Frank.Li@nxp.com, shawnguo@kernel.org, fushi.peng@nxp.com,
	devicetree@vger.kernel.org, netdev@vger.kernel.org,
	linux-kernel@vger.kernel.org, imx@lists.linux.dev
Subject: Re: [PATCH v7 net-next 00/14] Add NETC Timer PTP driver and add PTP support for i.MX95
Date: Tue, 02 Sep 2025 12:50:31 +0000	[thread overview]
Message-ID: <175681743106.280373.4120937080041780119.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20250829050615.1247468-1-wei.fang@nxp.com>

Hello:

This series was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Fri, 29 Aug 2025 13:06:01 +0800 you wrote:
> This series adds NETC Timer PTP clock driver, which supports precise
> periodic pulse, time capture on external pulse and PTP synchronization.
> It also adds PTP support to the enetc v4 driver for i.MX95 and optimizes
> the PTP-related code in the enetc driver.
> 
> ---
> v1 link: https://lore.kernel.org/imx/20250711065748.250159-1-wei.fang@nxp.com/
> v2 link: https://lore.kernel.org/imx/20250716073111.367382-1-wei.fang@nxp.com/
> v3 link: https://lore.kernel.org/imx/20250812094634.489901-1-wei.fang@nxp.com/
> v4 link: https://lore.kernel.org/imx/20250819123620.916637-1-wei.fang@nxp.com/
> v5 link: https://lore.kernel.org/imx/20250825041532.1067315-1-wei.fang@nxp.com/
> v6 link: https://lore.kernel.org/imx/20250827063332.1217664-1-wei.fang@nxp.com/
> 
> [...]

Here is the summary with links:
  - [v7,net-next,01/14] dt-bindings: ptp: add NETC Timer PTP clock
    https://git.kernel.org/netdev/net-next/c/d6900b8bd362
  - [v7,net-next,02/14] dt-bindings: net: move ptp-timer property to ethernet-controller.yaml
    https://git.kernel.org/netdev/net-next/c/db2d2de1c2a8
  - [v7,net-next,03/14] ptp: add helpers to get the phc_index by of_node or dev
    https://git.kernel.org/netdev/net-next/c/61f132ca8c46
  - [v7,net-next,04/14] ptp: netc: add NETC V4 Timer PTP driver support
    https://git.kernel.org/netdev/net-next/c/87a201d59963
  - [v7,net-next,05/14] ptp: netc: add PTP_CLK_REQ_PPS support
    https://git.kernel.org/netdev/net-next/c/91596332ff5d
  - [v7,net-next,06/14] ptp: netc: add periodic pulse output support
    https://git.kernel.org/netdev/net-next/c/671e266835b8
  - [v7,net-next,07/14] ptp: netc: add external trigger stamp support
    https://git.kernel.org/netdev/net-next/c/b1d37b27036a
  - [v7,net-next,08/14] MAINTAINERS: add NETC Timer PTP clock driver section
    https://git.kernel.org/netdev/net-next/c/dc331726469d
  - [v7,net-next,09/14] net: enetc: save the parsed information of PTP packet to skb->cb
    https://git.kernel.org/netdev/net-next/c/19669a57d7a0
  - [v7,net-next,10/14] net: enetc: extract enetc_update_ptp_sync_msg() to handle PTP Sync packets
    https://git.kernel.org/netdev/net-next/c/27dd0eca9347
  - [v7,net-next,11/14] net: enetc: remove unnecessary CONFIG_FSL_ENETC_PTP_CLOCK check
    https://git.kernel.org/netdev/net-next/c/d889abaac299
  - [v7,net-next,12/14] net: enetc: move sync packet modification before dma_map_single()
    https://git.kernel.org/netdev/net-next/c/7776d5e6e349
  - [v7,net-next,13/14] net: enetc: add PTP synchronization support for ENETC v4
    https://git.kernel.org/netdev/net-next/c/f5b9a1cde0a2
  - [v7,net-next,14/14] net: enetc: don't update sync packet checksum if checksum offload is used
    https://git.kernel.org/netdev/net-next/c/93081d4ed54e

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



      parent reply	other threads:[~2025-09-02 12:50 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-29  5:06 Wei Fang
2025-08-29  5:06 ` [PATCH v7 net-next 01/14] dt-bindings: ptp: add NETC Timer PTP clock Wei Fang
2025-08-29  5:06 ` [PATCH v7 net-next 02/14] dt-bindings: net: move ptp-timer property to ethernet-controller.yaml Wei Fang
2025-08-29  5:06 ` [PATCH v7 net-next 03/14] ptp: add helpers to get the phc_index by of_node or dev Wei Fang
2025-08-29  5:06 ` [PATCH v7 net-next 04/14] ptp: netc: add NETC V4 Timer PTP driver support Wei Fang
2025-08-29  5:06 ` [PATCH v7 net-next 05/14] ptp: netc: add PTP_CLK_REQ_PPS support Wei Fang
2025-08-29  5:06 ` [PATCH v7 net-next 06/14] ptp: netc: add periodic pulse output support Wei Fang
2025-08-29  5:06 ` [PATCH v7 net-next 07/14] ptp: netc: add external trigger stamp support Wei Fang
2025-08-29  5:06 ` [PATCH v7 net-next 08/14] MAINTAINERS: add NETC Timer PTP clock driver section Wei Fang
2025-08-29  5:06 ` [PATCH v7 net-next 09/14] net: enetc: save the parsed information of PTP packet to skb->cb Wei Fang
2025-08-29  5:06 ` [PATCH v7 net-next 10/14] net: enetc: extract enetc_update_ptp_sync_msg() to handle PTP Sync packets Wei Fang
2025-08-29  5:06 ` [PATCH v7 net-next 11/14] net: enetc: remove unnecessary CONFIG_FSL_ENETC_PTP_CLOCK check Wei Fang
2025-08-29  5:06 ` [PATCH v7 net-next 12/14] net: enetc: move sync packet modification before dma_map_single() Wei Fang
2025-08-29  5:06 ` [PATCH v7 net-next 13/14] net: enetc: add PTP synchronization support for ENETC v4 Wei Fang
2025-08-29  5:06 ` [PATCH v7 net-next 14/14] net: enetc: don't update sync packet checksum if checksum offload is used Wei Fang
2025-09-02 12:50 ` 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=175681743106.280373.4120937080041780119.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=Frank.Li@nxp.com \
    --cc=andrew+netdev@lunn.ch \
    --cc=claudiu.manoil@nxp.com \
    --cc=conor+dt@kernel.org \
    --cc=davem@davemloft.net \
    --cc=devicetree@vger.kernel.org \
    --cc=edumazet@google.com \
    --cc=fushi.peng@nxp.com \
    --cc=imx@lists.linux.dev \
    --cc=krzk+dt@kernel.org \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=richardcochran@gmail.com \
    --cc=robh@kernel.org \
    --cc=shawnguo@kernel.org \
    --cc=vadim.fedorenko@linux.dev \
    --cc=vladimir.oltean@nxp.com \
    --cc=wei.fang@nxp.com \
    --cc=xiaoning.wang@nxp.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®