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)
commitb9add6413d2bcbec281d1a1edeec5c729a576a1b
treeb1eabcf9922944ccff2f79b9b948eb6b84b917e1
parentb8392650462094ed15e123f836daccd7617946a5
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