Re: [U-Boot] [u-boot 30/40] dwc3: flush the buffers before using it

2015-02-16 Thread Lukasz Majewski
Hi Kishon, 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 kis...@ti.com --- drivers/usb/dwc3/core.c |7 +++

[U-Boot] [u-boot 30/40] dwc3: flush the buffers before using it

2015-02-06 Thread Kishon Vijay Abraham I
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 kis...@ti.com --- drivers/usb/dwc3/core.c |7 +++