commit | 576ca4367f291a9b240d027670fa2e344edf8c8a | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Fri Mar 30 12:24:37 2012 +0100 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Tue Apr 03 14:00:49 2012 +0100 |
tree | e4ef799e1f300e4bfd1b1e654737619a453eaf66 | |
parent | 6d191a5fc7a969d972f1681e1c23781aecb06a61 [diff] |
regulator: core: Pull non-DT supply mapping into regulator_dev_lookup() Ensure we always apply the supply mapping when doing a lookup rather than only doing it in non-DT cases, ensuring that regulators with supplies specified in the regulator_desc can find their supplies on non-DT systems and generally making the code more obvious. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>