Re: [PATCH v2 5/9] thermal: rockchip: Add the flag for adc value increment or decrement

2015-11-08 Thread Caesar Wang
在 2015年11月07日 23:38, Caesar Wang 写道: Hello Eduardo, 在 2015年11月07日 03:11, Eduardo Valentin 写道: On Thu, Nov 05, 2015 at 01:18:01PM +0800, Caesar Wang wrote: The conversion table has the adc value and temperature. In fact, the adc value only has the increment or decrement mode in conversion

Re: [PATCH v2 5/9] thermal: rockchip: Add the flag for adc value increment or decrement

2015-11-08 Thread Caesar Wang
在 2015年11月07日 23:38, Caesar Wang 写道: Hello Eduardo, 在 2015年11月07日 03:11, Eduardo Valentin 写道: On Thu, Nov 05, 2015 at 01:18:01PM +0800, Caesar Wang wrote: The conversion table has the adc value and temperature. In fact, the adc value only has the increment or decrement mode in conversion

Re: [PATCH v2 5/9] thermal: rockchip: Add the flag for adc value increment or decrement

2015-11-07 Thread Caesar Wang
Hello Eduardo, 在 2015年11月07日 03:11, Eduardo Valentin 写道: On Thu, Nov 05, 2015 at 01:18:01PM +0800, Caesar Wang wrote: The conversion table has the adc value and temperature. In fact, the adc value only has the increment or decrement mode in conversion table. Moment, we can add the flag to be

Re: [PATCH v2 5/9] thermal: rockchip: Add the flag for adc value increment or decrement

2015-11-07 Thread Caesar Wang
Hello Eduardo, 在 2015年11月07日 03:11, Eduardo Valentin 写道: On Thu, Nov 05, 2015 at 01:18:01PM +0800, Caesar Wang wrote: The conversion table has the adc value and temperature. In fact, the adc value only has the increment or decrement mode in conversion table. Moment, we can add the flag to be

Re: [PATCH v2 5/9] thermal: rockchip: Add the flag for adc value increment or decrement

2015-11-06 Thread Eduardo Valentin
On Thu, Nov 05, 2015 at 01:18:01PM +0800, Caesar Wang wrote: > The conversion table has the adc value and temperature. > In fact, the adc value only has the increment or decrement mode in > conversion table. > > Moment, we can add the flag to be better support the *code_to_temp* > for differenr

Re: [PATCH v2 5/9] thermal: rockchip: Add the flag for adc value increment or decrement

2015-11-06 Thread Eduardo Valentin
On Thu, Nov 05, 2015 at 01:18:01PM +0800, Caesar Wang wrote: > The conversion table has the adc value and temperature. > In fact, the adc value only has the increment or decrement mode in > conversion table. > > Moment, we can add the flag to be better support the *code_to_temp* > for differenr

[PATCH v2 5/9] thermal: rockchip: Add the flag for adc value increment or decrement

2015-11-04 Thread Caesar Wang
The conversion table has the adc value and temperature. In fact, the adc value only has the increment or decrement mode in conversion table. Moment, we can add the flag to be better support the *code_to_temp* for differenr SoCs. Signed-off-by: Caesar Wang --- Changes in v2: None Changes in v1:

[PATCH v2 5/9] thermal: rockchip: Add the flag for adc value increment or decrement

2015-11-04 Thread Caesar Wang
The conversion table has the adc value and temperature. In fact, the adc value only has the increment or decrement mode in conversion table. Moment, we can add the flag to be better support the *code_to_temp* for differenr SoCs. Signed-off-by: Caesar Wang --- Changes in