]> git.karo-electronics.de Git - karo-tx-linux.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)
committerKrzysztof Hałasa <khc@pm.waw.pl>
Sat, 13 Oct 2012 18:06:30 +0000 (20:06 +0200)
commit80a092dce9f9aa0e1fc73141b0ce2d61ae88dd48
treec89eaa863546fdd7846e41c0db93f40f10aaf6f1
parent0070864df60789aa838ef8d2d766aa9dbc0f3eb8
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