Re: [PATCH/RFT 1/3] thermal: rcar_thermal: add r8a77995 support

2018-03-13 Thread Yoshihiro Kaneko
Hi Geert-san, Thanks for your review. 2018-03-12 20:02 GMT+09:00 Geert Uytterhoeven : > Hi Kaneko-san, > > On Sun, Mar 11, 2018 at 9:26 PM, Yoshihiro Kaneko > wrote: >> Add support for R-Car D3 (r8a77995) thermal sensor. >> >> Signed-off-by: Yoshihiro Kaneko > > Thanks for your patch! > >> --

Re: [PATCH/RFT 1/3] thermal: rcar_thermal: add r8a77995 support

2018-03-12 Thread Geert Uytterhoeven
Hi Kaneko-san, On Sun, Mar 11, 2018 at 9:26 PM, Yoshihiro Kaneko wrote: > Add support for R-Car D3 (r8a77995) thermal sensor. > > Signed-off-by: Yoshihiro Kaneko Thanks for your patch! > --- a/drivers/thermal/rcar_thermal.c > +++ b/drivers/thermal/rcar_thermal.c > @@ -77,13 +101,23 @@ struct

[PATCH/RFT 1/3] thermal: rcar_thermal: add r8a77995 support

2018-03-11 Thread Yoshihiro Kaneko
Add support for R-Car D3 (r8a77995) thermal sensor. Signed-off-by: Yoshihiro Kaneko --- drivers/thermal/rcar_thermal.c | 141 - 1 file changed, 112 insertions(+), 29 deletions(-) diff --git a/drivers/thermal/rcar_thermal.c b/drivers/thermal/rcar_thermal.c