All of lore.kernel.org
 help / color / mirror / Atom feed
* [RESEND PATCH 0/2] Add Qualcomm ADM dmaengine driver
@ 2014-09-11  2:18 ` Andy Gross
  0 siblings, 0 replies; 18+ messages in thread
From: Andy Gross @ 2014-09-11  2:18 UTC (permalink / raw)
  To: Vinod Koul
  Cc: Kumar Gala, linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-arm-msm-u79uwXL29TY76Z2rM5mHXA,
	devicetree-u79uwXL29TY76Z2rM5mHXA, Bjorn Andersson,
	dmaengine-u79uwXL29TY76Z2rM5mHXA, Andy Gross

I am resending this patch set at the request of the maintainer.  The original
text is shown below.

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.


Andy Gross (2):
  dmaengine: Add QCOM ADM DMA driver
  dmaengine: qcom_adm: Add device tree binding

 Documentation/devicetree/bindings/dma/qcom_adm.txt |   62 ++
 drivers/dma/Kconfig                                |   10 +
 drivers/dma/Makefile                               |    1 +
 drivers/dma/qcom_adm.c                             |  872 ++++++++++++++++++++
 4 files changed, 945 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/dma/qcom_adm.txt
 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

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 18+ messages in thread
* [PATCH 0/2] Add Qualcomm ADM dmaengine driver
@ 2014-06-26 20:30 Andy Gross
  2014-06-26 20:30   ` Andy Gross
  0 siblings, 1 reply; 18+ messages in thread
From: Andy Gross @ 2014-06-26 20:30 UTC (permalink / raw)
  To: Vinod Koul
  Cc: Bjorn Andersson, Dan Williams, dmaengine, linux-kernel,
	linux-arm-kernel, linux-arm-msm, Kumar Gala, devicetree,
	Andy Gross

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.

Andy Gross (2):
  dmaengine: Add QCOM ADM DMA driver
  dmaengine: qcom_adm: Add device tree binding

 Documentation/devicetree/bindings/dma/qcom_adm.txt |   60 ++
 drivers/dma/Kconfig                                |   10 +
 drivers/dma/Makefile                               |    1 +
 drivers/dma/qcom_adm.c                             |  872 ++++++++++++++++++++
 4 files changed, 943 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/dma/qcom_adm.txt
 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] 18+ messages in thread

end of thread, other threads:[~2014-09-24  5:06 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-11  2:18 [RESEND PATCH 0/2] Add Qualcomm ADM dmaengine driver Andy Gross
2014-09-11  2:18 ` Andy Gross
2014-09-11  2:18 ` Andy Gross
2014-09-11  2:18 ` [PATCH 1/2] dmaengine: Add QCOM ADM DMA driver Andy Gross
2014-09-11  2:18   ` Andy Gross
2014-09-23 10:28   ` Vinod Koul
2014-09-23 10:28     ` Vinod Koul
2014-09-23 22:10     ` Andy Gross
2014-09-23 22:10       ` Andy Gross
     [not found]       ` <20140923221002.GC5975-zC7DfRvBq/JWk0Htik3J/w@public.gmane.org>
2014-09-24  4:37         ` Vinod Koul
2014-09-24  4:37           ` Vinod Koul
2014-09-24  4:37           ` Vinod Koul
2014-09-11  2:18 ` [PATCH 2/2] dmaengine: qcom_adm: Add device tree binding Andy Gross
2014-09-11  2:18   ` Andy Gross
2014-09-23 10:34   ` Vinod Koul
2014-09-23 10:34     ` Vinod Koul
  -- strict thread matches above, loose matches on Subject: below --
2014-06-26 20:30 [PATCH 0/2] Add Qualcomm ADM dmaengine driver Andy Gross
2014-06-26 20:30 ` [PATCH 1/2] dmaengine: Add QCOM ADM DMA driver Andy Gross
2014-06-26 20:30   ` Andy Gross

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.