commit | c1a82780b41e78f31636c49279ce940afe60a453 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Thu Jun 02 19:18:52 2011 +0100 |
committer | Samuel Ortiz <sameo@linux.intel.com> | Sun Jul 31 23:28:20 2011 +0200 |
tree | a8769c072230d413c53fbfffa46d466965c8510f | |
parent | 5c05a8d1f0105ada3cb04be5b70686fc6b272619 [diff] |
mfd: Read wm831x AUXADC conversion results before acknowledging interrupt Ensure that there's no possibility of loosing an AUXADC interrupt by reading the conversion result in the IRQ handler when using interrupts. Otherwise it's possible that under very heavy load a new conversion could be initiated before the acknowledgement for a previous interrupt has happened. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>