RE: [PATCH 4/6] thermal: qoriq: Add clock operations

2019-07-29 Thread Anson Huang
Hi, Guido > On Fri, Jul 05, 2019 at 12:56:10PM +0800, anson.hu...@nxp.com wrote: > > From: Anson Huang > > > > Some platforms like i.MX8MQ has clock control for this module, need to > > add clock operations to make sure the driver is working properly. > > > > Signed-off-by: Anson Huang > > ---

Re: [PATCH 4/6] thermal: qoriq: Add clock operations

2019-07-29 Thread Guido Günther
Hi Anson, On Fri, Jul 05, 2019 at 12:56:10PM +0800, anson.hu...@nxp.com wrote: > From: Anson Huang > > Some platforms like i.MX8MQ has clock control for this module, > need to add clock operations to make sure the driver is working > properly. > > Signed-off-by: Anson Huang > --- >

[PATCH 4/6] thermal: qoriq: Add clock operations

2019-07-04 Thread Anson . Huang
From: Anson Huang Some platforms like i.MX8MQ has clock control for this module, need to add clock operations to make sure the driver is working properly. Signed-off-by: Anson Huang --- drivers/thermal/qoriq_thermal.c | 24 1 file changed, 24 insertions(+) diff --git