Home
last modified time | relevance | path

Searched hist:caa62d642634e25cf4316b286abac54a70fd5a6a (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/mfd/
H A Dab8500-sysctrl.cdiff caa62d642634e25cf4316b286abac54a70fd5a6a Tue Apr 02 18:06:27 CDT 2013 Ulf Hansson <ulf.hansson@linaro.org> mfd: ab8500: sysctrl: Initialize driver at arch_initcall

The abx500-clk driver is initiated at arch_initcall level. Moreover it
is relying on the ab8500-sysctrl API to be available. Therefore move
ab8500-sysctrl to arch_initcall level as well. The device is already
added before the abx500 clk device, thus it will be probed before as
well, which is exactly what we want.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>