Re: [PATCH v3] iio: adc: New driver for TI ADS7950 chips

2016-11-27 Thread Jonathan Cameron
On 22/11/16 00:40, David Lechner wrote: > This adds a new driver for the TI ADS7950 family of ADC chips. These > communicate using SPI and come in 8/10/12-bit and 4/8/12/16 channel > varieties. > > Signed-off-by: David Lechner I raised a few late comments in reponse to V2. Please address those.

[PATCH v3] iio: adc: New driver for TI ADS7950 chips

2016-11-21 Thread David Lechner
This adds a new driver for the TI ADS7950 family of ADC chips. These communicate using SPI and come in 8/10/12-bit and 4/8/12/16 channel varieties. Signed-off-by: David Lechner --- v3 changes: * Use spi_async() instead of spi_sync() in ti_ads7950_trigger_handler() * Fix scaling in ti_ads7950_re