[PATCH] ARM: dma-mapping: highbank: Restrict DMA to 32-bit addresses

2013-08-01 Thread Andreas Herrmann
Some devices on Calxeda ECX-2000 are restricted to 32-bit DMA. Thus the platform needs to set dma_zone_size, otherwise dma-mapping code is complaining, e.g. calxedaxgmac fff5.ethernet: coherent DMA mask 0x is smaller than system GFP_DMA mask 0x Same is true

Re: [PATCH] ARM: dma-mapping: highbank: Restrict DMA to 32-bit addresses

2013-08-01 Thread Russell King - ARM Linux
On Thu, Aug 01, 2013 at 10:40:47PM +0200, Andreas Herrmann wrote: > > Some devices on Calxeda ECX-2000 are restricted to 32-bit DMA. Thus > the platform needs to set dma_zone_size, otherwise dma-mapping code is > complaining, e.g. > > calxedaxgmac fff5.ethernet: coherent DMA mask

Re: [PATCH] ARM: dma-mapping: highbank: Restrict DMA to 32-bit addresses

2013-08-01 Thread Russell King - ARM Linux
On Thu, Aug 01, 2013 at 10:40:47PM +0200, Andreas Herrmann wrote: Some devices on Calxeda ECX-2000 are restricted to 32-bit DMA. Thus the platform needs to set dma_zone_size, otherwise dma-mapping code is complaining, e.g. calxedaxgmac fff5.ethernet: coherent DMA mask 0x is

[PATCH] ARM: dma-mapping: highbank: Restrict DMA to 32-bit addresses

2013-08-01 Thread Andreas Herrmann
Some devices on Calxeda ECX-2000 are restricted to 32-bit DMA. Thus the platform needs to set dma_zone_size, otherwise dma-mapping code is complaining, e.g. calxedaxgmac fff5.ethernet: coherent DMA mask 0x is smaller than system GFP_DMA mask 0x Same is true