Re: [Uboot-stm32] [PATCH 1/2] adc: stm32mp15: split channel init into several routines

2022-12-07 Thread Patrice CHOTARD
On 12/7/22 16:54, Patrice CHOTARD wrote: > > > On 11/23/22 16:20, Olivier Moysan wrote: >> Split stm32_adc_chan_of_init channel initialization function into >> several routines to increase readability and prepare channel >> generic binding handling. >> >> Signed-off-by: Olivier Moysan >> ---

Re: [PATCH 1/2] adc: stm32mp15: split channel init into several routines

2022-12-07 Thread Patrice CHOTARD
On 11/23/22 16:20, Olivier Moysan wrote: > Split stm32_adc_chan_of_init channel initialization function into > several routines to increase readability and prepare channel > generic binding handling. > > Signed-off-by: Olivier Moysan > --- > > drivers/adc/stm32-adc.c | 44 +++

Re: [PATCH 1/2] adc: stm32mp15: split channel init into several routines

2022-11-28 Thread Patrick DELAUNAY
Hi, On 11/23/22 16:20, Olivier Moysan wrote: Split stm32_adc_chan_of_init channel initialization function into several routines to increase readability and prepare channel generic binding handling. Signed-off-by: Olivier Moysan --- drivers/adc/stm32-adc.c | 44 ++

[PATCH 1/2] adc: stm32mp15: split channel init into several routines

2022-11-23 Thread Olivier Moysan
Split stm32_adc_chan_of_init channel initialization function into several routines to increase readability and prepare channel generic binding handling. Signed-off-by: Olivier Moysan --- drivers/adc/stm32-adc.c | 44 +++-- 1 file changed, 34 insertions(+), 10