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

Akhil R posted 2 patches 4 years, 3 months ago
.../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
[PATCH v22 0/2] Add NVIDIA Tegra GPC-DMA driver
Posted by Akhil R 4 years, 3 months ago
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

-- 
2.17.1

Re: [PATCH v22 0/2] Add NVIDIA Tegra GPC-DMA driver
Posted by Vinod Koul 4 years, 2 months ago
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

-- 
~Vinod