mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
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 v13 00/10] Introduce ICSSG based ethernet Driver
Date: Wed, 02 Aug 2023 09:50:23 +0000	[thread overview]
Message-ID: <169096982363.22290.18372322517345750878.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230801091428.1359979-1-danishanwar@ti.com>

Hello:

This series was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:

On Tue, 1 Aug 2023 14:44:18 +0530 you wrote:
> The Programmable Real-time Unit and Industrial Communication Subsystem
> Gigabit (PRU_ICSSG) is a low-latency microcontroller subsystem in the TI
> SoCs. This subsystem is provided for the use cases like the implementation
> of custom peripheral interfaces, offloading of tasks from the other
> processor cores of the SoC, etc.
> 
> The subsystem includes many accelerators for data processing like
> multiplier and multiplier-accumulator. It also has peripherals like
> UART, MII/RGMII, MDIO, etc. Every ICSSG core includes two 32-bit
> load/store RISC CPU cores called PRUs.
> 
> [...]

Here is the summary with links:
  - [v13,01/10] net: ti: icssg-prueth: Add Firmware Interface for ICSSG Ethernet driver.
    https://git.kernel.org/netdev/net-next/c/61f4d2044aeb
  - [v13,02/10] net: ti: icssg-prueth: Add mii helper apis and macros
    https://git.kernel.org/netdev/net-next/c/b6ba7752149d
  - [v13,03/10] net: ti: icssg-prueth: Add Firmware config and classification APIs.
    https://git.kernel.org/netdev/net-next/c/e9b4ece7d74b
  - [v13,04/10] net: ti: icssg-prueth: Add icssg queues APIs and macros
    https://git.kernel.org/netdev/net-next/c/b8d5008f8c51
  - [v13,05/10] dt-bindings: net: Add ICSSG Ethernet
    https://git.kernel.org/netdev/net-next/c/172e604a8c62
  - [v13,06/10] net: ti: icssg-prueth: Add ICSSG ethernet driver
    https://git.kernel.org/netdev/net-next/c/128d5874c082
  - [v13,07/10] net: ti: icssg-prueth: Add ICSSG Stats
    https://git.kernel.org/netdev/net-next/c/c1e10d5dc7a1
  - [v13,08/10] net: ti: icssg-prueth: Add Standard network staticstics
    https://git.kernel.org/netdev/net-next/c/c2f67d192351
  - [v13,09/10] net: ti: icssg-prueth: Add ethtool ops for ICSSG Ethernet driver
    https://git.kernel.org/netdev/net-next/c/8fb86b0dcaed
  - [v13,10/10] net: ti: icssg-prueth: Add Power management support
    https://git.kernel.org/netdev/net-next/c/a46750a13bb0

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



      parent reply	other threads:[~2023-08-02  9:50 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-01  9:14 MD Danish Anwar
2023-08-01  9:14 ` [PATCH v13 01/10] net: ti: icssg-prueth: Add Firmware Interface for ICSSG Ethernet driver MD Danish Anwar
2023-08-01  9:14 ` [PATCH v13 02/10] net: ti: icssg-prueth: Add mii helper apis and macros MD Danish Anwar
2023-08-01  9:14 ` [PATCH v13 03/10] net: ti: icssg-prueth: Add Firmware config and classification APIs MD Danish Anwar
2023-08-01  9:14 ` [PATCH v13 04/10] net: ti: icssg-prueth: Add icssg queues APIs and macros MD Danish Anwar
2023-08-01  9:14 ` [PATCH v13 05/10] dt-bindings: net: Add ICSSG Ethernet MD Danish Anwar
2023-08-01  9:14 ` [PATCH v13 06/10] net: ti: icssg-prueth: Add ICSSG ethernet driver MD Danish Anwar
2023-08-01  9:14 ` [PATCH v13 07/10] net: ti: icssg-prueth: Add ICSSG Stats MD Danish Anwar
2023-08-01  9:14 ` [PATCH v13 08/10] net: ti: icssg-prueth: Add Standard network staticstics MD Danish Anwar
2023-08-01  9:14 ` [PATCH v13 09/10] net: ti: icssg-prueth: Add ethtool ops for ICSSG Ethernet driver MD Danish Anwar
2023-08-01  9:14 ` [PATCH v13 10/10] net: ti: icssg-prueth: Add Power management support MD Danish Anwar
2023-08-02  9: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=169096982363.22290.18372322517345750878.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 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®