]> Pileus Git - ~andy/linux/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)
commitf0cdb153292635203b3a0921c901dacf85d4ef1b
tree1efac5467dd39a0ee0ad7eae5f6dfdcad14a76bc
parent05cd3db0df6f6ac3083a9e9671dd1662053604df
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