Re: [PATCH v2 4/9] thermal: rockchip: improve the conversion function

2015-11-07 Thread Caesar Wang
Hello Eduardo, 在 2015年11月07日 03:00, Eduardo Valentin 写道: Hello Caesar, On Thu, Nov 05, 2015 at 01:18:00PM +0800, Caesar Wang wrote: We should make the conversion table in as a parameter since the different SoCs have the different conversionion table. Signed-off-by: Caesar Wang --- Changes i

Re: [PATCH v2 4/9] thermal: rockchip: improve the conversion function

2015-11-06 Thread Eduardo Valentin
Hello Caesar, On Thu, Nov 05, 2015 at 01:18:00PM +0800, Caesar Wang wrote: > We should make the conversion table in as a parameter since the different > SoCs have the different conversionion table. > > Signed-off-by: Caesar Wang > --- > > Changes in v2: > - make the conversion table in as a par

[PATCH v2 4/9] thermal: rockchip: improve the conversion function

2015-11-04 Thread Caesar Wang
We should make the conversion table in as a parameter since the different SoCs have the different conversionion table. Signed-off-by: Caesar Wang --- Changes in v2: - make the conversion table in as a parameter both code_to_temp and temp_to_code function. Series-changes: 1 - As Dmitry comment,