Files
u-boot/drivers
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
..
2024-10-07 09:06:49 -06:00
2024-09-19 00:12:41 -03:00
2024-09-12 17:35:37 +02:00
2024-08-19 18:24:58 -06:00
2024-10-04 14:57:02 +02:00
2024-10-04 09:51:39 -03:00
2024-10-04 09:51:39 -03:00