mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 09:54:35 +00:00
![]() 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> |
||
---|---|---|
.. | ||
k3-psil-am62.c | ||
k3-psil-am62a.c | ||
k3-psil-am62p.c | ||
k3-psil-am64.c | ||
k3-psil-am654.c | ||
k3-psil-j721e.c | ||
k3-psil-j721s2.c | ||
k3-psil-j784s4.c | ||
k3-psil-priv.h | ||
k3-psil.c | ||
k3-psil.h | ||
k3-udma-hwdef.h | ||
k3-udma-u-boot.c | ||
k3-udma.c | ||
Kconfig | ||
Makefile |