All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] mfd: rn5t618: Extend ADC support
@ 2021-07-05 11:36 Andreas Kemnade
  2021-07-05 11:36 ` [PATCH v2 1/2] iio: adc: rn5t618: Add iio map Andreas Kemnade
  2021-07-05 11:36 ` [PATCH v2 2/2] power: supply: rn5t618: Add voltage_now property Andreas Kemnade
  0 siblings, 2 replies; 7+ messages in thread
From: Andreas Kemnade @ 2021-07-05 11:36 UTC (permalink / raw)
  To: jic23, lars, sre, andreas, linux-iio, linux-kernel, linux-pm,
	letux-kernel

Add iio map to make voltage_now related channels accessible to power
driver.

Changes in v2:
- use iio_map instead of devicetree to allow mapping which does not
  block future extension by devicetree.

Andreas Kemnade (2):
  iio: adc: rn5t618: Add iio map
  power: supply: rn5t618: Add voltage_now property

 drivers/iio/adc/rn5t618-adc.c        | 23 ++++++++++++++++
 drivers/power/supply/Kconfig         |  2 ++
 drivers/power/supply/rn5t618_power.c | 40 ++++++++++++++++++++++++++++
 3 files changed, 65 insertions(+)

-- 
2.30.2


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

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

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-05 11:36 [PATCH v2 0/2] mfd: rn5t618: Extend ADC support Andreas Kemnade
2021-07-05 11:36 ` [PATCH v2 1/2] iio: adc: rn5t618: Add iio map Andreas Kemnade
2021-07-11 10:21   ` Jonathan Cameron
2021-07-05 11:36 ` [PATCH v2 2/2] power: supply: rn5t618: Add voltage_now property Andreas Kemnade
2021-07-11 10:20   ` Jonathan Cameron
2021-07-12  7:11     ` Andreas Kemnade
2021-07-12 10:15       ` 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.