All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] iio: adc: npcm: add Arbel NPCM8XX support
@ 2022-07-13 13:26 ` Tomer Maimon
  0 siblings, 0 replies; 10+ messages in thread
From: Tomer Maimon @ 2022-07-13 13:26 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:
 - Andy Shevchenko : https://www.spinics.net/lists/kernel/msg4436806.html

Changes since version 2:
 - Drop npcm_adc_info casting. 

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] 10+ messages in thread

end of thread, other threads:[~2022-07-18  9:05 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-13 13:26 [PATCH v3 0/2] iio: adc: npcm: add Arbel NPCM8XX support Tomer Maimon
2022-07-13 13:26 ` Tomer Maimon
2022-07-13 13:26 ` [PATCH v3 1/2] dt-bindings: iio: adc: npcm: Add npcm845 compatible string Tomer Maimon
2022-07-13 13:26   ` Tomer Maimon
2022-07-13 13:26 ` [PATCH v3 2/2] iio: adc: npcm: Add NPCM8XX support Tomer Maimon
2022-07-13 13:26   ` Tomer Maimon
2022-07-13 16:21   ` Jonathan Cameron
2022-07-13 16:21     ` Jonathan Cameron
2022-07-17 15:14     ` Jonathan Cameron
2022-07-17 15:14       ` Jonathan Cameron

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.