iio: iadc: Qualcomm SPMI PMIC current ADC driver
authorIvan T. Ivanov <iivanov@mm-sol.com>
Wed, 22 Oct 2014 14:13:33 +0000 (17:13 +0300)
committerJonathan Cameron <jic23@kernel.org>
Sat, 25 Oct 2014 20:03:22 +0000 (21:03 +0100)
commitce0694841ea61607afcbdb5a67bb0b00328357ef
tree773bf4513d4a036fe63b90c4452eca316c1b3874
parente0922e5e3ccb78aa0152e93dfbd1755ac39c8582
iio: iadc: Qualcomm SPMI PMIC current ADC driver

The current ADC is peripheral of Qualcomm SPMI PMIC chips. It has
16 bits resolution and register space inside PMIC accessible across
SPMI bus.

The driver registers itself through IIO interface.

Signed-off-by: Ivan T. Ivanov <iivanov@mm-sol.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Documentation/devicetree/bindings/iio/adc/qcom,spmi-iadc.txt [new file with mode: 0644]
drivers/iio/adc/Kconfig
drivers/iio/adc/Makefile
drivers/iio/adc/qcom-spmi-iadc.c [new file with mode: 0644]