Re: [PATCH 2/2] thermal: rcar_thermal: add R8A77970 support

2018-10-08 Thread Simon Horman
On Fri, Oct 05, 2018 at 12:03:13AM +0300, Sergei Shtylyov wrote: > Add the R-Car V3M (R8A77970) SoC support to the R-Car gen2 thermal driver. > The hardware is the same as in the R-Car D3 (R8A77995) plus the CIVM status > register (we don't use). > > Signed-off-by: Sergei Shtylyov Reviewed-by:

Re: [PATCH 2/2] thermal: rcar_thermal: add R8A77970 support

2018-10-05 Thread Geert Uytterhoeven
On Thu, Oct 4, 2018 at 11:03 PM Sergei Shtylyov wrote: > Add the R-Car V3M (R8A77970) SoC support to the R-Car gen2 thermal driver. > The hardware is the same as in the R-Car D3 (R8A77995) plus the CIVM status > register (we don't use). > > Signed-off-by: Sergei Shtylyov Reviewed-by: Geert

[PATCH 2/2] thermal: rcar_thermal: add R8A77970 support

2018-10-04 Thread Sergei Shtylyov
Add the R-Car V3M (R8A77970) SoC support to the R-Car gen2 thermal driver. The hardware is the same as in the R-Car D3 (R8A77995) plus the CIVM status register (we don't use). Signed-off-by: Sergei Shtylyov --- drivers/thermal/rcar_thermal.c |4 1 file changed, 4 insertions(+) Index: