Re: [PATCH 4/7] thermal: mediatek: add thermal controller offset

2019-02-12 Thread Michael Kao
On Tue, 2019-02-05 at 16:53 -0800, Eduardo Valentin wrote: > On Fri, Feb 01, 2019 at 03:38:10PM +0800, michael@mediatek.com wrote: > > From: Michael Kao > > > > One thermal controller can read four sensors at most, > > so we need to add controller_offset for the project with > > more than

Re: [PATCH 4/7] thermal: mediatek: add thermal controller offset

2019-02-05 Thread Eduardo Valentin
On Fri, Feb 01, 2019 at 03:38:10PM +0800, michael@mediatek.com wrote: > From: Michael Kao > > One thermal controller can read four sensors at most, > so we need to add controller_offset for the project with > more than four sensors to reuse the same register settings. > > Signed-off-by:

Re: [PATCH 4/7] thermal: mediatek: add thermal controller offset

2019-02-04 Thread kbuild test robot
Hi Michael, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on soc-thermal/next] [also build test WARNING on v5.0-rc4] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH 4/7] thermal: mediatek: add thermal controller offset

2019-01-31 Thread michael.kao
From: Michael Kao One thermal controller can read four sensors at most, so we need to add controller_offset for the project with more than four sensors to reuse the same register settings. Signed-off-by: Michael Kao --- drivers/thermal/mtk_thermal.c | 79