From: patchwork-bot+netdevbpf@kernel.org
To: Stefan Wahren <wahrenst@gmx.net>
Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
pabeni@redhat.com, LinoSanfilippo@gmx.de, f.fainelli@gmail.com,
netdev@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH V4 00/15 net-next] qca_spi: collection of improvements
Date: Wed, 31 Jan 2024 13:40:26 +0000 [thread overview]
Message-ID: <170670842691.31681.3525325990073140229.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240128201059.6259-1-wahrenst@gmx.net>
Hello:
This series was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:
On Sun, 28 Jan 2024 21:10:44 +0100 you wrote:
> This series contains a wild collection of improvements for the
> qca_spi driver. This is a follow-up series to the recent bugfixes [1].
>
> Patch 1, 2 & 3 in this series is the initially intended rework of
> netdev_open/close. Patch 4 & 10 are minor functional improvements and
> the rest is clean-up.
>
> [...]
Here is the summary with links:
- [V4,01/15,net-next] qca_spi: Add check for kthread_stop
(no matching commit)
- [V4,02/15,net-next] qca_spi: Improve SPI thread creation
(no matching commit)
- [V4,03/15,net-next] qca_spi: Improve SPI IRQ handling
(no matching commit)
- [V4,04/15,net-next] qca_spi: Avoid skb_copy_expand in TX path
(no matching commit)
- [V4,05/15,net-next] qca_7k_common: Drop unnecessary function description
(no matching commit)
- [V4,06/15,net-next] qca_7k_common: Drop unused len from qcafrm_handle
(no matching commit)
- [V4,07/15,net-next] qca_spi: Add QCASPI prefix to ring defines
(no matching commit)
- [V4,08/15,net-next] qca_spi: Introduce QCASPI_RX_MAX_FRAMES
(no matching commit)
- [V4,09/15,net-next] qca_spi: Improve calculation of RX buffer size
(no matching commit)
- [V4,10/15,net-next] qca_spi: Log expected signature in error case
(no matching commit)
- [V4,11/15,net-next] qca_spi: Adjust log of SPI_REG_RDBUF_BYTE_AVA
(no matching commit)
- [V4,12/15,net-next] qca_7k: Replace BSD boilerplate with SPDX
(no matching commit)
- [V4,13/15,net-next] qca_7k: Replace old mail address
(no matching commit)
- [V4,14/15,net-next] mailmap: add entry for Stefan Wahren
https://git.kernel.org/netdev/net-next/c/a47996ebbe40
- [V4,15/15,net-next] MAINTAINERS: add entry for qca7k driver(s)
(no matching commit)
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:[~2024-01-31 13:40 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-28 20:10 [PATCH V4 00/15 net-next] qca_spi: collection of improvements Stefan Wahren
2024-01-28 20:10 ` [PATCH V4 01/15 net-next] qca_spi: Add check for kthread_stop Stefan Wahren
2024-01-28 20:10 ` [PATCH V4 02/15 net-next] qca_spi: Improve SPI thread creation Stefan Wahren
2024-01-28 20:10 ` [PATCH V4 03/15 net-next] qca_spi: Improve SPI IRQ handling Stefan Wahren
2024-01-28 20:10 ` [PATCH V4 04/15 net-next] qca_spi: Avoid skb_copy_expand in TX path Stefan Wahren
2024-01-28 20:10 ` [PATCH V4 05/15 net-next] qca_7k_common: Drop unnecessary function description Stefan Wahren
2024-01-28 20:10 ` [PATCH V4 06/15 net-next] qca_7k_common: Drop unused len from qcafrm_handle Stefan Wahren
2024-01-28 20:10 ` [PATCH V4 07/15 net-next] qca_spi: Add QCASPI prefix to ring defines Stefan Wahren
2024-01-28 20:10 ` [PATCH V4 08/15 net-next] qca_spi: Introduce QCASPI_RX_MAX_FRAMES Stefan Wahren
2024-01-28 20:10 ` [PATCH V4 09/15 net-next] qca_spi: Improve calculation of RX buffer size Stefan Wahren
2024-01-28 20:10 ` [PATCH V4 10/15 net-next] qca_spi: Log expected signature in error case Stefan Wahren
2024-01-28 20:10 ` [PATCH V4 11/15 net-next] qca_spi: Adjust log of SPI_REG_RDBUF_BYTE_AVA Stefan Wahren
2024-01-28 20:10 ` [PATCH V4 12/15 net-next] qca_7k: Replace BSD boilerplate with SPDX Stefan Wahren
2024-01-28 20:10 ` [PATCH V4 13/15 net-next] qca_7k: Replace old mail address Stefan Wahren
2024-01-28 20:10 ` [PATCH V4 14/15 net-next] mailmap: add entry for Stefan Wahren Stefan Wahren
2024-01-28 20:10 ` [PATCH V4 15/15 net-next] MAINTAINERS: add entry for qca7k driver(s) Stefan Wahren
2024-01-31 13: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=170670842691.31681.3525325990073140229.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=LinoSanfilippo@gmx.de \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=f.fainelli@gmail.com \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=wahrenst@gmx.net \
/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