diff options
author | Olivier Moysan <[email protected]> | 2022-06-20 17:47:38 +0200 |
---|---|---|
committer | Jonathan Cameron <[email protected]> | 2022-07-01 11:19:09 +0100 |
commit | 883f50ead31cabff321605a6aa7c044438d44b1f (patch) | |
tree | e4113ba5030fac5f924e5be08972164e4bb8146f /tools/perf/scripts/python/task-analyzer.py | |
parent | cf59ad968bb70b304bd4489428135072fb4871e3 (diff) |
iio: adc: stm32-adc: disable adc before calibration
The calibration is launched from prepare callback.
The ADC state when entering this function may be unknown as the
ADC may have been left enabled by boot stage.
One prerequisite for ADC calibration is to have ADC in disabled state.
If the calibration is started when ADC is still enabled, the behavior is
unpredictable, and the calibration may fail with a timeout error.
Force ADC to disabled state in stm32h7_adc_selfcalib().
ADC enabling is ensured by stm32h7_adc_enable() call,
before leaving prepare callback.
Signed-off-by: Olivier Moysan <[email protected]>
Reviewed-by: Fabrice Gasnier <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jonathan Cameron <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions