Re: [PATCH 1/2] iio: adc: twl4030_madc: Fix calculation of the temperature sense current

2015-06-07 Thread Dr. H. Nikolaus Schaller
Am 07.06.2015 um 18:25 schrieb Jonathan Cameron : > On 28/05/15 20:50, Marek Belisko wrote: >> From: "H. Nikolaus Schaller" >> >> The bit mask to read the setting of the constant current source >> for measuring the NTC voltage was the wrong one. Since default >> value is initialized to the

Re: [PATCH 1/2] iio: adc: twl4030_madc: Fix calculation of the temperature sense current

2015-06-07 Thread Jonathan Cameron
On 28/05/15 20:50, Marek Belisko wrote: > From: "H. Nikolaus Schaller" > > The bit mask to read the setting of the constant current source > for measuring the NTC voltage was the wrong one. Since default > value is initialized to the lowest level (000 = 10uA) the difference > was probably never

Re: [PATCH 1/2] iio: adc: twl4030_madc: Fix calculation of the temperature sense current

2015-06-07 Thread Dr. H. Nikolaus Schaller
Am 07.06.2015 um 18:25 schrieb Jonathan Cameron ji...@kernel.org: On 28/05/15 20:50, Marek Belisko wrote: From: H. Nikolaus Schaller h...@goldelico.com The bit mask to read the setting of the constant current source for measuring the NTC voltage was the wrong one. Since default value is

Re: [PATCH 1/2] iio: adc: twl4030_madc: Fix calculation of the temperature sense current

2015-06-07 Thread Jonathan Cameron
On 28/05/15 20:50, Marek Belisko wrote: From: H. Nikolaus Schaller h...@goldelico.com The bit mask to read the setting of the constant current source for measuring the NTC voltage was the wrong one. Since default value is initialized to the lowest level (000 = 10uA) the difference was

[PATCH 1/2] iio: adc: twl4030_madc: Fix calculation of the temperature sense current

2015-05-28 Thread Marek Belisko
From: "H. Nikolaus Schaller" The bit mask to read the setting of the constant current source for measuring the NTC voltage was the wrong one. Since default value is initialized to the lowest level (000 = 10uA) the difference was probably never noticed in practice. Signed-off-by: H. Nikolaus

[PATCH 1/2] iio: adc: twl4030_madc: Fix calculation of the temperature sense current

2015-05-28 Thread Marek Belisko
From: H. Nikolaus Schaller h...@goldelico.com The bit mask to read the setting of the constant current source for measuring the NTC voltage was the wrong one. Since default value is initialized to the lowest level (000 = 10uA) the difference was probably never noticed in practice. Signed-off-by: