diff options
author | Ludovic Desroches <[email protected]> | 2014-10-09 15:02:00 +0100 |
---|---|---|
committer | Jonathan Cameron <[email protected]> | 2014-09-14 18:20:12 +0100 |
commit | d4f51956ac8ad302db9b0c4e4232775b1baa7b44 (patch) | |
tree | 453386d572137d274883a716658f25fc114a7610 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf | |
parent | 1887e724e2b6df06847522fe9dc2ab53639516cc (diff) |
iio: adc: at91: don't use the last converted data register
If touchscreen mode is enabled and a conversion is requested on another
channel, the result in the last converted data register can be a
touchscreen relative value. Starting a conversion involves to do a
conversion for all active channel. It starts with ADC channels and ends
with touchscreen channels. Then if ADC_LCD register is not read quickly,
its content may be a touchscreen conversion.
To remove this temporal constraint, the conversion value is taken from
the channel data register.
Signed-off-by: Ludovic Desroches <[email protected]>
Acked-by: Alexandre Belloni <[email protected]>
Acked-by: Nicolas Ferre <[email protected]>
Cc: [email protected]
Signed-off-by: Jonathan Cameron <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf')
0 files changed, 0 insertions, 0 deletions