u-boot-brain/drivers/usb/eth
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
..
asix88179.c eth: asix88179: Add support for the driver model 2016-08-09 12:52:05 +02:00
asix.c net: asix: Fix ASIX 88772B with driver model 2016-09-27 23:30:14 +02:00
Makefile
mcs7830.c
r8152_fw.c usb: eth: r8152_fw: fix indentation 2016-12-04 13:55:02 -05:00
r8152.c net: usb: r8152: Use ALLOC_CACHE_ALIGN_BUFFER() to allocate the buffers 2016-12-08 10:36:22 -06:00
r8152.h net: usb: r8152: Add DM support 2016-08-07 21:55:42 +02:00
smsc95xx.c net: smsc95xx: fix DM MAC address reading 2016-10-13 12:25:40 -05:00
usb_ether.c