From: Alberto Panizzo Date: Mon, 14 Dec 2009 17:53:35 +0000 (+0100) Subject: regulator: mc13783-regulator: correct the probing time. X-Git-Tag: v2.6.33-rc1~36^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=735eb93ae267f0b5638045b86dbc1e0b7019e3e8;p=pandora-kernel.git regulator: mc13783-regulator: correct the probing time. When the mc13783-regulator driver is built in kernel, probing it during the regulator subsystem initialisation result in a fault. That is because regulator subsystem is planned to be initialised very early in the boot process, before the mfd subsystem initialisation. The mc12783-regulator probing process need to access to the mc13783-core functionality to read/write mc13783 registers and so must be called after the mc13783-core driver initialisation. The way to do this is to let the kernel probe the mc13783-regulator driver when mc13783-core register his regulator subdevice. Signed-off-by: Alberto Panizzo Acked-by: Mark Brown Signed-off-by: Liam Girdwood --- Reading git-diff-tree failed