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

2016-12-03 Thread Jonathan Cameron
On 28/11/16 16:58, 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 Very nice. Applied to the togreg branch of iio.git - initially pushed

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

2016-11-28 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 --- v4 changes: * Change spi_async() back to spi_sync(). (I have learned that this is in a threaded interrupt handler