Re: [U-Boot] [PATCH 1/3] net/designware: ensure device private data is DMA aligned.

2014-04-26 Thread Marek Vasut
On Saturday, April 19, 2014 at 03:52:20 PM, Ian Campbell wrote: > struct dw_eth_dev contains fields which are accessed via DMA, so make sure > it is aligned to a dma boundary. Without this I see: > ERROR: v7_dcache_inval_range - start address is not aligned - > 0x7fb677e0 > > Signed-off-by: Ia

Re: [U-Boot] [PATCH 1/3] net/designware: ensure device private data is DMA aligned.

2014-04-24 Thread Alexey Brodkin
Dear Ian, On Sat, 2014-04-19 at 14:52 +0100, Ian Campbell wrote: > struct dw_eth_dev contains fields which are accessed via DMA, so make sure it > is aligned to a dma boundary. Without this I see: > ERROR: v7_dcache_inval_range - start address is not aligned - 0x7fb677e0 > > Signed-off-by: Ia

[U-Boot] [PATCH 1/3] net/designware: ensure device private data is DMA aligned.

2014-04-19 Thread Ian Campbell
struct dw_eth_dev contains fields which are accessed via DMA, so make sure it is aligned to a dma boundary. Without this I see: ERROR: v7_dcache_inval_range - start address is not aligned - 0x7fb677e0 Signed-off-by: Ian Campbell --- drivers/net/designware.c | 3 ++- 1 file changed, 2 inserti