[PATCH linux dev-4.13 v2 0/2] ADC: npcm: add NPCM7xx ADC iio driver

Tomer Maimon tmaimon77 at gmail.com
Sun Jan 7 19:51:29 AEDT 2018


Changes since version 1:
 - Modify DT compatible name
 
This patch set adds Analog-to-digital converter (ADC) support
for the Nuvoton NPCM7xx Baseboard Management Controller (BMC).

The NPCM7xx ADC is a 10-bit converter for eight channel
inputs, the ADC module includes an eight-to-one multiplexer.

Tomer Maimon (2):
  dt-binding: iio: document NPCM7xx ADC DT bindings
  ADC: npcm: add NPCM7xx ADC driver

 .../devicetree/bindings/iio/adc/npcm7xx-adc.txt    |  23 ++
 drivers/iio/adc/Kconfig                            |   9 +
 drivers/iio/adc/Makefile                           |   1 +
 drivers/iio/adc/npcm7xx-adc.c                      | 352 +++++++++++++++++++++
 4 files changed, 385 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/iio/adc/npcm7xx-adc.txt
 create mode 100644 drivers/iio/adc/npcm7xx-adc.c

-- 
2.14.1



More information about the openbmc mailing list