commit | d2da28463a283cca058810ef1b6c50e7e16554eb | [log] [tgz] |
---|---|---|
author | Andrew Davis <afd@ti.com> | Fri Oct 07 12:11:13 2022 -0500 |
committer | Tom Rini <trini@konsulko.com> | Tue Oct 18 13:40:40 2022 -0400 |
tree | b1eabcf9922944ccff2f79b9b948eb6b84b917e1 | |
parent | b19093fba739e1c1a5532f107d01ab62960ae981 [diff] |
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>