[PATCH v2 0/2] mfd: rn5t618: Extend ADC support
From: Andreas Kemnade <andreas@kemnade.info>
Date: 2021-07-05 11:37:02
Also in:
linux-iio, lkml
From: Andreas Kemnade <andreas@kemnade.info>
Date: 2021-07-05 11:37:02
Also in:
linux-iio, lkml
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