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

2023-05-02 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/3] dm: adc: add iMX93 ADC support

2023-03-23 Thread Bough Chen
> -Original Message- > From: Luca Ellero > Sent: 2023年3月22日 0:01 > 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/3] dm: ad

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

2023-03-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:

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

2023-03-17 Thread Luca Ellero
On 17/03/2023 03:54, Bough Chen wrote: -Original Message- From: Luca Ellero Sent: 2023年3月15日 21:36 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/3] dm: adc: add

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

2023-03-16 Thread Bough Chen
> -Original Message- > From: Luca Ellero > Sent: 2023年3月15日 21:36 > 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/3] dm: ad

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

2023-03-15 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/3] dm: adc: add iMX93 ADC support

2023-03-14 Thread Luca Ellero
Il 14/03/2023 04:03, Bough Chen ha scritto: -Original Message- From: Luca Ellero Sent: 2023年3月13日 21:06 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/3] dm: adc

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

2023-03-13 Thread Bough Chen
> -Original Message- > From: Luca Ellero > Sent: 2023年3月13日 21:06 > 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/3] dm: ad

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

2023-03-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/3] dm: adc: add iMX93 ADC support

2023-02-27 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: