Re: [2/3] iio: adc: ina2xx: Adhere to documented ABI, use Ohm instead of uOhm

2017-11-19 Thread Jonathan Cameron
On Wed, 08 Nov 2017 14:22:08 +0100 Maciej Purski wrote: > On 11/06/2017 11:21 AM, Stefan Brüns wrote: > > On Thursday, November 2, 2017 10:04:01 AM CET Maciej Purski wrote: > >> On 10/14/2017 08:27 PM, Stefan Bruens wrote: > >>> On Montag, 9. Oktober 2017 11:29:43 CEST Maciej Purski wrote:

Re: [2/3] iio: adc: ina2xx: Adhere to documented ABI, use Ohm instead of uOhm

2017-11-08 Thread Maciej Purski
On 11/06/2017 11:21 AM, Stefan Brüns wrote: On Thursday, November 2, 2017 10:04:01 AM CET Maciej Purski wrote: On 10/14/2017 08:27 PM, Stefan Bruens wrote: On Montag, 9. Oktober 2017 11:29:43 CEST Maciej Purski wrote: On 10/01/2017 09:48 PM, Stefan Brüns wrote: According to the ABI document

Re: [2/3] iio: adc: ina2xx: Adhere to documented ABI, use Ohm instead of uOhm

2017-11-06 Thread Stefan Brüns
On Thursday, November 2, 2017 10:04:01 AM CET Maciej Purski wrote: > On 10/14/2017 08:27 PM, Stefan Bruens wrote: > > On Montag, 9. Oktober 2017 11:29:43 CEST Maciej Purski wrote: > >> On 10/01/2017 09:48 PM, Stefan Brüns wrote: > >>> According to the ABI documentation, the shunt resistor value sho

Re: [2/3] iio: adc: ina2xx: Adhere to documented ABI, use Ohm instead of uOhm

2017-11-02 Thread Maciej Purski
On 10/14/2017 08:27 PM, Stefan Bruens wrote: On Montag, 9. Oktober 2017 11:29:43 CEST Maciej Purski wrote: On 10/01/2017 09:48 PM, Stefan Brüns wrote: According to the ABI documentation, the shunt resistor value should be specificied in Ohm. As this is also used/documented for the MAX9611, us

Re: [2/3] iio: adc: ina2xx: Adhere to documented ABI, use Ohm instead of uOhm

2017-10-14 Thread Stefan Bruens
On Montag, 9. Oktober 2017 11:29:43 CEST Maciej Purski wrote: > On 10/01/2017 09:48 PM, Stefan Brüns wrote: > > According to the ABI documentation, the shunt resistor value should be > > specificied in Ohm. As this is also used/documented for the MAX9611, > > use the same for the INA2xx driver. > >

Re: [2/3] iio: adc: ina2xx: Adhere to documented ABI, use Ohm instead of uOhm

2017-10-09 Thread Maciej Purski
On 10/01/2017 09:48 PM, Stefan Brüns wrote: According to the ABI documentation, the shunt resistor value should be specificied in Ohm. As this is also used/documented for the MAX9611, use the same for the INA2xx driver. This poses an ABI break for anyone actually altering the shunt value throu

Re: [PATCH 2/3] iio: adc: ina2xx: Adhere to documented ABI, use Ohm instead of uOhm

2017-10-08 Thread Jonathan Cameron
On Sun, 1 Oct 2017 21:48:17 +0200 Stefan Brüns wrote: > According to the ABI documentation, the shunt resistor value should be > specificied in Ohm. As this is also used/documented for the MAX9611, > use the same for the INA2xx driver. > > This poses an ABI break for anyone actually altering the

[PATCH 2/3] iio: adc: ina2xx: Adhere to documented ABI, use Ohm instead of uOhm

2017-10-01 Thread Stefan Brüns
According to the ABI documentation, the shunt resistor value should be specificied in Ohm. As this is also used/documented for the MAX9611, use the same for the INA2xx driver. This poses an ABI break for anyone actually altering the shunt value through the sysfs interface, it does not alter the de