]> git.baikalelectronics.ru Git - uboot.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)
commit188912932c0207c1c4d7e9f42f11c107f71d03af
treedcdcf7cf9c5f247f17ce4fabd18ce85e238dacb9
parent8998f39de77536567726ba62ead51fb2153eaf80
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