]> git.baikalelectronics.ru Git - kernel.git/commit
IXP4xx: Always ioremap() Queue Manager MMIO region at boot.
authorKrzysztof Hałasa <khc@pm.waw.pl>
Fri, 26 Mar 2010 15:38:52 +0000 (16:38 +0100)
committerJason Cooper <jason@lakedaemon.net>
Thu, 22 Nov 2012 03:36:30 +0000 (03:36 +0000)
commit1c7f5ead9c64f0f409a4de665d7d9aab8de1b6f3
tree1efac5467dd39a0ee0ad7eae5f6dfdcad14a76bc
parent6f5b0a6a168122656aa2407033bdaaaf65fb852b
IXP4xx: Always ioremap() Queue Manager MMIO region at boot.

It doesn't make much sense to map QMgr dynamically - we almost always need it
and the static mapping will be needed for little-endian data-coherent operation
(to make QMgr region value-coherent).

Signed-off-by: Krzysztof Hałasa <khc@pm.waw.pl>
arch/arm/mach-ixp4xx/common.c
arch/arm/mach-ixp4xx/include/mach/ixp4xx-regs.h
arch/arm/mach-ixp4xx/include/mach/qmgr.h
arch/arm/mach-ixp4xx/ixp4xx_qmgr.c