commit | 72b39f6f2b5a6b0beff14b80bed9756f151218a9 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Tue May 08 17:44:40 2012 +0100 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Tue May 08 18:19:15 2012 +0100 |
tree | c5e2688207b1c796413debfb1936ededf4493edc | |
parent | 851960ba7cb38a6a108d102e4c8b0ab702972e22 [diff] |
regmap: Implement dev_get_regmap() Use devres to implement dev_get_regmap(). This should mean that in almost all cases devices wishing to take advantage of framework features based on regmap shouldn't need to explicitly pass the regmap into the framework. This simplifies device setup a bit. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>