linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [Patch v2 0/2] Add Qualcomm ADM dmaengine driver
@ 2015-01-08  3:26 Andy Gross
  2015-01-08  3:26 ` [Patch v2 1/2] dmaengine: Add ADM driver Andy Gross
  2015-01-08  3:26 ` [Patch v2 2/2] dt/bindings: qcom_adm: Fix channel specificers Andy Gross
  0 siblings, 2 replies; 10+ messages in thread
From: Andy Gross @ 2015-01-08  3:26 UTC (permalink / raw)
  To: linux-arm-kernel

This patch set introduces the dmaengine driver for the Qualcomm Application
Data Mover (ADM) DMA controller present on MSM8960, APQ8064, and IPQ8064
devices.

The initial version of this driver will only support slave DMA operations
between system memory and peripherals.  Flow control via the CRCI (client rate
control interface) is supported and can be configured via device tree
configuration.  Flow control usage is required for some peripheral devices.

Changes since v1:
  - Fixed various review comments
  - Fixed some descriptor programming issues.
  - Added single descriptors to support sub burst length transactions.
    Selection of single or box descriptors depends on the sg length and burst
    size.
  - Removed use of crci in the dmas property.  CRCI is now designated via the
    slave_config structure and will be stored in slave_id.

Andy Gross (2):
  dmaengine: Add ADM driveri
  dt/bindings: qcom_adm: Fix channel specificers

 Documentation/devicetree/bindings/dma/qcom_adm.txt |   14 +-
 drivers/dma/Kconfig                                |   10 +
 drivers/dma/Makefile                               |    1 +
 drivers/dma/qcom_adm.c                             |  899 ++++++++++++++++++++
 4 files changed, 915 insertions(+), 9 deletions(-)
 create mode 100644 drivers/dma/qcom_adm.c

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation

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

end of thread, other threads:[~2015-02-11  5:20 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-08  3:26 [Patch v2 0/2] Add Qualcomm ADM dmaengine driver Andy Gross
2015-01-08  3:26 ` [Patch v2 1/2] dmaengine: Add ADM driver Andy Gross
2015-01-08  3:36   ` Andy Gross
2015-01-09  4:38   ` Archit Taneja
2015-01-09 17:08     ` Andy Gross
2015-01-30 11:47   ` Pramod Gurav
2015-02-11  5:20     ` Andy Gross
2015-01-08  3:26 ` [Patch v2 2/2] dt/bindings: qcom_adm: Fix channel specificers Andy Gross
2015-01-08 16:26   ` Christopher Covington
2015-01-08 17:19     ` Andy Gross

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).