From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 5643CC9EC82 for ; Mon, 12 Jan 2026 13:01:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=PSgqU+F7X2s8rj28W/xLbkWudW7i4G77/ULJT1GEutM=; b=sM4EmZHnqflV0n7oZg5V+w72/8 tF64bGcqO/E21Nnmg057L7RIOY+4Gt8GHp76Drptx+4jIC3Sc0at14fijdnUAV6MwIkAWSsF55GSK u58tK2HnsXxmvmGT8rU13F/WVuVW3F3g0PZ685WPe9G1TpHLiSgSBPE7hasACncE9N3Ckyuq/xmVJ dVqB7+ix0eCXgXdL1c1Ib66oLHu19/V5DXPhr+zTD2rVsPZn0+S9RJfteoUSEdZyeeiTbvHMIExse lgy9DEjzFoboFhDzry3HLgGTsGGWdPUNsY7TMAa1ByB5sUYL68TfUwozF/o+guM5sUO/Ex4JK9mc8 lAQqMg6g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1vfHYD-00000005Mrq-12d1; Mon, 12 Jan 2026 13:01:41 +0000 Received: from tor.source.kernel.org ([2600:3c04:e001:324:0:1991:8:25]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1vfHYC-00000005Mrh-2iFr; Mon, 12 Jan 2026 13:01:40 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id BDC636013C; Mon, 12 Jan 2026 13:01:39 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A2987C19422; Mon, 12 Jan 2026 13:01:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1768222899; bh=WLtpL3iiLHc+bo5wxz2Ay2u3w3qNsN2rTz0oFg1Enb0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=rXpL3ocfh373K5bNXWgVfNocnwtPg11QneBpqIT66SgmmZ/6+awvuRRAs6hTWn3Iq bcl9sVDzTDUlH58n7OTWA7Ow5zH/zTAidmSunr1zSCV7wYLQ6IuEpHb1q50qGePdf/ PAhA4LZm8r4xFIuS2KE+Ngg9rjsPTcO2qGiQXm+GwTe17ykNXaZGF5UZzQJLYgf+xD BPDMm+HMpYRLY0M9QmCK6sJM+ACJnMQ0KQyXmq2N5t91Gcbl0TWXezGTixppahR1vh vJ5SiF+P4EuQP4AruPe8Gy2Byg9B6EUPJJ2EtOAoKb4j4WrHjKfzutdV+iRJD1El6U X3sv697FjFtzg== Date: Mon, 12 Jan 2026 14:01:32 +0100 From: Niklas Cassel To: Frank Li Cc: Vinod Koul , Manivannan Sadhasivam , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , Kishon Vijay Abraham I , Bjorn Helgaas , Christoph Hellwig , Sagi Grimberg , Chaitanya Kulkarni , Herbert Xu , "David S. Miller" , Nicolas Ferre , Alexandre Belloni , Claudiu Beznea , Koichiro Den , dmaengine@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org, linux-nvme@lists.infradead.org, mhi@lists.linux.dev, linux-arm-msm@vger.kernel.org, linux-crypto@vger.kernel.org, linux-arm-kernel@lists.infradead.org, imx@lists.linux.dev, Damien Le Moal Subject: Re: [PATCH v3 0/9] dmaengine: Add new API to combine configuration and descriptor preparation Message-ID: References: <20260105-dma_prep_config-v3-0-a8480362fd42@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260105-dma_prep_config-v3-0-a8480362fd42@nxp.com> X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Frank, Thanks a lot for your work on this series! On Mon, Jan 05, 2026 at 05:46:50PM -0500, Frank Li wrote: > Documentation/driver-api/dmaengine/client.rst | 9 ++ > drivers/crypto/atmel-aes.c | 10 +-- > drivers/dma/dmaengine.c | 3 + > drivers/dma/dw-edma/dw-edma-core.c | 41 ++++++--- > drivers/nvme/target/pci-epf.c | 21 ++--- > drivers/pci/endpoint/functions/pci-epf-mhi.c | 52 ++++-------- > drivers/pci/endpoint/functions/pci-epf-test.c | 8 +- > include/linux/dmaengine.h | 117 ++++++++++++++++++++++++-- > 8 files changed, 177 insertions(+), 84 deletions(-) Is the plan to merge this series via the dmaengine tree? If so, we might need an Ack from Mani on the pci-epf-mhi.c and pci-epf-test.c patch. Likewise we might need an Ack from Keith/Christoph on the drivers/nvme/target/pci-epf.c patches. Kind regards, Niklas