On Sat, Jul 2, 2016 at 3:05 PM, Matt Ranostay <mranostay@xxxxxxxxx> wrote: > 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 Probably should have put what I am RFC'ing :). * does this belong in a new path drivers/iio/potentiostat ? * first example of a iio consumer within drivers/iio, does it seems sane? * ADC driver has no IIO_CHAN_INFO_SCALE due to no regulators being defined * Should ADC value be signed or unsigned? -16636 is 0V, 0 is 2/VA , 16635 is ~VA. Of course true zero is defined by the VREF voltage. > > 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