commit | 1df5981b82d9eabdd6e66d1d9514164c02329345 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Fri Jun 10 19:28:10 2011 +0100 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Mon Aug 22 12:23:22 2011 +0100 |
tree | c5fc2653d70a884d42957b2c7bc0c8cd49d8b895 | |
parent | bd20eb541ebbb17a5e047cd20e74b9ccf19a4123 [diff] |
mfd: Convert WM831x to use regmap API Factor out the register read/write code to use the register map API. We still need some wm831x specific code and locking in place to check that the user key is handled correctly but only on the write side, reads are not affected by the key. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Samuel Ortiz <sameo@linux.intel.com>