]> git.baikalelectronics.ru Git - uboot.git/commit
dma: Transfer dma_ops should use DMA address types
authorAndrew Davis <afd@ti.com>
Fri, 7 Oct 2022 17:11:13 +0000 (12:11 -0500)
committerTom Rini <trini@konsulko.com>
Tue, 18 Oct 2022 17:40:40 +0000 (13:40 -0400)
commitbebd4212acf84bd08827b19c868a8fa95356ee59
treeb1eabcf9922944ccff2f79b9b948eb6b84b917e1
parent40f952d8e3ed98d2e4178f8294cfeff3459a70ff
dma: Transfer dma_ops should use DMA address types

DMA operations should function on DMA addresses, not virtual addresses.
Although these are usually the same in U-Boot, it is more correct
to be explicit with our types here.

Signed-off-by: Andrew Davis <afd@ti.com>
drivers/dma/dma-uclass.c
drivers/dma/sandbox-dma-test.c
drivers/dma/ti-edma3.c
drivers/dma/ti/k3-udma.c
include/dma-uclass.h