Re: [PATCH v2 2/3] iio: adc: ina2xx: Use LSB specifier instead of divider in config

2017-11-25 Thread Stefan Brüns
On Sunday, November 19, 2017 5:15:03 PM CET Jonathan Cameron wrote: > On Sat, 28 Oct 2017 23:12:47 +0200 > > Stefan Brüns wrote: > > While the config uses the physical value corresponding to the LSB > > for both the power and the bus voltage register, the shunt voltage is > > specified as parts o

Re: [PATCH v2 2/3] iio: adc: ina2xx: Use LSB specifier instead of divider in config

2017-11-19 Thread Jonathan Cameron
On Sat, 28 Oct 2017 23:12:47 +0200 Stefan Brüns wrote: > While the config uses the physical value corresponding to the LSB > for both the power and the bus voltage register, the shunt voltage is > specified as parts of 1 mV. Use the LSB physical value for all registers. > > No functional change.

[PATCH v2 2/3] iio: adc: ina2xx: Use LSB specifier instead of divider in config

2017-10-28 Thread Stefan Brüns
While the config uses the physical value corresponding to the LSB for both the power and the bus voltage register, the shunt voltage is specified as parts of 1 mV. Use the LSB physical value for all registers. No functional change. Signed-off-by: Stefan Brüns --- Changes in v2: - new patch d