From: patchwork-bot+netdevbpf@kernel.org
To: MD Danish Anwar <danishanwar@ti.com>
Cc: rdunlap@infradead.org, rogerq@kernel.org,
simon.horman@corigine.com, vigneshr@ti.com, andrew@lunn.ch,
richardcochran@gmail.com, conor+dt@kernel.org,
krzysztof.kozlowski+dt@linaro.org, robh+dt@kernel.org,
pabeni@redhat.com, kuba@kernel.org, edumazet@google.com,
davem@davemloft.net, nm@ti.com, srk@ti.com,
linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
netdev@vger.kernel.org, linux-omap@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v7 0/5] Introduce IEP driver and packet timestamping support
Date: Sun, 27 Aug 2023 06:21:47 +0000 [thread overview]
Message-ID: <169311730704.334.2679024548095794148.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230824114618.877730-1-danishanwar@ti.com>
Hello:
This series was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:
On Thu, 24 Aug 2023 17:16:13 +0530 you wrote:
> This series introduces Industrial Ethernet Peripheral (IEP) driver to
> support timestamping of ethernet packets and thus support PTP and PPS
> for PRU ICSSG ethernet ports.
>
> This series also adds 10M full duplex support for ICSSG ethernet driver.
>
> There are two IEP instances. IEP0 is used for packet timestamping while IEP1
> is used for 10M full duplex support.
>
> [...]
Here is the summary with links:
- [v7,1/5] dt-bindings: net: Add ICSS IEP
https://git.kernel.org/netdev/net-next/c/f0035689c036
- [v7,2/5] dt-bindings: net: Add IEP property in ICSSG
https://git.kernel.org/netdev/net-next/c/b12056278378
- [v7,3/5] net: ti: icss-iep: Add IEP driver
https://git.kernel.org/netdev/net-next/c/c1e0230eeaab
- [v7,4/5] net: ti: icssg-prueth: add packet timestamping and ptp support
https://git.kernel.org/netdev/net-next/c/186734c15886
- [v7,5/5] net: ti: icssg-prueth: am65x SR2.0 add 10M full duplex support
https://git.kernel.org/netdev/net-next/c/443a2367ba3c
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
WARNING: multiple messages have this Message-ID (diff)
From: patchwork-bot+netdevbpf@kernel.org
To: MD Danish Anwar <danishanwar@ti.com>
Cc: rdunlap@infradead.org, rogerq@kernel.org,
simon.horman@corigine.com, vigneshr@ti.com, andrew@lunn.ch,
richardcochran@gmail.com, conor+dt@kernel.org,
krzysztof.kozlowski+dt@linaro.org, robh+dt@kernel.org,
pabeni@redhat.com, kuba@kernel.org, edumazet@google.com,
davem@davemloft.net, nm@ti.com, srk@ti.com,
linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
netdev@vger.kernel.org, linux-omap@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v7 0/5] Introduce IEP driver and packet timestamping support
Date: Sun, 27 Aug 2023 06:21:47 +0000 [thread overview]
Message-ID: <169311730704.334.2679024548095794148.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230824114618.877730-1-danishanwar@ti.com>
Hello:
This series was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:
On Thu, 24 Aug 2023 17:16:13 +0530 you wrote:
> This series introduces Industrial Ethernet Peripheral (IEP) driver to
> support timestamping of ethernet packets and thus support PTP and PPS
> for PRU ICSSG ethernet ports.
>
> This series also adds 10M full duplex support for ICSSG ethernet driver.
>
> There are two IEP instances. IEP0 is used for packet timestamping while IEP1
> is used for 10M full duplex support.
>
> [...]
Here is the summary with links:
- [v7,1/5] dt-bindings: net: Add ICSS IEP
https://git.kernel.org/netdev/net-next/c/f0035689c036
- [v7,2/5] dt-bindings: net: Add IEP property in ICSSG
https://git.kernel.org/netdev/net-next/c/b12056278378
- [v7,3/5] net: ti: icss-iep: Add IEP driver
https://git.kernel.org/netdev/net-next/c/c1e0230eeaab
- [v7,4/5] net: ti: icssg-prueth: add packet timestamping and ptp support
https://git.kernel.org/netdev/net-next/c/186734c15886
- [v7,5/5] net: ti: icssg-prueth: am65x SR2.0 add 10M full duplex support
https://git.kernel.org/netdev/net-next/c/443a2367ba3c
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2023-08-27 6:22 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-24 11:46 [PATCH v7 0/5] Introduce IEP driver and packet timestamping support MD Danish Anwar
2023-08-24 11:46 ` MD Danish Anwar
2023-08-24 11:46 ` [PATCH v7 1/5] dt-bindings: net: Add ICSS IEP MD Danish Anwar
2023-08-24 11:46 ` MD Danish Anwar
2023-08-24 11:46 ` [PATCH v7 2/5] dt-bindings: net: Add IEP property in ICSSG MD Danish Anwar
2023-08-24 11:46 ` MD Danish Anwar
2023-08-24 17:16 ` Rob Herring
2023-08-24 17:16 ` Rob Herring
2023-08-24 11:46 ` [PATCH v7 3/5] net: ti: icss-iep: Add IEP driver MD Danish Anwar
2023-08-24 11:46 ` MD Danish Anwar
2023-08-24 11:46 ` [PATCH v7 4/5] net: ti: icssg-prueth: add packet timestamping and ptp support MD Danish Anwar
2023-08-24 11:46 ` MD Danish Anwar
2023-08-24 11:46 ` [PATCH v7 5/5] net: ti: icssg-prueth: am65x SR2.0 add 10M full duplex support MD Danish Anwar
2023-08-24 11:46 ` MD Danish Anwar
2023-08-27 6:21 ` patchwork-bot+netdevbpf [this message]
2023-08-27 6:21 ` [PATCH v7 0/5] Introduce IEP driver and packet timestamping support patchwork-bot+netdevbpf
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=169311730704.334.2679024548095794148.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=andrew@lunn.ch \
--cc=conor+dt@kernel.org \
--cc=danishanwar@ti.com \
--cc=davem@davemloft.net \
--cc=devicetree@vger.kernel.org \
--cc=edumazet@google.com \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=kuba@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=nm@ti.com \
--cc=pabeni@redhat.com \
--cc=rdunlap@infradead.org \
--cc=richardcochran@gmail.com \
--cc=robh+dt@kernel.org \
--cc=rogerq@kernel.org \
--cc=simon.horman@corigine.com \
--cc=srk@ti.com \
--cc=vigneshr@ti.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.