mbox series

[v22,0/2] Add NVIDIA Tegra GPC-DMA driver

Message ID 20220225132044.14478-1-akhilrajeev@nvidia.com (mailing list archive)
Headers show
Series Add NVIDIA Tegra GPC-DMA driver | expand

Message

Akhil R Feb. 25, 2022, 1:20 p.m. UTC
Add support for NVIDIA Tegra general purpose DMA driver for
Tegra186 and Tegra194 platform.

v21->v22:
 * Add depends on ARCH_DMA_ADDR_T_64BIT in Kconfig to avoid
   compiling for non 64 bit systems.

Akhil R (2):
  dt-bindings: dmaengine: Add doc for tegra gpcdma
  dmaengine: tegra: Add tegra gpcdma driver

 .../bindings/dma/nvidia,tegra186-gpc-dma.yaml |  110 ++
 drivers/dma/Kconfig                           |   11 +
 drivers/dma/Makefile                          |    1 +
 drivers/dma/tegra186-gpc-dma.c                | 1507 +++++++++++++++++
 4 files changed, 1629 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/dma/nvidia,tegra186-gpc-dma.yaml
 create mode 100644 drivers/dma/tegra186-gpc-dma.c

Comments

Vinod Koul April 11, 2022, 2:02 p.m. UTC | #1
On 25-02-22, 18:50, Akhil R wrote:
> Add support for NVIDIA Tegra general purpose DMA driver for
> Tegra186 and Tegra194 platform.

Applied, thanks