]> git.baikalelectronics.ru Git - kernel.git/commit
mfd: Initialise the AB8500 driver at core_initcall time
authorLee Jones <lee.jones@linaro.org>
Mon, 11 Jun 2012 15:25:00 +0000 (16:25 +0100)
committerSamuel Ortiz <sameo@linux.intel.com>
Sun, 8 Jul 2012 22:16:09 +0000 (00:16 +0200)
commitca2c56cb07517f5936fae2e9bfe8bac2662e1035
tree99d75920261b84d49980c2ff33c91f07012c05c1
parent4367f174a06e73a52bbcc5120785e06b9b49249c
mfd: Initialise the AB8500 driver at core_initcall time

The AB8500 is soon to have its own IRQ domain. For this to be useful
the driver needs to be initialised earlier in the boot sequence. Here
we move initialisation forward from arch_initcall to core_initcall time.

Cc: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/ab8500-core.c