[PATCH v3 0/2] mfd: rn5t618: Extend ADC support
From: Andreas Kemnade <andreas@kemnade.info>
Date: 2021-07-12 21:21:25
Also in:
linux-iio, lkml
From: Andreas Kemnade <andreas@kemnade.info>
Date: 2021-07-12 21:21:25
Also in:
linux-iio, lkml
Add iio map to make voltage_now related channels accessible to power driver. Changes in v3: - use scale functions - add acks Changes in v2: - use iio_map instead of devicetree to allow mapping which does not block future extension by devicetree. *** BLURB HERE *** 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 | 38 ++++++++++++++++++++++++++++ 3 files changed, 63 insertions(+) -- 2.30.2