LMP91000EVM evaluation board has LMP91000 potentiostat along with an 16-bit ADC for chemical sensoring applications. * add support for the TI LMP91000 potentiostat * add support for ADC141S626 and ADC161S626 ADC chips Matt Ranostay (2): iio: adc: ti-adc1x1s: add support for TI 1-channel differential ADCs iio: potentiostat: add LMP91000 support .../devicetree/bindings/iio/adc/ti-adc1x1s.txt | 16 ++ .../bindings/iio/potentiostat/lmp91000.txt | 28 ++ drivers/iio/Kconfig | 1 + drivers/iio/Makefile | 1 + drivers/iio/adc/Kconfig | 12 + drivers/iio/adc/Makefile | 1 + drivers/iio/adc/ti-adc1x1s.c | 233 ++++++++++++++++ drivers/iio/potentiostat/Kconfig | 21 ++ drivers/iio/potentiostat/Makefile | 6 + drivers/iio/potentiostat/lmp91000.c | 303 +++++++++++++++++++++ 10 files changed, 622 insertions(+) create mode 100644 Documentation/devicetree/bindings/iio/adc/ti-adc1x1s.txt create mode 100644 Documentation/devicetree/bindings/iio/potentiostat/lmp91000.txt create mode 100644 drivers/iio/adc/ti-adc1x1s.c create mode 100644 drivers/iio/potentiostat/Kconfig create mode 100644 drivers/iio/potentiostat/Makefile create mode 100644 drivers/iio/potentiostat/lmp91000.c -- 2.7.4 -- 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