mbox series

[0/2] thermal: Add support for Renesas R-Car M3-W+

Message ID 20200306105503.24267-1-geert+renesas@glider.be (mailing list archive)
Headers show
Series thermal: Add support for Renesas R-Car M3-W+ | expand

Message

Geert Uytterhoeven March 6, 2020, 10:55 a.m. UTC
Hi,

This patch series adds support for the Thermal Sensor/Chip Internal
Voltage Monitor in the R-Car M3-W+ (R8A77961) SoC.

It has been tested on a Salvator-XS development board with R-Car M3-W+.

Geert Uytterhoeven (2):
  dt-bindings: thermal: rcar-gen3-thermal: Add r8a77961 support
  thermal: rcar_gen3_thermal: Add r8a77961 support

 .../devicetree/bindings/thermal/rcar-gen3-thermal.txt         | 1 +
 drivers/thermal/rcar_gen3_thermal.c                           | 4 ++++
 2 files changed, 5 insertions(+)

Comments

Amit Kucheria March 6, 2020, 12:11 p.m. UTC | #1
On Fri, Mar 6, 2020 at 4:25 PM Geert Uytterhoeven
<geert+renesas@glider.be> wrote:
>
>         Hi,
>
> This patch series adds support for the Thermal Sensor/Chip Internal
> Voltage Monitor in the R-Car M3-W+ (R8A77961) SoC.
>
> It has been tested on a Salvator-XS development board with R-Car M3-W+.
>
> Geert Uytterhoeven (2):
>   dt-bindings: thermal: rcar-gen3-thermal: Add r8a77961 support
>   thermal: rcar_gen3_thermal: Add r8a77961 support
>
>  .../devicetree/bindings/thermal/rcar-gen3-thermal.txt         | 1 +
>  drivers/thermal/rcar_gen3_thermal.c                           | 4 ++++
>  2 files changed, 5 insertions(+)

Reviewed-by: Amit Kucheria <amit.kucheria@linaro.org>


> --
> 2.17.1
>
> Gr{oetje,eeting}s,
>
>                                                 Geert
>
> --
> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
>
> In personal conversations with technical people, I call myself a hacker. But
> when I'm talking to journalists I just say "programmer" or something like that.
>                                                             -- Linus Torvalds
Daniel Lezcano March 12, 2020, 11:16 a.m. UTC | #2
On 06/03/2020 11:55, Geert Uytterhoeven wrote:
> 	Hi,
> 
> This patch series adds support for the Thermal Sensor/Chip Internal
> Voltage Monitor in the R-Car M3-W+ (R8A77961) SoC.
> 
> It has been tested on a Salvator-XS development board with R-Car M3-W+.
> 
> Geert Uytterhoeven (2):
>   dt-bindings: thermal: rcar-gen3-thermal: Add r8a77961 support
>   thermal: rcar_gen3_thermal: Add r8a77961 support
> 
>  .../devicetree/bindings/thermal/rcar-gen3-thermal.txt         | 1 +
>  drivers/thermal/rcar_gen3_thermal.c                           | 4 ++++
>  2 files changed, 5 insertions(+)

Applied, thanks