commit | 3a4b0a07fa69cbfbdd4bc2ebe769cf789949db46 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Tue May 08 18:10:45 2012 +0100 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Sun Jun 03 13:20:34 2012 +0100 |
tree | 7bfaaeea3d8eadd2006c678cc8ea36d17f805844 | |
parent | 361ff5017446605dca8b0a084c826e3d2a0d0a99 [diff] |
regulator: core: Use dev_get_regmap() to find the regmap If no regmap is explicitly specified then use dev_get_regmap() to obtain one. The driver must explicitly enable any actual usage of the regmap so there's no concern with unwanted usage. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <lrg@ti.com>