mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Vinod Koul <vkoul@kernel.org>
To: Frank Li <Frank.Li@kernel.org>,
	Manivannan Sadhasivam <mani@kernel.org>,
	 Koichiro Den <den@valinux.co.jp>
Cc: Marek Vasut <marek.vasut+renesas@mailbox.org>,
	 Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>,
	 dmaengine@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v5 00/14] dmaengine: dw-edma: Prepare for PCI EP DMA (part 1/3)
Date: Tue, 21 Jul 2026 16:54:53 +0530	[thread overview]
Message-ID: <178463309373.96200.2863024789492214005.b4-ty@kernel.org> (raw)
In-Reply-To: <20260717050308.2144108-1-den@valinux.co.jp>


On Fri, 17 Jul 2026 14:02:54 +0900, Koichiro Den wrote:
> This is v5, part 1 of three series for PCI endpoint DMA.
> 
> The three series are:
> 
>   * part 1: dmaengine: dw-edma: Prepare for PCI EP DMA
>   * part 2: PCI: endpoint: Expose endpoint DMA resources
>   * part 3: PCI: endpoint: Add PCI DMA endpoint function
> 
> [...]

Applied, thanks!

[01/14] dmaengine: dw-edma: Factor out HDMA interrupt setup helper
        commit: 3e5933f2003e89d733b8d3a3a026ab9af411fbb5
[02/14] dmaengine: dw-edma: Add per-channel interrupt routing control
        commit: 9c317842eceece7efbaf07ac1a08c5d5e8be7ad0
[03/14] dmaengine: dw-edma: Add core quiesce operations
        commit: c9c25b2f32601409a53845b41183a29c8260f33e
[04/14] dmaengine: dw-edma: Initialize IRQ data before requesting IRQs
        commit: 647217abea849d3d45f8cb0b8ee5b78d50f26985
[05/14] dmaengine: dw-edma: Add partial channel ownership mode
        commit: b24a5e9db6863567df1a10fcd29e01467672c56e
[06/14] dmaengine: dw-edma-pcie: Track non-LL mode in DMA data
        commit: 1415d6d1f101398441da43e82a076afe1c5aebd3
[07/14] dmaengine: dw-edma-pcie: Add capability match data
        commit: f3468b998a00c1491b774af188d5f741c64a1c71
[08/14] dmaengine: dw-edma-pcie: Rename vsec_data to dma_data
        commit: 6cb89b38dcd7e2144c7af8c6c6bc9d30e84b73c9
[09/14] dmaengine: dw-edma-pcie: Add platform ops to match data
        commit: f8850e66ae8b3f2809b665375ba9a7106a4779f8
[10/14] dmaengine: dw-edma-pcie: Add register offset match flag
        commit: 9504c24325ede003d111cd004e56803969764355
[11/14] dmaengine: dw-edma-pcie: Factor out descriptor block address lookup
        commit: 6f3328acabc4b78de2545bc4b4d2c8c7a4988624
[12/14] dmaengine: dw-edma-pcie: Handle optional data blocks
        commit: 81964f539601f3dcbf1ed64979aa9b5ae0e4adf4
[13/14] dmaengine: dw-edma-pcie: Add chip flags to match data
        commit: 1d68178b3404737af2cee6c7b4395de3de6dccaa
[14/14] dmaengine: dw-edma: Program endpoint function numbers
        commit: 0613e7934ee233d726af8d8c89f251a1c4df738d

Best regards,
-- 
~Vinod



      parent reply	other threads:[~2026-07-21 11:24 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-17  5:02 Koichiro Den
2026-07-17  5:02 ` [PATCH v5 01/14] dmaengine: dw-edma: Factor out HDMA interrupt setup helper Koichiro Den
2026-07-17  5:02 ` [PATCH v5 02/14] dmaengine: dw-edma: Add per-channel interrupt routing control Koichiro Den
2026-07-17  5:02 ` [PATCH v5 03/14] dmaengine: dw-edma: Add core quiesce operations Koichiro Den
2026-07-17  5:02 ` [PATCH v5 04/14] dmaengine: dw-edma: Initialize IRQ data before requesting IRQs Koichiro Den
2026-07-17  5:02 ` [PATCH v5 05/14] dmaengine: dw-edma: Add partial channel ownership mode Koichiro Den
2026-07-17  5:03 ` [PATCH v5 06/14] dmaengine: dw-edma-pcie: Track non-LL mode in DMA data Koichiro Den
2026-07-17  5:03 ` [PATCH v5 07/14] dmaengine: dw-edma-pcie: Add capability match data Koichiro Den
2026-07-17  5:03 ` [PATCH v5 08/14] dmaengine: dw-edma-pcie: Rename vsec_data to dma_data Koichiro Den
2026-07-17  5:03 ` [PATCH v5 09/14] dmaengine: dw-edma-pcie: Add platform ops to match data Koichiro Den
2026-07-17  5:03 ` [PATCH v5 10/14] dmaengine: dw-edma-pcie: Add register offset match flag Koichiro Den
2026-07-17  5:03 ` [PATCH v5 11/14] dmaengine: dw-edma-pcie: Factor out descriptor block address lookup Koichiro Den
2026-07-17  5:03 ` [PATCH v5 12/14] dmaengine: dw-edma-pcie: Handle optional data blocks Koichiro Den
2026-07-17  5:03 ` [PATCH v5 13/14] dmaengine: dw-edma-pcie: Add chip flags to match data Koichiro Den
2026-07-17  5:03 ` [PATCH v5 14/14] dmaengine: dw-edma: Program endpoint function numbers Koichiro Den
2026-07-17 12:25 ` [PATCH v5 00/14] dmaengine: dw-edma: Prepare for PCI EP DMA (part 1/3) Vinod Koul
2026-07-21  6:30   ` Koichiro Den
2026-07-21 11:24 ` 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=178463309373.96200.2863024789492214005.b4-ty@kernel.org \
    --to=vkoul@kernel.org \
    --cc=Frank.Li@kernel.org \
    --cc=den@valinux.co.jp \
    --cc=dmaengine@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mani@kernel.org \
    --cc=marek.vasut+renesas@mailbox.org \
    --cc=yoshihiro.shimoda.uh@renesas.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

all inboxes | Powered by JetHome®