Netdev List
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Lorenzo Bianconi <lorenzo@kernel.org>
Cc: andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com,
	kuba@kernel.org, pabeni@redhat.com, robh@kernel.org,
	krzk+dt@kernel.org, conor+dt@kernel.org, p.zabel@pengutronix.de,
	linux-arm-kernel@lists.infradead.org,
	linux-mediatek@lists.infradead.org, netdev@vger.kernel.org,
	devicetree@vger.kernel.org, horms@kernel.org,
	ansuelsmth@gmail.com
Subject: Re: [PATCH net-next v3 00/13] net: airoha: Add AN7583 ethernet controller support
Date: Tue, 21 Oct 2025 11:20:21 +0000	[thread overview]
Message-ID: <176104562151.1030909.1115814969731162849.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20251017-an7583-eth-support-v3-0-f28319666667@kernel.org>

Hello:

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

On Fri, 17 Oct 2025 11:06:09 +0200 you wrote:
> Introduce support for AN7583 ethernet controller to airoha-eth dirver.
> The main differences between EN7581 and AN7583 is the latter runs a
> single PPE module while EN7581 runs two of them. Moreover PPE SRAM in
> AN7583 SoC is reduced to 8K (while SRAM is 16K on EN7581).
> 
> ---
> Changes in v3:
> - improve device-tree binding
> - rebase on top of net-next main branch
> - Link to v2: https://lore.kernel.org/r/20251016-an7583-eth-support-v2-0-ea6e7e9acbdb@kernel.org
> 
> [...]

Here is the summary with links:
  - [net-next,v3,01/13] dt-bindings: net: airoha: Add AN7583 support
    https://git.kernel.org/netdev/net-next/c/51538c0c9d8c
  - [net-next,v3,02/13] net: airoha: ppe: Dynamically allocate foe_check_time array in airoha_ppe struct
    https://git.kernel.org/netdev/net-next/c/6d5b601d52a2
  - [net-next,v3,03/13] net: airoha: Add airoha_ppe_get_num_stats_entries() and airoha_ppe_get_num_total_stats_entries()
    https://git.kernel.org/netdev/net-next/c/15f357cd4581
  - [net-next,v3,04/13] net: airoha: Add airoha_eth_soc_data struct
    https://git.kernel.org/netdev/net-next/c/5863b4e065e2
  - [net-next,v3,05/13] net: airoha: Generalize airoha_ppe2_is_enabled routine
    https://git.kernel.org/netdev/net-next/c/ef9449f080b6
  - [net-next,v3,06/13] net: airoha: ppe: Move PPE memory info in airoha_eth_soc_data struct
    https://git.kernel.org/netdev/net-next/c/5bd1d1fd48ea
  - [net-next,v3,07/13] net: airoha: ppe: Remove airoha_ppe_is_enabled() where not necessary
    https://git.kernel.org/netdev/net-next/c/41139125f5c7
  - [net-next,v3,08/13] net: airoha: ppe: Configure SRAM PPE entries via the cpu
    https://git.kernel.org/netdev/net-next/c/306b78f5035a
  - [net-next,v3,09/13] net: airoha: ppe: Flush PPE SRAM table during PPE setup
    https://git.kernel.org/netdev/net-next/c/620d7b91aadb
  - [net-next,v3,10/13] net: airoha: Select default ppe cpu port in airoha_dev_init()
    https://git.kernel.org/netdev/net-next/c/c71a7a861ef0
  - [net-next,v3,11/13] net: airoha: Refactor src port configuration in airhoha_set_gdm2_loopback
    https://git.kernel.org/netdev/net-next/c/9d5b5219f672
  - [net-next,v3,12/13] net: airoha: ppe: Do not use magic numbers in airoha_ppe_foe_get_entry_locked()
    https://git.kernel.org/netdev/net-next/c/63f283d36b1f
  - [net-next,v3,13/13] net: airoha: Add AN7583 SoC support
    https://git.kernel.org/netdev/net-next/c/e4e5ce823bdd

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-10-21 11:20 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-17  9:06 [PATCH net-next v3 00/13] net: airoha: Add AN7583 ethernet controller support Lorenzo Bianconi
2025-10-17  9:06 ` [PATCH net-next v3 01/13] dt-bindings: net: airoha: Add AN7583 support Lorenzo Bianconi
2025-10-20 17:32   ` Conor Dooley
2025-10-17  9:06 ` [PATCH net-next v3 02/13] net: airoha: ppe: Dynamically allocate foe_check_time array in airoha_ppe struct Lorenzo Bianconi
2025-10-17  9:06 ` [PATCH net-next v3 03/13] net: airoha: Add airoha_ppe_get_num_stats_entries() and airoha_ppe_get_num_total_stats_entries() Lorenzo Bianconi
2025-10-17  9:06 ` [PATCH net-next v3 04/13] net: airoha: Add airoha_eth_soc_data struct Lorenzo Bianconi
2025-10-17  9:06 ` [PATCH net-next v3 05/13] net: airoha: Generalize airoha_ppe2_is_enabled routine Lorenzo Bianconi
2025-10-17  9:06 ` [PATCH net-next v3 06/13] net: airoha: ppe: Move PPE memory info in airoha_eth_soc_data struct Lorenzo Bianconi
2025-10-17  9:06 ` [PATCH net-next v3 07/13] net: airoha: ppe: Remove airoha_ppe_is_enabled() where not necessary Lorenzo Bianconi
2025-10-17  9:06 ` [PATCH net-next v3 08/13] net: airoha: ppe: Configure SRAM PPE entries via the cpu Lorenzo Bianconi
2025-10-17  9:06 ` [PATCH net-next v3 09/13] net: airoha: ppe: Flush PPE SRAM table during PPE setup Lorenzo Bianconi
2025-10-17  9:06 ` [PATCH net-next v3 10/13] net: airoha: Select default ppe cpu port in airoha_dev_init() Lorenzo Bianconi
2025-10-17  9:06 ` [PATCH net-next v3 11/13] net: airoha: Refactor src port configuration in airhoha_set_gdm2_loopback Lorenzo Bianconi
2025-10-17  9:06 ` [PATCH net-next v3 12/13] net: airoha: ppe: Do not use magic numbers in airoha_ppe_foe_get_entry_locked() Lorenzo Bianconi
2025-10-17  9:06 ` [PATCH net-next v3 13/13] net: airoha: Add AN7583 SoC support Lorenzo Bianconi
2025-10-21 11:20 ` 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=176104562151.1030909.1115814969731162849.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=andrew+netdev@lunn.ch \
    --cc=ansuelsmth@gmail.com \
    --cc=conor+dt@kernel.org \
    --cc=davem@davemloft.net \
    --cc=devicetree@vger.kernel.org \
    --cc=edumazet@google.com \
    --cc=horms@kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=kuba@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=lorenzo@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=p.zabel@pengutronix.de \
    --cc=pabeni@redhat.com \
    --cc=robh@kernel.org \
    /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