
18 Oct
2024
18 Oct
'24
3:57 a.m.
On Wed, 09 Oct 2024 20:26:59 +0530, Prasanth Babu Mantena wrote:
The channel allocation and deallocation for dma copy was happening on every dma transfer. This is a overhead for transactions like NAND, which does page reads recursively for complete data.
So, moving the dma allocation to probe and implement corresponding remove function and cleanup dma device while exiting from spl.
[...]
Applied to u-boot/master, thanks!
--
Tom