From: Stephen Warren Date: Fri, 29 Jun 2012 16:33:15 +0000 (-0600) Subject: regulator: fixed: support deferred probe for DT GPIOs X-Git-Tag: v3.6-rc1~157^2^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f141822b15635daa94610c5527806fa315f59f4d;p=pandora-kernel.git regulator: fixed: support deferred probe for DT GPIOs of_get_named_gpio() needs the driver hosting the GPIO that the DT property references to have been probed. Detect this specific failure, and defer the probe of the whole regulator until this API can complete. Signed-off-by: Stephen Warren Signed-off-by: Mark Brown --- Reading git-diff-tree failed