Hi all, This series adds support for a ADC IP block from Cosmic Circuits. The device is a low resolution 10-bit ADC, with 8 channels. The driver itself is quite simple and any feedback is welcome! Based on v3.18-rc2. Phani Movva (2): iio: adc: Cosmic Circuits 10001 ADC driver DT: iio: adc: Add CC_10001 binding documentation .../devicetree/bindings/iio/adc/cc_10001_adc.txt | 19 + drivers/iio/adc/Kconfig | 7 + drivers/iio/adc/Makefile | 1 + drivers/iio/adc/cc_10001_adc.c | 421 +++++++++++++++++++++ 4 files changed, 448 insertions(+) create mode 100644 Documentation/devicetree/bindings/iio/adc/cc_10001_adc.txt create mode 100644 drivers/iio/adc/cc_10001_adc.c -- 2.1.2 -- To unsubscribe from this list: send the line "unsubscribe linux-iio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html