[PATCH 1/2] dm: adc: add iMX93 ADC support

2023-07-11 Thread sbabic
> This commit adds driver for iMX93 ADC. > The driver is implemented using driver model and provides > ADC uclass's methods for ADC single channel operations: > - adc_start_channel() > - adc_channel_data() > - adc_stop() > ADC features: > - channels: 4 > - resolution: 12-bit >

RE: [PATCH 1/2] dm: adc: add iMX93 ADC support

2023-07-05 Thread Bough Chen
> -Original Message- > From: Luca Ellero > Sent: 2023年7月5日 20:56 > To: u-boot@lists.denx.de; sba...@denx.de; feste...@gmail.com; dl-uboot-imx > ; luca.ell...@brickedbrain.com; Ye Li ; > Peng Fan ; Bough Chen > Cc: Luca Ellero > Subject: [PATCH 1/2] dm: ad

[PATCH 1/2] dm: adc: add iMX93 ADC support

2023-07-05 Thread Luca Ellero
This commit adds driver for iMX93 ADC. The driver is implemented using driver model and provides ADC uclass's methods for ADC single channel operations: - adc_start_channel() - adc_channel_data() - adc_stop() ADC features: - channels: 4 - resolution: 12-bit Signed-off-by:

[PATCH 1/2] dm: adc: add iMX93 ADC support

2023-07-03 Thread Luca Ellero
This commit adds driver for iMX93 ADC. The driver is implemented using driver model and provides ADC uclass's methods for ADC single channel operations: - adc_start_channel() - adc_channel_data() - adc_stop() ADC features: - channels: 4 - resolution: 12-bit Signed-off-by:

[PATCH 1/2] dm: adc: add iMX93 ADC support

2023-06-21 Thread Luca Ellero
This commit adds driver for iMX93 ADC. The driver is implemented using driver model and provides ADC uclass's methods for ADC single channel operations: - adc_start_channel() - adc_channel_data() - adc_stop() ADC features: - channels: 4 - resolution: 12-bit Signed-off-by:

[PATCH 1/2] dm: adc: add iMX93 ADC support

2023-06-19 Thread Luca Ellero
This commit adds driver for iMX93 ADC. The driver is implemented using driver model and provides ADC uclass's methods for ADC single channel operations: - adc_start_channel() - adc_channel_data() - adc_stop() ADC features: - channels: 4 - resolution: 12-bit Signed-off-by:

[PATCH 1/2] dm: adc: add iMX93 ADC support

2023-06-13 Thread Luca Ellero
This commit adds driver for iMX93 ADC. The driver is implemented using driver model and provides ADC uclass's methods for ADC single channel operations: - adc_start_channel() - adc_channel_data() - adc_stop() ADC features: - channels: 4 - resolution: 12-bit Signed-off-by:

[PATCH 1/2] dm: adc: add iMX93 ADC support

2023-06-07 Thread Luca Ellero
This commit adds driver for iMX93 ADC. The driver is implemented using driver model and provides ADC uclass's methods for ADC single channel operations: - adc_start_channel() - adc_channel_data() - adc_stop() ADC features: - channels: 4 - resolution: 12-bit Signed-off-by:

Re: [PATCH 1/2] dm: adc: add iMX93 ADC support

2023-02-23 Thread Fabio Estevam
On Thu, Feb 23, 2023 at 9:52 AM Luca Ellero wrote: > > This commit adds driver for iMX93 ADC. > > The driver is implemented using driver model and provides > ADC uclass's methods for ADC single channel operations: > - adc_start_channel() > - adc_channel_data() > - adc_stop() > > ADC

[PATCH 1/2] dm: adc: add iMX93 ADC support

2023-02-23 Thread Luca Ellero
This commit adds driver for iMX93 ADC. The driver is implemented using driver model and provides ADC uclass's methods for ADC single channel operations: - adc_start_channel() - adc_channel_data() - adc_stop() ADC features: - channels: 4 - resolution: 12-bit Signed-off-by: