u-boot/drivers/usb
Stefan Roese c7ac15388e net: usb: r8152: Use ALLOC_CACHE_ALIGN_BUFFER() to allocate the buffers
Testing on theadorable (Armada XP) has shown, that using this driver
results in many cache misaligned warning, such as:

CACHE: Misaligned operation at range [7fabd8fc, 7fabd900]

This patch now uses the ALLOC_CACHE_ALIGN_BUFFER() macro to allocate the
buffers on a cache aligned boundary. This fixes all warnings seen on the
Armada XP platform.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Ted Chen <tedchen@realtek.com>
Cc: Joe Hershberger <joe.hershberger@ni.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
2016-12-08 10:36:22 -06:00
..
common fsl/usb: enable the errata-a005697 for ls1012a 2016-12-05 08:31:45 -08:00
dwc3 ARM: DRA7x/AM57xx: Get rid of CONFIG_AM57XX 2016-12-03 13:21:11 -05:00
emul dm: Use dm_scan_fdt_dev() directly where possible 2016-07-27 14:15:54 -06:00
eth net: usb: r8152: Use ALLOC_CACHE_ALIGN_BUFFER() to allocate the buffers 2016-12-08 10:36:22 -06:00
gadget usb: gadget: remove unused shortname variable 2016-12-04 13:55:03 -05:00
host usb: xhci-pci: Add DM support 2016-12-06 01:54:26 +01:00
musb Fix spelling of "occurred". 2016-05-02 18:37:09 -04:00
musb-new drivers: usb: musb: add ti musb host driver with driver model support 2016-12-02 21:04:48 -07:00
phy treewide: replace #include <asm-generic/errno.h> with <linux/errno.h> 2016-09-23 22:25:27 -04:00
ulpi usb: ulpi: Fix compile warning in read/write on 64-bit machines. 2016-04-01 17:18:09 -04:00
Kconfig usb: gadget: Move CONFIG_USB_GADGET_DUALSPEED to Kconfig 2016-04-20 11:43:27 +02:00