From: Vinod Koul <vkoul@kernel.org>
To: "Frank Li" <Frank.Li@kernel.org>,
"Manivannan Sadhasivam" <mani@kernel.org>,
"Gustavo Pimentel" <Gustavo.Pimentel@synopsys.com>,
"Kees Cook" <kees@kernel.org>,
"Krzysztof Wilczyński" <kwilczynski@kernel.org>,
"Kishon Vijay Abraham I" <kishon@kernel.org>,
"Bjorn Helgaas" <bhelgaas@google.com>,
"Christoph Hellwig" <hch@lst.de>,
"Serge Semin" <fancer.lancer@gmail.com>,
"Cai Huoqing" <cai.huoqing@linux.dev>,
"Niklas Cassel" <cassel@kernel.org>,
"Koichiro Den" <den@valinux.co.jp>
Cc: Devendra K Verma <devendra.verma@amd.com>,
dmaengine@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v6 00/10] dmaengine: dw-edma: Prepare for dynamic LL appends
Date: Thu, 03 Sep 2026 22:35:12 +0530 [thread overview]
Message-ID: <178845511295.1711546.67738320166778964.b4-ty@kernel.org> (raw)
In-Reply-To: <20260820173439.2004068-1-den@valinux.co.jp>
On Fri, 21 Aug 2026 02:34:29 +0900, Koichiro Den wrote:
> This is the first 10 patches from v5, split out following Frank's
> suggestion:
> https://lore.kernel.org/r/anzgNmxSV2vf1w1X@lizhi-Precision-Tower-5810/
>
> This prep series converts the LL into a reusable circular ring and
> prepares the doorbell and IRQ paths for the follow-up series,
> "Support dynamic LL appends".
>
> [...]
Applied, thanks!
[01/10] dmaengine: dw-edma: Add dw_edma_core_ll_cur_idx() to get current LL entry index
commit: d264343b5c1bd005f9b0f30692548786a7049a39
[02/10] dmaengine: dw-edma: Add dw_edma_core_ll_clear() to clear LL control-word
commit: e9a0a18e139866ef9a0a92ddf9149a0f59eeb473
[03/10] dmaengine: dw-edma: Factor out linked-list transfer start
commit: 20da0bec453df65473a651a0787878e10132a1c4
[04/10] dmaengine: dw-edma: Make DMA link list work as a circular buffer
commit: 834fd098070929899920a947fd5dba295433d41f
[05/10] dmaengine: dw-edma: Move callback result helper before LL helpers
commit: c7db522c2d1c55ac26b2016628f1a8f39198c972
[06/10] dmaengine: dw-edma: Dispatch DONE interrupts by channel request
commit: 1498754a33b68a2aa11e14ee5df83acc3c084f9a
[07/10] dmaengine: dw-edma: Centralize LL doorbell decisions
commit: a8ac669fb01af5503a1defaf3552be5e1d3cf381
[08/10] dmaengine: dw-edma: Prepare LL progress event handling
commit: 0771294b6e855d76cd04f048c38cea87b4202b49
[09/10] dmaengine: dw-edma: Prepare deferred IRQ reporting for LL events
commit: 31982eb666e96f88e44fae8c8e91bc97f86a97f7
[10/10] dmaengine: dw-edma: Prepare LL kicks for event serialization
commit: 256b61fdc708cfa34a84266a2c9bea64f44c534d
Best regards,
--
~Vinod
prev parent reply other threads:[~2026-09-03 17:05 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-20 17:34 [PATCH v6 00/10] dmaengine: dw-edma: Prepare for dynamic LL appends Koichiro Den
2026-08-20 17:34 ` [PATCH v6 01/10] dmaengine: dw-edma: Add dw_edma_core_ll_cur_idx() to get current LL entry index Koichiro Den
2026-08-20 17:44 ` sashiko-bot
2026-08-28 4:53 ` Koichiro Den
2026-08-20 17:34 ` [PATCH v6 02/10] dmaengine: dw-edma: Add dw_edma_core_ll_clear() to clear LL control-word Koichiro Den
2026-08-20 17:34 ` [PATCH v6 03/10] dmaengine: dw-edma: Factor out linked-list transfer start Koichiro Den
2026-08-20 17:34 ` [PATCH v6 04/10] dmaengine: dw-edma: Make DMA link list work as a circular buffer Koichiro Den
2026-08-20 17:50 ` sashiko-bot
2026-08-28 5:01 ` Koichiro Den
2026-08-20 17:34 ` [PATCH v6 05/10] dmaengine: dw-edma: Move callback result helper before LL helpers Koichiro Den
2026-08-20 17:34 ` [PATCH v6 06/10] dmaengine: dw-edma: Dispatch DONE interrupts by channel request Koichiro Den
2026-08-20 17:34 ` [PATCH v6 07/10] dmaengine: dw-edma: Centralize LL doorbell decisions Koichiro Den
2026-08-20 17:34 ` [PATCH v6 08/10] dmaengine: dw-edma: Prepare LL progress event handling Koichiro Den
2026-08-20 17:34 ` [PATCH v6 09/10] dmaengine: dw-edma: Prepare deferred IRQ reporting for LL events Koichiro Den
2026-08-20 17:34 ` [PATCH v6 10/10] dmaengine: dw-edma: Prepare LL kicks for event serialization Koichiro Den
2026-09-03 17:05 ` Vinod Koul [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=178845511295.1711546.67738320166778964.b4-ty@kernel.org \
--to=vkoul@kernel.org \
--cc=Frank.Li@kernel.org \
--cc=Gustavo.Pimentel@synopsys.com \
--cc=bhelgaas@google.com \
--cc=cai.huoqing@linux.dev \
--cc=cassel@kernel.org \
--cc=den@valinux.co.jp \
--cc=devendra.verma@amd.com \
--cc=dmaengine@vger.kernel.org \
--cc=fancer.lancer@gmail.com \
--cc=hch@lst.de \
--cc=kees@kernel.org \
--cc=kishon@kernel.org \
--cc=kwilczynski@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mani@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