]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dwc3: flush the buffers before using it
authorKishon Vijay Abraham I <kishon@ti.com>
Mon, 23 Feb 2015 13:10:13 +0000 (18:40 +0530)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 19:47:11 +0000 (21:47 +0200)
commit8d5e32df52d313fc4bff729b5b5e2f095fb171f1
treebe1bce053c2e1b78b9dd45daf2afc7c111115172
parenta7a9a9a5680da7dc4b2ebeda520714546eaecaad
dwc3: flush the buffers before using it

In the linux kernel, non cacheable buffers are used. However in uboot
since there are no APIs to allocate non cacheable memory, all
the buffers should be flushed before using it.

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
drivers/usb/dwc3/core.c
drivers/usb/dwc3/ep0.c
drivers/usb/dwc3/gadget.c
drivers/usb/dwc3/io.h