History log of /linux-master/drivers/iio/adc/qcom-spmi-rradc.c
Revision Date Author Comments
# 2a5bf05f 21-Jun-2022 Colin Ian King <colin.king@intel.com>

iio: adc: qcom-spmi-rradc: Fix spelling mistake "coherrency" -> "coherency"

There is a spelling mistake in a dev_err message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Link: https://lore.kernel.org/r/20220621094736.90436-1-colin.i.king@gmail.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>


# 72c7df85 29-Apr-2022 Caleb Connolly <caleb.connolly@linaro.org>

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>