mbox series

[v1,0/2] iio: adc: npcm: add Arbel NPCM8XX support

Message ID 20220711134312.234268-1-tmaimon77@gmail.com (mailing list archive)
Headers show
Series iio: adc: npcm: add Arbel NPCM8XX support | expand

Message

Tomer Maimon July 11, 2022, 1:43 p.m. UTC
This patch set adds Arbel NPCM8XX Analog-to-Digital Converter (ADC) support 
to ADC NPCM driver.

The NPCM8XX ADC is a 12-bit converter for eight channel inputs.

The NPCM ADC driver tested on NPCM845 evaluation board.
Tomer Maimon (2):
  dt-bindings: iio: adc: npcm: Add npcm845 compatible string
  iio: adc: npcm: Add NPCM8XX support

 .../bindings/iio/adc/nuvoton,npcm750-adc.yaml |  5 ++-
 drivers/iio/adc/npcm_adc.c                    | 39 +++++++++++++++----
 2 files changed, 35 insertions(+), 9 deletions(-)