From: patchwork-bot+netdevbpf@kernel.org
To: Doug Berger <opendmb@gmail.com>
Cc: florian.fainelli@broadcom.com, andrew+netdev@lunn.ch,
davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
pabeni@redhat.com, bcm-kernel-feedback-list@broadcom.com,
netdev@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH net-next 00/14] net: bcmgenet: revise suspend/resume
Date: Sat, 08 Mar 2025 03:40:40 +0000 [thread overview]
Message-ID: <174140524073.2565853.13209148913888544727.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20250306192643.2383632-1-opendmb@gmail.com>
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Thu, 6 Mar 2025 11:26:28 -0800 you wrote:
> This commit set updates the GENET driver to reduce the delay to
> resume the ethernet link when the Wake on Lan features are used.
>
> In addition, the encoding of hardware versioning and features is
> revised to avoid some redundancy and improve readability as well
> as remove a warning that occurred for the BCM7712 device which
> updated the device major version while maintaining compatibility
> with the driver.
>
> [...]
Here is the summary with links:
- [net-next,01/14] net: bcmgenet: bcmgenet_hw_params clean up
https://git.kernel.org/netdev/net-next/c/d2b41068056b
- [net-next,02/14] net: bcmgenet: add bcmgenet_has_* helpers
https://git.kernel.org/netdev/net-next/c/07c1a756a50b
- [net-next,03/14] net: bcmgenet: move feature flags to bcmgenet_priv
https://git.kernel.org/netdev/net-next/c/a2bdde505f14
- [net-next,04/14] net: bcmgenet: BCM7712 is GENETv5 compatible
https://git.kernel.org/netdev/net-next/c/59a97b8184ef
- [net-next,05/14] net: bcmgenet: extend bcmgenet_hfb_* API
https://git.kernel.org/netdev/net-next/c/f841f5ef9911
- [net-next,06/14] net: bcmgenet: move DESC_INDEX flow to ring 0
https://git.kernel.org/netdev/net-next/c/3b5d4f5a820d
- [net-next,07/14] net: bcmgenet: add support for RX_CLS_FLOW_DISC
https://git.kernel.org/netdev/net-next/c/6d31f8fc6c2f
- [net-next,08/14] net: bcmgenet: remove dma_ctrl argument
https://git.kernel.org/netdev/net-next/c/8b031d4e9baa
- [net-next,09/14] net: bcmgenet: consolidate dma initialization
https://git.kernel.org/netdev/net-next/c/58affb23b667
- [net-next,10/14] net: bcmgenet: introduce bcmgenet_[r|t]dma_disable
https://git.kernel.org/netdev/net-next/c/791f349d02f7
- [net-next,11/14] net: bcmgenet: support reclaiming unsent Tx packets
https://git.kernel.org/netdev/net-next/c/f1bacae8b655
- [net-next,12/14] net: bcmgenet: move bcmgenet_power_up into resume_noirq
https://git.kernel.org/netdev/net-next/c/ffce2bedd361
- [net-next,13/14] net: bcmgenet: allow return of power up status
https://git.kernel.org/netdev/net-next/c/2432b9817b7c
- [net-next,14/14] net: bcmgenet: revise suspend/resume
https://git.kernel.org/netdev/net-next/c/254f3239dd07
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-03-08 3:40 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-06 19:26 [PATCH net-next 00/14] net: bcmgenet: revise suspend/resume Doug Berger
2025-03-06 19:26 ` [PATCH net-next 01/14] net: bcmgenet: bcmgenet_hw_params clean up Doug Berger
2025-03-06 19:41 ` Florian Fainelli
2025-03-06 19:26 ` [PATCH net-next 02/14] net: bcmgenet: add bcmgenet_has_* helpers Doug Berger
2025-03-06 19:41 ` Florian Fainelli
2025-03-06 19:26 ` [PATCH net-next 03/14] net: bcmgenet: move feature flags to bcmgenet_priv Doug Berger
2025-03-06 19:41 ` Florian Fainelli
2025-03-06 19:26 ` [PATCH net-next 04/14] net: bcmgenet: BCM7712 is GENETv5 compatible Doug Berger
2025-03-06 19:41 ` Florian Fainelli
2025-03-06 19:26 ` [PATCH net-next 05/14] net: bcmgenet: extend bcmgenet_hfb_* API Doug Berger
2025-03-06 19:41 ` Florian Fainelli
2025-03-06 19:26 ` [PATCH net-next 06/14] net: bcmgenet: move DESC_INDEX flow to ring 0 Doug Berger
2025-03-06 20:17 ` Florian Fainelli
2025-03-06 19:26 ` [PATCH net-next 07/14] net: bcmgenet: add support for RX_CLS_FLOW_DISC Doug Berger
2025-03-06 20:17 ` Florian Fainelli
2025-03-06 19:26 ` [PATCH net-next 08/14] net: bcmgenet: remove dma_ctrl argument Doug Berger
2025-03-06 20:17 ` Florian Fainelli
2025-03-06 19:26 ` [PATCH net-next 09/14] net: bcmgenet: consolidate dma initialization Doug Berger
2025-03-06 20:20 ` Florian Fainelli
2025-03-06 19:26 ` [PATCH net-next 10/14] net: bcmgenet: introduce bcmgenet_[r|t]dma_disable Doug Berger
2025-03-06 20:21 ` Florian Fainelli
2025-03-06 19:26 ` [PATCH net-next 11/14] net: bcmgenet: support reclaiming unsent Tx packets Doug Berger
2025-03-06 20:22 ` Florian Fainelli
2025-03-06 19:26 ` [PATCH net-next 12/14] net: bcmgenet: move bcmgenet_power_up into resume_noirq Doug Berger
2025-03-06 20:24 ` Florian Fainelli
2025-03-06 19:26 ` [PATCH net-next 13/14] net: bcmgenet: allow return of power up status Doug Berger
2025-03-06 20:24 ` Florian Fainelli
2025-03-06 19:26 ` [PATCH net-next 14/14] net: bcmgenet: revise suspend/resume Doug Berger
2025-03-06 20:29 ` Florian Fainelli
2025-03-08 3:40 ` 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=174140524073.2565853.13209148913888544727.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=andrew+netdev@lunn.ch \
--cc=bcm-kernel-feedback-list@broadcom.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=florian.fainelli@broadcom.com \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=opendmb@gmail.com \
--cc=pabeni@redhat.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