u-boot/drivers/dma/ti
Santhosh Kumar K f83076add0 dma: ti: k3-udma: Move DMA channel[0] allocation to probe and add udma_remove()
Currently, the allocation of DMA channel[0] for memcpy is happening
in udma_transfer() for every transfer, which leads to a huge overhead
for each transfer, especially in case of nand page reads. So, move this
allocation to udma_probe(), as a result, the allocation is done once
during probe.

Introduce udma_remove() for the cleanup of allocated channel during
probe.

Signed-off-by: Santhosh Kumar K <s-k6@ti.com>
Signed-off-by: Prasanth Babu Mantena <p-mantena@ti.com>
2024-10-17 18:21:19 -06:00
..
k3-psil-am62.c dma: ti: Add PSIL data for AM62x DMASS 2022-06-10 13:37:32 -04:00
k3-psil-am62a.c dma: ti: k3-udma: Introduce DMA support for the am62ax 2023-11-22 13:46:33 -05:00
k3-psil-am62p.c dma: ti: k3-udma: Add DMA PSIL mappings for AM62P and J722S 2024-03-13 10:10:05 -04:00
k3-psil-am64.c tree-wide: Replace http:// link with https:// link for ti.com 2023-11-10 11:01:50 -05:00
k3-psil-am654.c tree-wide: Replace http:// link with https:// link for ti.com 2023-11-10 11:01:50 -05:00
k3-psil-j721e.c dma: ti: Update J21E PSIL endpoint information for MAIN CPSW0 2023-08-15 17:46:39 -04:00
k3-psil-j721s2.c drivers: dma: Add support for J721S2 2022-02-08 09:41:27 -05:00
k3-psil-j784s4.c drivers: dma: Add support for J784S4 SoC 2024-03-04 13:41:03 -05:00
k3-psil-priv.h dma: ti: k3-udma: Add DMA PSIL mappings for AM62P and J722S 2024-03-13 10:10:05 -04:00
k3-psil.c dma: ti: k3-udma: Add DMA PSIL mappings for AM62P and J722S 2024-03-13 10:10:05 -04:00
k3-psil.h tree-wide: Replace http:// link with https:// link for ti.com 2023-11-10 11:01:50 -05:00
k3-udma-hwdef.h tree-wide: Replace http:// link with https:// link for ti.com 2023-11-10 11:01:50 -05:00
k3-udma-u-boot.c dma: ti: k3-udma: Add support for native configuration of chan/flow 2021-06-11 19:18:52 +05:30
k3-udma.c dma: ti: k3-udma: Move DMA channel[0] allocation to probe and add udma_remove() 2024-10-17 18:21:19 -06:00
Kconfig Kconfig: Remove all default n/no options 2021-08-31 17:47:49 -04:00
Makefile dma: ti: k3-udma: Add DMA PSIL mappings for AM62P and J722S 2024-03-13 10:10:05 -04:00