Re: [PATCH] adc: stm32mp15: add calibration support

2023-01-12 Thread Patrice CHOTARD
Hi OLivier On 1/3/23 18:08, Patrick DELAUNAY wrote: > Hi, > > On 12/15/22 13:51, Olivier Moysan wrote: >> Add support of offset and linear calibration for STM32MP15. >> The calibration is performed once at probe. The ADC is set in power on >> state for calibration. It remains in this state after

Re: [PATCH] adc: stm32mp15: add calibration support

2023-01-04 Thread Patrice CHOTARD
Hi Olivier On 12/15/22 13:51, Olivier Moysan wrote: > Add support of offset and linear calibration for STM32MP15. > The calibration is performed once at probe. The ADC is set in power on > state for calibration. It remains in this state after calibration, > to give to the kernel the opportunity to

Re: [PATCH] adc: stm32mp15: add calibration support

2023-01-03 Thread Patrick DELAUNAY
Hi, On 12/15/22 13:51, Olivier Moysan wrote: Add support of offset and linear calibration for STM32MP15. The calibration is performed once at probe. The ADC is set in power on state for calibration. It remains in this state after calibration, to give to the kernel the opportunity to retrieve cal

[PATCH] adc: stm32mp15: add calibration support

2022-12-15 Thread Olivier Moysan
Add support of offset and linear calibration for STM32MP15. The calibration is performed once at probe. The ADC is set in power on state for calibration. It remains in this state after calibration, to give to the kernel the opportunity to retrieve calibration data, directly from the ADC. Signed-of