Re: [RESEND PATCH] thermal: mediatek: add suspend/resume callback

2020-07-07 Thread Michael Kao
On Thu, 2020-05-14 at 16:46 +0800, Michael Kao wrote: > On Wed, 2020-04-08 at 17:05 +0800, Michael Kao (高振翔) wrote: > > From: Louis Yu > > > > Add suspend/resume callback to disable/enable Mediatek thermal sensor > > respectively. Since thermal power domain is off in suspend, thermal driver > > n

Re: [RESEND PATCH] thermal: mediatek: add suspend/resume callback

2020-05-22 Thread Daniel Lezcano
On 08/04/2020 11:05, Michael Kao wrote: > From: Louis Yu > > Add suspend/resume callback to disable/enable Mediatek thermal sensor > respectively. Since thermal power domain is off in suspend, thermal driver > needs re-initialization during resume. > > Signed-off-by: Louis Yu > Signed-off-by: M

Re: [RESEND PATCH] thermal: mediatek: add suspend/resume callback

2020-05-14 Thread Michael Kao
On Wed, 2020-04-08 at 17:05 +0800, Michael Kao (高振翔) wrote: > From: Louis Yu > > Add suspend/resume callback to disable/enable Mediatek thermal sensor > respectively. Since thermal power domain is off in suspend, thermal driver > needs re-initialization during resume. > > Signed-off-by: Louis Yu

Re: [RESEND PATCH] thermal: mediatek: add suspend/resume callback

2019-10-13 Thread Daniel Lezcano
On 09/10/2019 11:35, michael@mediatek.com wrote: > From: Louis Yu > > Add suspend/resume callback to disable/enable Mediatek thermal sensor > respectively. Since thermal power domain is off in suspend, thermal driver > needs re-initialization during resume. > > Signed-off-by: Louis Yu > Sig

[RESEND PATCH] thermal: mediatek: add suspend/resume callback

2019-10-09 Thread michael.kao
From: Louis Yu Add suspend/resume callback to disable/enable Mediatek thermal sensor respectively. Since thermal power domain is off in suspend, thermal driver needs re-initialization during resume. Signed-off-by: Louis Yu Signed-off-by: Michael Kao --- This patch series base on these patches