iio: adc: qcom-spmi-rradc: introduce round robin adc
authorCaleb Connolly <caleb.connolly@linaro.org>
Fri, 29 Apr 2022 22:09:00 +0000 (23:09 +0100)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 18 Jun 2022 13:14:29 +0000 (14:14 +0100)
commit72c7df8505cbb6da8bb23bdd29e70ce5f30add88
tree4440963d0fe2ec823178f41e392c5bbd796ec523
parent7ea58c951ab3867e5d5ffc5033c326d366f3bdbb
iio: adc: qcom-spmi-rradc: introduce round robin adc

The Round Robin ADC is responsible for reading data about the rate of
charge from the USB or DC input ports, it can also read the battery
ID (resistence), skin temperature and the die temperature of the pmic.
It is found on the PMI8998 and PM660 Qualcomm PMICs.

Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
Link: https://lore.kernel.org/r/20220429220904.137297-6-caleb.connolly@linaro.org
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/adc/Kconfig
drivers/iio/adc/Makefile
drivers/iio/adc/qcom-spmi-rradc.c [new file with mode: 0644]