All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v10 0/4] Add NVIDIA Tegra GPC-DMA driver
@ 2021-10-25 16:40 Akhil R
  2021-10-25 16:40 ` [PATCH v10 1/4] dt-bindings: dmaengine: Add doc for tegra gpcdma Akhil R
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Akhil R @ 2021-10-25 16:40 UTC (permalink / raw)
  To: akhilrajeev
  Cc: dan.j.williams, dmaengine, jonathanh, kyarlagadda, ldewangan,
	linux-kernel, linux-tegra, p.zabel, rgumasta, thierry.reding,
	vkoul, robh+dt, devicetree

Add support for NVIDIA Tegra general purpose DMA driver for
Tegra186 and Tegra194 platform.

Changes in patch v10:
  * Moved config TEGRA186 above TEGRA2xx.
  * Removed headers which are not required
  * Moved ch_regs to dma_channel
  * Updated dma_slave_config function 

v9 - https://lkml.org/lkml/2021/10/5/569

Akhil R (4):
  dt-bindings: dmaengine: Add doc for tegra gpcdma
  dmaengine: tegra: Add tegra gpcdma driver
  arm64: defconfig: tegra: Enable GPCDMA
  arm64: tegra: Add GPCDMA node for tegra186 and tegra194

 .../bindings/dma/nvidia,tegra186-gpc-dma.yaml      |  108 ++
 arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi     |    4 +
 arch/arm64/boot/dts/nvidia/tegra186.dtsi           |   44 +
 arch/arm64/boot/dts/nvidia/tegra194-p2888.dtsi     |    4 +
 arch/arm64/boot/dts/nvidia/tegra194.dtsi           |   44 +
 arch/arm64/configs/defconfig                       |    1 +
 drivers/dma/Kconfig                                |   12 +
 drivers/dma/Makefile                               |    1 +
 drivers/dma/tegra186-gpc-dma.c                     | 1281 ++++++++++++++++++++
 9 files changed, 1499 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/dma/nvidia,tegra186-gpc-dma.yaml
 create mode 100644 drivers/dma/tegra186-gpc-dma.c

-- 
2.7.4


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

end of thread, other threads:[~2021-10-26 18:31 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-25 16:40 [PATCH v10 0/4] Add NVIDIA Tegra GPC-DMA driver Akhil R
2021-10-25 16:40 ` [PATCH v10 1/4] dt-bindings: dmaengine: Add doc for tegra gpcdma Akhil R
2021-10-25 18:16   ` Rob Herring
2021-10-26 18:31   ` Rob Herring
2021-10-25 16:40 ` [PATCH v10 2/4] dmaengine: tegra: Add tegra gpcdma driver Akhil R
2021-10-25 16:40 ` [PATCH v10 3/4] arm64: defconfig: tegra: Enable GPCDMA Akhil R
2021-10-25 16:40 ` [PATCH v10 4/4] arm64: tegra: Add GPCDMA node for tegra186 and tegra194 Akhil R

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.