commit | 879eed68265c8dcb2f2856ec96820fc93b7038c9 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Wed May 09 22:53:48 2012 +0100 |
committer | Samuel Ortiz <sameo@linux.intel.com> | Sun May 20 17:27:01 2012 +0200 |
tree | b290c707e1d9eb3033f8a93eff1d81f4b7afb185 | |
parent | 27757e8262669321b496c55f06f4844e827fd1c5 [diff] |
mfd: Remove wm8400 custom cache implementation Save a useful amount of code by removing the custom cache implementation for wm8400 and using the regmap cache. Also simplify things by not separately reseting the CODEC registers, this is a sufficiently infrequent operation that we can simply invalidate the entire cache when this happens. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>