Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1283567

[PATCH 0/4] enable to use thermal-zone on r8a7790/1

From Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Newsgroups linux.kernel
Subject [PATCH 0/4] enable to use thermal-zone on r8a7790/1
Date 2015-12-04 04:20 +0100
Message-ID <qBP4B-5Gb-1@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hi

These are enable to use thermal-zone on r8a7790/r8a7791.
The rcar thermal driver can use of-thermal style zone by this patch,
but it still keeping current style too.

You can select trip temp by DT if you use of-thermal style (this patch).
If not, it will use fixed trip temp.

Kuninori Morimoto (4):
      thermal: rcar: move rcar_thermal_dt_ids to upside
      thermal: rcar: enable to use thermal-zone on DT
      ARM: shmobile: r8a7790: enable to use thermal-zone
      ARM: shmobile: r8a7791: enable to use thermal-zone

 Documentation/devicetree/bindings/thermal/rcar-thermal.txt | 37 +++++++++++++++++++++++++++++++++++--
 arch/arm/boot/dts/r8a7790.dtsi                             | 26 ++++++++++++++++++++++++--
 arch/arm/boot/dts/r8a7791.dtsi                             | 26 ++++++++++++++++++++++++--
 drivers/thermal/rcar_thermal.c                             | 57 +++++++++++++++++++++++++++++++++++++++++++++------------
 4 files changed, 128 insertions(+), 18 deletions(-)



Best regards
---
Kuninori Morimoto
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/4] enable to use thermal-zone on r8a7790/1 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> - 2015-12-04 04:20 +0100
  Re: [PATCH 2/4] thermal: rcar: enable to use thermal-zone on DT Manish Badarkhe <badarkhe.manish@gmail.com> - 2015-12-04 07:30 +0100
  Re: [PATCH 2/4] thermal: rcar: enable to use thermal-zone on DT Geert Uytterhoeven <geert@linux-m68k.org> - 2015-12-04 09:40 +0100
  Re: [PATCH 2/4] thermal: rcar: enable to use thermal-zone on DT Geert Uytterhoeven <geert@linux-m68k.org> - 2015-12-04 09:40 +0100
  Re: [PATCH 3/4] ARM: shmobile: r8a7790: enable to use thermal-zone Simon Horman <horms@verge.net.au> - 2015-12-07 07:40 +0100

csiph-web