Re: [PATCH 2/2] thermal: rcar_gen3_thermal: add R8A77980 support

2018-10-10 Thread Niklas Söderlund
Hi Sergei, Thanks for your patch. On 2018-10-09 22:11:51 +0300, Sergei Shtylyov wrote: > Add the R-Car V3H (R8A77980) SoC support to the R-Car gen3 thermal driver. > > Signed-off-by: Sergei Shtylyov Reviewed-by: Niklas Söderlund > > --- > drivers/thermal/rcar_gen3_thermal.c |1 + > 1 f

Re: [PATCH 2/2] thermal: rcar_gen3_thermal: add R8A77980 support

2018-10-10 Thread Simon Horman
On Tue, Oct 09, 2018 at 10:11:51PM +0300, Sergei Shtylyov wrote: > Add the R-Car V3H (R8A77980) SoC support to the R-Car gen3 thermal driver. > > Signed-off-by: Sergei Shtylyov Reviewed-by: Simon Horman

[PATCH 2/2] thermal: rcar_gen3_thermal: add R8A77980 support

2018-10-09 Thread Sergei Shtylyov
Add the R-Car V3H (R8A77980) SoC support to the R-Car gen3 thermal driver. Signed-off-by: Sergei Shtylyov --- drivers/thermal/rcar_gen3_thermal.c |1 + 1 file changed, 1 insertion(+) Index: linux-soc-thermal/drivers/thermal/rcar_gen3_thermal.c ==