Re: [PATCH] thermal: mt8173: minor mtk_thermal.c cleanups

2017-02-20 Thread Matthias Brugger
On 19/02/17 02:23, Eduardo Valentin wrote: On Mon, Feb 13, 2017 at 05:01:58PM +0800, Dawei Chien wrote: Hi, Matthias, On Thu, 2017-02-09 at 22:25 +0100, Matthias Brugger wrote: On 02/08/2017 06:31 AM, Dawei Chien wrote: Thermal driver should read TEMP_MSR3 if thermal bank with 4 sensors.

Re: [PATCH] thermal: mt8173: minor mtk_thermal.c cleanups

2017-02-20 Thread Matthias Brugger
On 19/02/17 02:23, Eduardo Valentin wrote: On Mon, Feb 13, 2017 at 05:01:58PM +0800, Dawei Chien wrote: Hi, Matthias, On Thu, 2017-02-09 at 22:25 +0100, Matthias Brugger wrote: On 02/08/2017 06:31 AM, Dawei Chien wrote: Thermal driver should read TEMP_MSR3 if thermal bank with 4 sensors.

Re: [PATCH] thermal: mt8173: minor mtk_thermal.c cleanups

2017-02-18 Thread Eduardo Valentin
On Mon, Feb 13, 2017 at 05:01:58PM +0800, Dawei Chien wrote: > Hi, Matthias, > > On Thu, 2017-02-09 at 22:25 +0100, Matthias Brugger wrote: > > > > On 02/08/2017 06:31 AM, Dawei Chien wrote: > > > Thermal driver should read TEMP_MSR3 if thermal bank with 4 sensors. > > > However, Currently

Re: [PATCH] thermal: mt8173: minor mtk_thermal.c cleanups

2017-02-18 Thread Eduardo Valentin
On Mon, Feb 13, 2017 at 05:01:58PM +0800, Dawei Chien wrote: > Hi, Matthias, > > On Thu, 2017-02-09 at 22:25 +0100, Matthias Brugger wrote: > > > > On 02/08/2017 06:31 AM, Dawei Chien wrote: > > > Thermal driver should read TEMP_MSR3 if thermal bank with 4 sensors. > > > However, Currently

Re: [PATCH] thermal: mt8173: minor mtk_thermal.c cleanups

2017-02-13 Thread Dawei Chien
Hi, Matthias, On Thu, 2017-02-09 at 22:25 +0100, Matthias Brugger wrote: > > On 02/08/2017 06:31 AM, Dawei Chien wrote: > > Thermal driver should read TEMP_MSR3 if thermal bank with 4 sensors. > > However, Currently thermal driver don't need read TEMP_MSR3 since > > thermal controller only use 3

Re: [PATCH] thermal: mt8173: minor mtk_thermal.c cleanups

2017-02-13 Thread Dawei Chien
Hi, Matthias, On Thu, 2017-02-09 at 22:25 +0100, Matthias Brugger wrote: > > On 02/08/2017 06:31 AM, Dawei Chien wrote: > > Thermal driver should read TEMP_MSR3 if thermal bank with 4 sensors. > > However, Currently thermal driver don't need read TEMP_MSR3 since > > thermal controller only use 3

Re: [PATCH] thermal: mt8173: minor mtk_thermal.c cleanups

2017-02-09 Thread Matthias Brugger
On 02/08/2017 06:31 AM, Dawei Chien wrote: Thermal driver should read TEMP_MSR3 if thermal bank with 4 sensors. However, Currently thermal driver don't need read TEMP_MSR3 since thermal controller only use 3 sensors for each thermal bank. Signed-off-by: Dawei Chien

Re: [PATCH] thermal: mt8173: minor mtk_thermal.c cleanups

2017-02-09 Thread Matthias Brugger
On 02/08/2017 06:31 AM, Dawei Chien wrote: Thermal driver should read TEMP_MSR3 if thermal bank with 4 sensors. However, Currently thermal driver don't need read TEMP_MSR3 since thermal controller only use 3 sensors for each thermal bank. Signed-off-by: Dawei Chien --- Actually the commit

[PATCH] thermal: mt8173: minor mtk_thermal.c cleanups

2017-02-07 Thread Dawei Chien
Thermal driver should read TEMP_MSR3 if thermal bank with 4 sensors. However, Currently thermal driver don't need read TEMP_MSR3 since thermal controller only use 3 sensors for each thermal bank. Signed-off-by: Dawei Chien --- drivers/thermal/mtk_thermal.c | 2 +- 1

[PATCH] thermal: mt8173: minor mtk_thermal.c cleanups

2017-02-07 Thread Dawei Chien
Thermal driver should read TEMP_MSR3 if thermal bank with 4 sensors. However, Currently thermal driver don't need read TEMP_MSR3 since thermal controller only use 3 sensors for each thermal bank. Signed-off-by: Dawei Chien --- drivers/thermal/mtk_thermal.c | 2 +- 1 file changed, 1