All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH linux dev-4.13 v1 0/2] ADC: npcm: add NPCM7xx ADC iio driver
@ 2017-12-27  8:30 Tomer Maimon
  2017-12-27  8:30 ` [PATCH linux dev-4.13 v1 1/2] dt-binding: iio: document NPCM7xx ADC DT bindings Tomer Maimon
  2017-12-27  8:30 ` [PATCH linux dev-4.13 v1 2/2] ADC: npcm: add NPCM7xx ADC driver Tomer Maimon
  0 siblings, 2 replies; 3+ messages in thread
From: Tomer Maimon @ 2017-12-27  8:30 UTC (permalink / raw)
  To: openbmc; +Cc: Joel Stanley, Tomer Maimon

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 100755 Documentation/devicetree/bindings/iio/adc/npcm7xx-adc.txt
 create mode 100644 drivers/iio/adc/npcm7xx-adc.c

-- 
2.14.1

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-12-27  8:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-27  8:30 [PATCH linux dev-4.13 v1 0/2] ADC: npcm: add NPCM7xx ADC iio driver Tomer Maimon
2017-12-27  8:30 ` [PATCH linux dev-4.13 v1 1/2] dt-binding: iio: document NPCM7xx ADC DT bindings Tomer Maimon
2017-12-27  8:30 ` [PATCH linux dev-4.13 v1 2/2] ADC: npcm: add NPCM7xx ADC driver Tomer Maimon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.