mbox series

[v3,0/3] imx93: add ADC support

Message ID 20230227125557.10237-1-l.ellero@asem.it
Headers show
Series imx93: add ADC support | expand

Message

Luca Ellero Feb. 27, 2023, 12:55 p.m. UTC
Add ADC support for NXP iMX93

Changes for v2:
- add "static" to functions
- enable ADC in iMX93 EVK

Changes for v3:
- split in 3 commits
- keep dts file in sync with Linux devicetree
- add comments to commits

Luca Ellero (3):
  dm: adc: add iMX93 ADC support
  imx93_evk: add adc node to dts file
  imx93_evk: defconfig: add adc support

 arch/arm/dts/imx93-11x11-evk.dts  |   4 +
 configs/imx93_11x11_evk_defconfig |   1 +
 drivers/adc/Kconfig               |   8 +
 drivers/adc/Makefile              |   1 +
 drivers/adc/imx93-adc.c           | 284 ++++++++++++++++++++++++++++++
 5 files changed, 298 insertions(+)
 create mode 100644 drivers/adc/imx93-adc.c

Comments

Peng Fan (OSS) March 1, 2023, 12:53 a.m. UTC | #1
+ Haibo

On 2/27/2023 8:55 PM, Luca Ellero wrote:
> Add ADC support for NXP iMX93
> 
> Changes for v2:
> - add "static" to functions
> - enable ADC in iMX93 EVK
> 
> Changes for v3:
> - split in 3 commits
> - keep dts file in sync with Linux devicetree
> - add comments to commits
> 
> Luca Ellero (3):
>    dm: adc: add iMX93 ADC support
>    imx93_evk: add adc node to dts file
>    imx93_evk: defconfig: add adc support
> 
>   arch/arm/dts/imx93-11x11-evk.dts  |   4 +
>   configs/imx93_11x11_evk_defconfig |   1 +
>   drivers/adc/Kconfig               |   8 +
>   drivers/adc/Makefile              |   1 +
>   drivers/adc/imx93-adc.c           | 284 ++++++++++++++++++++++++++++++
>   5 files changed, 298 insertions(+)
>   create mode 100644 drivers/adc/imx93-adc.c
>