u-boot/drivers/adc
Luca Ellero 1ac30d1301 dm: adc: add iMX93 ADC support
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: Luca Ellero <l.ellero@asem.it>
Reviewed-by: Haibo Chen <haibo.chen@nxp.com>
2023-07-13 11:29:40 +02:00
..
adc-uclass.c sandbox: Finish migration to Kconfig 2022-12-22 10:31:48 -05:00
exynos-adc.c dm: treewide: Rename ofdata_to_platdata() to of_to_plat() 2020-12-13 16:51:09 -07:00
imx93-adc.c dm: adc: add iMX93 ADC support 2023-07-13 11:29:40 +02:00
Kconfig dm: adc: add iMX93 ADC support 2023-07-13 11:29:40 +02:00
Makefile dm: adc: add iMX93 ADC support 2023-07-13 11:29:40 +02:00
meson-saradc.c adc: meson-saradc: add AXG variant 2022-04-25 09:25:00 +02:00
rockchip-saradc.c rockchip: adc: rockchip-saradc: use dev_read_addr_ptr 2023-05-06 17:28:18 +08:00
sandbox.c dm: treewide: Rename ofdata_to_platdata() to of_to_plat() 2020-12-13 16:51:09 -07:00
stm32-adc-core.c dm: treewide: Rename auto_alloc_size members to be shorter 2020-12-13 08:00:25 -07:00
stm32-adc-core.h adc: Drop dm.h header file 2020-08-03 22:19:54 -04:00
stm32-adc.c adc: stm32mp15: add calibration support 2023-01-12 16:25:51 +01:00