Home
last modified time | relevance | path

Searched hist:"4 a4863bf2e7932e584a3a462d3c6daf891142ddc" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/usb/dwc2/
H A Dhcd.cdiff 4a4863bf2e7932e584a3a462d3c6daf891142ddc Mon Feb 18 07:37:30 CET 2019 Martin Schiller <ms@dev.tdt.de> usb: dwc2: Fix DMA cache alignment issues

Insert a padding between data and the stored_xfer_buffer pointer to
ensure they are not on the same cache line.

Otherwise, the stored_xfer_buffer gets corrupted for IN URBs on
non-cache-coherent systems. (In my case: Lantiq xRX200 MIPS)

Fixes: 3bc04e28a030 ("usb: dwc2: host: Get aligned DMA in a more supported way")
Fixes: 56406e017a88 ("usb: dwc2: Fix DMA alignment to start at allocated boundary")
Cc: <stable@vger.kernel.org>
Tested-by: Douglas Anderson <dianders@chromium.org>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Acked-by: Minas Harutyunyan <hminas@synopsys.com>
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>