Re: [PATCH] iio: Add LTC2471/LTC2473 driver

2017-07-02 Thread Mike Looijmans
On 02-07-17 11:25, Jonathan Cameron wrote: On Sun, 2 Jul 2017 10:29:35 +0200 (CEST) Peter Meerwald-Stadler wrote: The LTC2741 and LTC2473 are single voltage ADC chips. The LTC2473 is similar to the LTC2471 but outputs a signed differential value. comments below Datasheet: http://cds.

Re: [PATCH] iio: Add LTC2471/LTC2473 driver

2017-07-02 Thread Jonathan Cameron
On Sun, 2 Jul 2017 10:29:35 +0200 (CEST) Peter Meerwald-Stadler wrote: > > The LTC2741 and LTC2473 are single voltage ADC chips. The LTC2473 > > is similar to the LTC2471 but outputs a signed differential value. > > comments below > > > Datasheet: > > http://cds.linear.com/docs/en/datashee

Re: [PATCH] iio: Add LTC2471/LTC2473 driver

2017-07-02 Thread Peter Meerwald-Stadler
> The LTC2741 and LTC2473 are single voltage ADC chips. The LTC2473 > is similar to the LTC2471 but outputs a signed differential value. comments below > Datasheet: > http://cds.linear.com/docs/en/datasheet/24713fb.pdf > > Signed-off-by: Mike Looijmans > --- > Note: Moved from "hwmon" subsy

Re: [PATCH] iio: Add LTC2471/LTC2473 driver

2017-07-01 Thread Jonathan Cameron
On Fri, 30 Jun 2017 09:21:07 +0200 Mike Looijmans wrote: > The LTC2741 and LTC2473 are single voltage ADC chips. The LTC2473 > is similar to the LTC2471 but outputs a signed differential value. > > Datasheet: > http://cds.linear.com/docs/en/datasheet/24713fb.pdf > > Signed-off-by: Mike Looijm

Re: [PATCH] iio: Add LTC2471/LTC2473 driver

2017-06-30 Thread Lars-Peter Clausen
On 06/30/2017 09:21 AM, Mike Looijmans wrote: > The LTC2741 and LTC2473 are single voltage ADC chips. The LTC2473 > is similar to the LTC2471 but outputs a signed differential value. > > Datasheet: > http://cds.linear.com/docs/en/datasheet/24713fb.pdf > > Signed-off-by: Mike Looijmans Looks g

[PATCH] iio: Add LTC2471/LTC2473 driver

2017-06-30 Thread Mike Looijmans
The LTC2741 and LTC2473 are single voltage ADC chips. The LTC2473 is similar to the LTC2471 but outputs a signed differential value. Datasheet: http://cds.linear.com/docs/en/datasheet/24713fb.pdf Signed-off-by: Mike Looijmans --- Note: Moved from "hwmon" subsystem to "iio" as discussed per e-m