]> git.ipfire.org Git - thirdparty/u-boot.git/commit
dma-mapping: fix the prototype of dma_unmap_single()
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 14 Feb 2020 07:40:18 +0000 (16:40 +0900)
committerPeng Fan <peng.fan@nxp.com>
Wed, 19 Feb 2020 13:27:30 +0000 (21:27 +0800)
commit950c5968672a22a65790534234d1106bd1303652
treedcdcf7cf9c5f247f17ce4fabd18ce85e238dacb9
parentc22c0dbd7d3bb7ce47779b757d567d2e7746744b
dma-mapping: fix the prototype of dma_unmap_single()

dma_unmap_single() takes the dma address, not virtual address.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm/include/asm/dma-mapping.h
arch/nds32/include/asm/dma-mapping.h
arch/riscv/include/asm/dma-mapping.h
arch/x86/include/asm/dma-mapping.h
drivers/mmc/tmio-common.c
drivers/mtd/nand/raw/denali.c
drivers/net/macb.c
drivers/usb/dwc3/core.c
drivers/usb/gadget/udc/udc-core.c