OSDN Git Service

iio: adc: Add Maxim max9611 ADC driver
authorJacopo Mondi <jacopo+renesas@jmondi.org>
Thu, 6 Apr 2017 14:20:53 +0000 (16:20 +0200)
committerJonathan Cameron <jic23@kernel.org>
Sat, 8 Apr 2017 16:26:06 +0000 (17:26 +0100)
commit69780a3bbc0b1e7e234aa03626037e0b7571b6ac
treeae099cb14e946d66f0445828b8b1a8cee116bd72
parent3fed601c1c5730a7d8a508b80f9902a7332786dc
iio: adc: Add Maxim max9611 ADC driver

Add iio driver for Maxim max9611 and max9612 current-sense amplifiers
with 12-bits ADC interface.

Datasheet publicly available at:
https://datasheets.maximintegrated.com/en/ds/MAX9611-MAX9612.pdf

Signed-off-by: Jacopo Mondi <jacopo+renesas@jmondi.org>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/adc/Kconfig
drivers/iio/adc/Makefile
drivers/iio/adc/max9611.c [new file with mode: 0644]