commit | ba7cbc3e15df1eb34a3a986b52ac82db3a569ab9 | [log] [tgz] |
---|---|---|
author | Lee Jones <lee.jones@linaro.org> | Mon Jun 11 16:25:00 2012 +0100 |
committer | Samuel Ortiz <sameo@linux.intel.com> | Mon Jul 09 00:16:09 2012 +0200 |
tree | 99d75920261b84d49980c2ff33c91f07012c05c1 | |
parent | a661aca4ba602d81135ba5cfc2b208e1ad5fdead [diff] |
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>