Re: [PATCH 1/2] ARM: dma-mapping: convert ARCH_HAS_DMA_SET_COHERENT_MASK to kconfig symbol
From: Haojian Zhuang <haojian.zhuang@gmail.com>
Date: 2012-03-21 08:15:55
Also in:
linux-arm-kernel
From: Haojian Zhuang <haojian.zhuang@gmail.com>
Date: 2012-03-21 08:15:55
Also in:
linux-arm-kernel
On Wed, Mar 21, 2012 at 10:30 AM, Nicolas Pitre [off-list ref] wrote:
On Tue, 20 Mar 2012, Rob Herring wrote:quoted
From: Rob Herring <redacted> The only users of ARCH_HAS_DMA_SET_COHERENT_MASK are 2 ARM platforms: ixp4xx and pxa cm_x2xx. We've been getting lucky that the define is implicitly included before dma-mapping.h, but the removal of io.h broke things (c334bc1 ARM: make mach/io.h include optional). Since memory.h is the correct place, but no longer exists, convert the define to a kconfig entry. Reported-by: Paul Gortmaker <redacted> Signed-off-by: Rob Herring <redacted> Cc: Russell King <redacted> Cc: Imre Kaloz <kaloz@openwrt.org> Cc: Krzysztof Halasa <khc@pm.waw.pl> Cc: Eric Miao <redacted> Cc: Haojian Zhuang <redacted> Cc: Vinod Koul <redacted> Cc: Dan Williams <redacted>Acked-by: Nicolas Pitre <redacted>
Acked. Imre & Krzysztof, Do you mind that I merge these patches into arch-pxa git tree? Since a lot of files in arch-pxa are changed. Best Regards Haojian