]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
mfd: vexpress: Allow vexpress-sysreg to self-initialise
authorCatalin Marinas <catalin.marinas@arm.com>
Mon, 4 Feb 2013 18:08:02 +0000 (18:08 +0000)
committerSamuel Ortiz <sameo@linux.intel.com>
Wed, 13 Feb 2013 23:22:59 +0000 (00:22 +0100)
commitdcd560c8587171bb22c75c41ac2a70986bbbde7f
tree697be49ca14a2bbcc2937f91a0012665ca09bfb6
parente12379320b2e1ceffc4211ad174989bc042149d9
mfd: vexpress: Allow vexpress-sysreg to self-initialise

The vexpress_sysreg_init() is a core_initcall() already and it can
trigger the early initialisation if a matching node is found. This patch
allows the SoC code to avoid calling vexpress_sysreg_of_early_init()
explicitly.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Pawel Moll <pawel.moll@arm.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/vexpress-sysreg.c