]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: ixp4xx: Make dma_set_coherent_mask common, correct implementation
authorSimon Kågström <simon.kagstrom@netinsight.net>
Mon, 17 Mar 2014 13:42:35 +0000 (14:42 +0100)
committerArnd Bergmann <arnd@arndb.de>
Tue, 18 Mar 2014 15:03:43 +0000 (16:03 +0100)
commit2c91eaa0e398db9b88a18c9cf3c227312234db12
tree8a38af677ffa2f7e9225a543cfbbc8f0b52f28a3
parent10146d6a89afd0377dc2c5927394b17de40556a7
ARM: ixp4xx: Make dma_set_coherent_mask common, correct implementation

Non-PCI devices can use the entire 32-bit range, PCI dittos are
limited to the first 64MiB.

Also actually setup coherent_dma_mask.

The patch has been verified on a board with 128MiB memory, one
ipx4xx_eth device and a e100 PCI device.

Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-ixp4xx/common-pci.c
arch/arm/mach-ixp4xx/common.c