From: Mark Brown Date: Sun, 11 Mar 2012 13:07:56 +0000 (+0000) Subject: regulator: Support driver probe deferral X-Git-Tag: v3.4-rc1~187^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04bf30115f4ba2beda1efb6cfbae49cdc757f3a9;p=pandora-kernel.git regulator: Support driver probe deferral If we fail to locate a requested regulator return -EPROBE_DEFER. If drivers pass this error code through to their caller (which they really should) then this will ensure that the probe is retried later when further devices become available. In the unusual case where a driver doesn't want this it can override the default behaviour. Signed-off-by: Mark Brown Acked-by: Grant Likely Acked-by: Liam Girdwood Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed