Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8b158709 authored by Shrey Vijay's avatar Shrey Vijay Committed by Gerrit - the friendly Code Review server
Browse files

qcom-sps-dma: Add snapshot of QCOM SPS DMA driver



This change adds a snapshot of QCOM SPS DMA driver
from the msm-4.14 'commit 78bed541dbf8950be ("Merge "msm:
camera: hyp: To fix Stack overflow"")'.

Change-Id: I9270fcaf52766ce20585333c13eed9f31b7daa8e
Signed-off-by: default avatarShrey Vijay <shreyv@codeaurora.org>
Signed-off-by: default avatarChetan C R <cchinnad@codeaurora.org>
parent 97c44ea1
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -456,6 +456,16 @@ config PXA_DMA
	  16 to 32 channels for peripheral to memory or memory to memory
	  transfers.

config QCOM_SPS_DMA
	tristate "Qualcomm technologies inc DMA driver for sps-BAM"
	depends on ARCH_QCOM
	select DMA_ENGINE
	help
	  Enable support for Qualcomm technologies inc, BAM DMA engine.
	  This DMA-engine-driver is a wrapper of the sps-BAM library. DMA
	  engine callbacks are implemented using the sps-BAM functionality
	  to access HW.

config SIRF_DMA
	tristate "CSR SiRFprimaII/SiRFmarco DMA support"
	depends on ARCH_SIRF
+1 −0
Original line number Diff line number Diff line
@@ -72,6 +72,7 @@ obj-$(CONFIG_TIMB_DMA) += timb_dma.o
obj-$(CONFIG_XGENE_DMA) += xgene-dma.o
obj-$(CONFIG_ZX_DMA) += zx_dma.o
obj-$(CONFIG_ST_FDMA) += st_fdma.o
obj-$(CONFIG_QCOM_SPS_DMA) += qcom-sps-dma.o

obj-y += mediatek/
obj-y += qcom/
+711 −0

File added.

Preview size limit exceeded, changes collapsed.