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

2016-11-20 Thread Peter Meerwald-Stadler
On Sat, 19 Nov 2016, Jonathan Cameron wrote: > On 18/11/16 22:28, David Lechner wrote: > > This adds a new driver for TI ADS79XX 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 some more trivial comments >

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

2016-11-19 Thread Jonathan Cameron
On 18/11/16 22:28, David Lechner wrote: > This adds a new driver for TI ADS79XX 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 Hi David, Nice domain name btw ;) Anyhow pretty good. Various style comments and a

[PATCH] iio: adc: New driver for TI ADS79XX chips

2016-11-18 Thread David Lechner
This adds a new driver for TI ADS79XX 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 --- drivers/iio/adc/Kconfig | 13 ++ drivers/iio/adc/Makefile | 1 + drivers/iio/adc/ti-ads79xx.c | 492 +