Re: [U-Boot] [PATCH 10/16] usb: ohci: Add proper cache flushing / invalidating for non cache coherent cpus

2015-05-06 Thread Simon Glass
On 5 May 2015 at 17:02, Marek Vasut wrote: > On Tuesday, May 05, 2015 at 11:56:13 PM, Hans de Goede wrote: >> Add proper cache flushing / invalidating for non cache coherent cpus, for >> now only enable this for new (driver-model) usb code to avoid regressions. >> >> Signed-off-by: Hans de Goede

Re: [U-Boot] [PATCH 10/16] usb: ohci: Add proper cache flushing / invalidating for non cache coherent cpus

2015-05-05 Thread Marek Vasut
On Tuesday, May 05, 2015 at 11:56:13 PM, Hans de Goede wrote: > Add proper cache flushing / invalidating for non cache coherent cpus, for > now only enable this for new (driver-model) usb code to avoid regressions. > > Signed-off-by: Hans de Goede Reviewed-by: Marek Vasut Best regards, Marek V

[U-Boot] [PATCH 10/16] usb: ohci: Add proper cache flushing / invalidating for non cache coherent cpus

2015-05-05 Thread Hans de Goede
Add proper cache flushing / invalidating for non cache coherent cpus, for now only enable this for new (driver-model) usb code to avoid regressions. Signed-off-by: Hans de Goede --- drivers/usb/host/ohci-hcd.c | 67 + drivers/usb/host/ohci.h | 22 +