DMA Engine development
 help / color / mirror / Atom feed
From: Vinod Koul <vkoul@kernel.org>
To: Manivannan Sadhasivam <mani@kernel.org>,
	Frank Li <Frank.Li@kernel.org>,
	 Cai Huoqing <cai.huoqing@linux.dev>,
	Serge Semin <fancer.lancer@gmail.com>,
	 Gustavo Pimentel <Gustavo.Pimentel@synopsys.com>,
	 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 v4 0/9] dmaengine: dw-edma: Fixes and interrupt-path groundwork
Date: Mon, 20 Jul 2026 00:03:05 +0530	[thread overview]
Message-ID: <178448598578.1267529.4032933142249960015.b4-ty@kernel.org> (raw)
In-Reply-To: <20260716152503.1747922-1-den@valinux.co.jp>


On Fri, 17 Jul 2026 00:24:54 +0900, Koichiro Den wrote:
> This series collects dw-edma fixes and interrupt-path groundwork, mostly
> split from v1 of the "Support dynamic LL appends" series.
> 
> Most v4 changes address review feedback from Frank and Sashiko. I also
> collected Frank's Reviewed-by tags.
> 
>   v3: https://lore.kernel.org/r/20260715175740.1110404-1-den@valinux.co.jp/
>   v2: https://lore.kernel.org/r/20260710080903.2392888-1-den@valinux.co.jp/
>  (v1: https://lore.kernel.org/r/20260615154111.2174161-1-den@valinux.co.jp/)
> 
> [...]

Applied, thanks!

[1/9] dmaengine: dw-edma: Fix HDMA channel status register access
      commit: ef1b080e03acc83d5bde841da67036985acd50dc
[2/9] dmaengine: dw-edma: Terminate all descriptors without callbacks
      commit: 99109a51efd28c9a661fbfb9469b023c517b31d1
[3/9] dmaengine: dw-edma: Serialize abort state updates
      commit: dd80e259f65d932634e26d366570d71669ef6654
[4/9] dmaengine: dw-edma: Complete descriptors before pausing
      commit: c154060016a9db2ac889bfdb0a3c1322f9be8ded
[5/9] dmaengine: dw-edma: Serialize channel state checks
      commit: f7d1619f3e10c619b62c6cd6d95371b5c526c85a
[6/9] dmaengine: dw-edma: Clear stale requests on termination
      commit: c0d9c6275adcca7c0ca5f4270bf88026f9864bd1
[7/9] dmaengine: dw-edma-pcie: Drop redundant pci_free_irq_vectors()
      commit: eb4022c1fae2bb029178779bc2b1fe84a9510dbf
[8/9] dmaengine: dw-edma: Snapshot the v0 interrupt status once per handler pass
      commit: 5b0a8818fc5237676bdcd9659180e1edf8e943d7
[9/9] dmaengine: dw-edma: Defer channel IRQ handling to workqueue
      commit: 35de39e4511f00a87f814b5f0afeb082a8fbc5d7

Best regards,
-- 
~Vinod



      parent reply	other threads:[~2026-07-19 18:33 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-16 15:24 [PATCH v4 0/9] dmaengine: dw-edma: Fixes and interrupt-path groundwork Koichiro Den
2026-07-16 15:24 ` [PATCH v4 1/9] dmaengine: dw-edma: Fix HDMA channel status register access Koichiro Den
2026-07-16 15:24 ` [PATCH v4 2/9] dmaengine: dw-edma: Terminate all descriptors without callbacks Koichiro Den
2026-07-16 15:42   ` sashiko-bot
2026-07-16 16:30   ` Frank Li
2026-07-16 15:24 ` [PATCH v4 3/9] dmaengine: dw-edma: Serialize abort state updates Koichiro Den
2026-07-16 15:42   ` sashiko-bot
2026-07-16 15:24 ` [PATCH v4 4/9] dmaengine: dw-edma: Complete descriptors before pausing Koichiro Den
2026-07-16 15:45   ` sashiko-bot
2026-07-16 15:24 ` [PATCH v4 5/9] dmaengine: dw-edma: Serialize channel state checks Koichiro Den
2026-07-16 15:25 ` [PATCH v4 6/9] dmaengine: dw-edma: Clear stale requests on termination Koichiro Den
2026-07-16 15:25 ` [PATCH v4 7/9] dmaengine: dw-edma-pcie: Drop redundant pci_free_irq_vectors() Koichiro Den
2026-07-16 15:25 ` [PATCH v4 8/9] dmaengine: dw-edma: Snapshot the v0 interrupt status once per handler pass Koichiro Den
2026-07-16 15:25 ` [PATCH v4 9/9] dmaengine: dw-edma: Defer channel IRQ handling to workqueue Koichiro Den
2026-07-16 15:53   ` sashiko-bot
2026-07-17 12:00 ` [PATCH v4 0/9] dmaengine: dw-edma: Fixes and interrupt-path groundwork Vinod Koul
2026-07-17 18:08   ` Koichiro Den
2026-07-19 18:33 ` 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=178448598578.1267529.4032933142249960015.b4-ty@kernel.org \
    --to=vkoul@kernel.org \
    --cc=Frank.Li@kernel.org \
    --cc=Gustavo.Pimentel@synopsys.com \
    --cc=cai.huoqing@linux.dev \
    --cc=den@valinux.co.jp \
    --cc=devendra.verma@amd.com \
    --cc=dmaengine@vger.kernel.org \
    --cc=fancer.lancer@gmail.com \
    --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