Re: [U-Boot] [PATCH v3 6/7] dwc2: Add dcache support

2015-07-23 Thread Stephen Warren
On 07/22/2015 12:23 PM, Alexander Stein wrote: > This adds dcache support for dwc2. The DMA buffers must be DMA aligned and > is flushed for outgoing transactions before starting transfer. For > ingoing transactions it is invalidated after the transfer has finished. > diff --git a/drivers/usb/host

[U-Boot] [PATCH v3 6/7] dwc2: Add dcache support

2015-07-22 Thread Alexander Stein
This adds dcache support for dwc2. The DMA buffers must be DMA aligned and is flushed for outgoing transactions before starting transfer. For ingoing transactions it is invalidated after the transfer has finished. Signed-off-by: Alexander Stein --- drivers/usb/host/dwc2.c | 16 +---