commit | f141822b15635daa94610c5527806fa315f59f4d | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Fri Jun 29 10:33:15 2012 -0600 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Sun Jul 01 19:12:59 2012 +0100 |
tree | 95800ff6dec1780cde5086b979f64479f929564e | |
parent | d172f319c1094ef22d2a00f43e8a7da4dd02c8f3 [diff] |
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 <swarren@nvidia.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>