]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: vexpress: move HBI check to sysreg driver
authorPawel Moll <pawel.moll@arm.com>
Thu, 6 Feb 2014 14:33:44 +0000 (14:33 +0000)
committerPawel Moll <pawel.moll@arm.com>
Thu, 15 May 2014 16:02:21 +0000 (17:02 +0100)
commit6b2c31c71d6fa8896c5f3f2354d790a5bd3f0a1e
treec7fbe44c9b0c33d7b3c379bf74c03bd69fabb0f1
parentd2606f81d5632f873884f1988fb2e9d3f057fcb6
ARM: vexpress: move HBI check to sysreg driver

The last reason for static memory mapping is the HBI (board
identification number) check early in the machine code.

Moving the check to the sysreg driver makes it possible to
completely remove the early mapping and init functions.

Signed-off-by: Pawel Moll <pawel.moll@arm.com>
Acked-by: Lee Jones <lee.jones@linaro.org>
arch/arm/mach-vexpress/v2m.c
drivers/mfd/vexpress-sysreg.c
include/linux/vexpress.h