public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Support for QCOM BAM DMA command descriptor
@ 2017-08-01 14:11 Abhishek Sahu
  2017-08-01 14:11 ` [PATCH v3 1/3] dmaengine: add DMA_PREP_CMD for non-Data descriptors Abhishek Sahu
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Abhishek Sahu @ 2017-08-01 14:11 UTC (permalink / raw)
  To: vinod.koul, corbet, dan.j.williams
  Cc: andy.gross, david.brown, linux-arm-msm, linux-soc, dmaengine,
	linux-kernel, linux-doc, Abhishek Sahu

v3:

1. Added Documentation for new flag
2. Changed the flag description

v2:

1. Added DMA_PREP_CMD flag and used the same for BAM DMA
   command descriptor
2. Removed custom mapping API patches

v1:

https://www.spinics.net/lists/dmaengine/msg12009.html

These patches mainly add the support for QCOM BAM command
descriptor implementing BAM DMA support for some QCOM
peripherals like QPIC NAND/LCD.

Currently there is no flag in DMA API which tells the DMA
controller that the passed data is in command descriptor
format so added the flag in DMA API for this.

Abhishek Sahu (3):
  dmaengine: add DMA_PREP_CMD for non-Data descriptors.
  dmaengine: qcom: bam_dma: wrapper functions for command descriptor
  dmaengine: qcom: bam_dma: add command descriptor flag

 Documentation/dmaengine/provider.txt |  7 ++++
 drivers/dma/qcom/bam_dma.c           |  6 ++-
 include/linux/dma/qcom_bam_dma.h     | 79 ++++++++++++++++++++++++++++++++++++
 include/linux/dmaengine.h            |  4 ++
 4 files changed, 95 insertions(+), 1 deletion(-)
 create mode 100644 include/linux/dma/qcom_bam_dma.h

-- 
QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-08-28 11:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-01 14:11 [PATCH v3 0/3] Support for QCOM BAM DMA command descriptor Abhishek Sahu
2017-08-01 14:11 ` [PATCH v3 1/3] dmaengine: add DMA_PREP_CMD for non-Data descriptors Abhishek Sahu
2017-08-01 14:11 ` [PATCH v3 2/3] dmaengine: qcom: bam_dma: wrapper functions for command descriptor Abhishek Sahu
2017-08-01 14:11 ` [PATCH v3 3/3] dmaengine: qcom: bam_dma: add command descriptor flag Abhishek Sahu
2017-08-28 11:10 ` [PATCH v3 0/3] Support for QCOM BAM DMA command descriptor Vinod Koul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox