[U-Boot] [PATCH 03/35] net: dwc: Fix cache alignment issues

2014-09-15 Thread Marek Vasut
Fix remaining cache alignment issues in the DWC Ethernet driver. Please note that the cache handling in the driver is making the code hideous and thus the next patch cleans that up. In order to make this change reviewable though, the cleanup is split from it. Signed-off-by: Marek Vasut

Re: [U-Boot] [PATCH 03/35] net: dwc: Fix cache alignment issues

2014-09-15 Thread Dinh Nguyen
On 09/15/2014 06:05 AM, Marek Vasut wrote: Fix remaining cache alignment issues in the DWC Ethernet driver. Please note that the cache handling in the driver is making the code hideous and thus the next patch cleans that up. In order to make this change reviewable though, the cleanup is split

Re: [U-Boot] [PATCH 03/35] net: dwc: Fix cache alignment issues

2014-09-15 Thread Marek Vasut
On Monday, September 15, 2014 at 05:40:54 PM, Dinh Nguyen wrote: On 09/15/2014 06:05 AM, Marek Vasut wrote: Fix remaining cache alignment issues in the DWC Ethernet driver. Please note that the cache handling in the driver is making the code hideous and thus the next patch cleans that up.