On 20-06-24, 20:11, Jonathan Cameron wrote:
On Thu, 20 Jun 2024 21:50:41 +0530 Vinod Koul vkoul@kernel.org wrote:
On 20-06-24, 14:27, Paul Cercueil wrote:
Hi Jonathan,
Hey Jonathan,
Assuming we are fine with this series, how would you like to proceed. Would you be fine with me picking the dmaengine bits and providing a signed tag for you to pull?
Hi Vinod,
Yes. That will work nicely. From my side it all looks good.
Great, here it is:
The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:
Linux 6.10-rc1 (2024-05-26 15:20:12 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine.git topic/dma_vec_api
for you to fetch changes up to 380afccc2a55e8015adae4266e8beff96ab620be:
Documentation: dmaengine: Document new dma_vec API (2024-06-21 15:31:57 +0530)
---------------------------------------------------------------- Paul Cercueil (3): dmaengine: Add API function dmaengine_prep_peripheral_dma_vec() dmaengine: dma-axi-dmac: Implement device_prep_peripheral_dma_vec Documentation: dmaengine: Document new dma_vec API
Documentation/driver-api/dmaengine/client.rst | 9 ++++++ Documentation/driver-api/dmaengine/provider.rst | 10 +++++++ drivers/dma/dma-axi-dmac.c | 40 +++++++++++++++++++++++++ include/linux/dmaengine.h | 33 ++++++++++++++++++++ 4 files changed, 92 insertions(+)
Thanks