devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] iio: adc: npcm: add Arbel NPCM8XX support
@ 2022-07-13  7:05 Tomer Maimon
  2022-07-13  7:05 ` [PATCH v2 1/2] dt-bindings: iio: adc: npcm: Add npcm845 compatible string Tomer Maimon
  2022-07-13  7:05 ` [PATCH v2 2/2] iio: adc: npcm: Add NPCM8XX support Tomer Maimon
  0 siblings, 2 replies; 5+ messages in thread
From: Tomer Maimon @ 2022-07-13  7:05 UTC (permalink / raw)
  To: avifishman70, tali.perry1, joel, venture, yuenn, benjaminfair,
	jic23, lars, robh+dt, krzysztof.kozlowski+dt, j.neuschaefer,
	zhengbin13
  Cc: openbmc, linux-iio, linux-kernel, devicetree, Tomer Maimon

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.

Addressed comments from:
 - Rob Herring : https://www.spinics.net/lists/kernel/msg4433755.html
 - Krzysztof Kozlowski: https://www.spinics.net/lists/kernel/msg4434546.html
 - Andy Shevchenko : https://www.spinics.net/lists/devicetree/msg516844.html

Changes since version 1:
 - Modify dt-binding compatible property.
 - Use device_get_match_data function instead of_match_node function.

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 |  7 ++--
 drivers/iio/adc/npcm_adc.c                    | 35 +++++++++++++++----
 2 files changed, 33 insertions(+), 9 deletions(-)

-- 
2.33.0


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

end of thread, other threads:[~2022-07-13 10:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-13  7:05 [PATCH v2 0/2] iio: adc: npcm: add Arbel NPCM8XX support Tomer Maimon
2022-07-13  7:05 ` [PATCH v2 1/2] dt-bindings: iio: adc: npcm: Add npcm845 compatible string Tomer Maimon
2022-07-13  8:27   ` Krzysztof Kozlowski
2022-07-13  7:05 ` [PATCH v2 2/2] iio: adc: npcm: Add NPCM8XX support Tomer Maimon
2022-07-13 10:14   ` Andy Shevchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).