Re: [PATCH v4 08/11] thermal: sun8i: support ahb clocks

2019-06-25 Thread Maxime Ripard
On Tue, Jun 25, 2019 at 02:34:16AM +0200, Ondřej Jirman wrote: > On Mon, Jun 24, 2019 at 08:23:33PM +0200, Maxime Ripard wrote: > > On Sun, Jun 23, 2019 at 12:42:03PM -0400, Yangtao Li wrote: > > > H3 has extra clock, so introduce something in ths_thermal_chip/ths_device > > > and adds the process

Re: [PATCH v4 08/11] thermal: sun8i: support ahb clocks

2019-06-24 Thread Ondřej Jirman
On Mon, Jun 24, 2019 at 08:23:33PM +0200, Maxime Ripard wrote: > On Sun, Jun 23, 2019 at 12:42:03PM -0400, Yangtao Li wrote: > > H3 has extra clock, so introduce something in ths_thermal_chip/ths_device > > and adds the process of the clock. > > > > This is pre-work for supprt it. > > > > Signed-of

Re: [PATCH v4 08/11] thermal: sun8i: support ahb clocks

2019-06-24 Thread Maxime Ripard
On Sun, Jun 23, 2019 at 12:42:03PM -0400, Yangtao Li wrote: > H3 has extra clock, so introduce something in ths_thermal_chip/ths_device > and adds the process of the clock. > > This is pre-work for supprt it. > > Signed-off-by: Yangtao Li > --- > drivers/thermal/sun8i_thermal.c | 17 +

[PATCH v4 08/11] thermal: sun8i: support ahb clocks

2019-06-23 Thread Yangtao Li
H3 has extra clock, so introduce something in ths_thermal_chip/ths_device and adds the process of the clock. This is pre-work for supprt it. Signed-off-by: Yangtao Li --- drivers/thermal/sun8i_thermal.c | 17 - 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/driver