linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8 v4] enable to use thermal-zone on r8a7790/1
@ 2015-12-08  5:26 Kuninori Morimoto
  2015-12-08  5:27 ` [PATCH 1/8 v4] thermal: rcar: move rcar_thermal_dt_ids to upside Kuninori Morimoto
                   ` (8 more replies)
  0 siblings, 9 replies; 16+ messages in thread
From: Kuninori Morimoto @ 2015-12-08  5:26 UTC (permalink / raw)
  To: Simon, Zhang Rui, Eduardo Valentin, Geert Uytterhoeven
  Cc: Magnus, linux-sh-u79uwXL29TY76Z2rM5mHXA,
	linux-pm-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org


Hi

These are v4 of thermal-zone support for r8a7790/r8a7791.
Mainly, it cares return value of get_temp()

I think 8) is needed on of-thermal (?)

Kuninori Morimoto (8):
      1) thermal: rcar: move rcar_thermal_dt_ids to upside
      2) thermal: rcar: check every rcar_thermal_update_temp() return value
      3) thermal: rcar: check irq possibility in rcar_thermal_irq_xxx()
      4) thermal: rcar: retern error rcar_thermal_get_temp() if no ctemp update
      5) thermal: rcar: enable to use thermal-zone on DT
      6) ARM: shmobile: r8a7790: enable to use thermal-zone
      7) ARM: shmobile: r8a7791: enable to use thermal-zone
      8) thermal: of-thermal: of_thermal_set_trip_temp() call thermal_zone_device_update()

 Documentation/devicetree/bindings/thermal/rcar-thermal.txt | 37 +++++++++++++++++++++++++++++++++++--
 arch/arm/boot/dts/r8a7790.dtsi                             | 26 ++++++++++++++++++++++++--
 arch/arm/boot/dts/r8a7791.dtsi                             | 26 ++++++++++++++++++++++++--
 drivers/thermal/of-thermal.c                               |  2 ++
 drivers/thermal/rcar_thermal.c                             | 96 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------
 5 files changed, 160 insertions(+), 27 deletions(-)

Best regards
---
Kuninori Morimoto

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2015-12-15  0:24 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-08  5:26 [PATCH 0/8 v4] enable to use thermal-zone on r8a7790/1 Kuninori Morimoto
2015-12-08  5:27 ` [PATCH 1/8 v4] thermal: rcar: move rcar_thermal_dt_ids to upside Kuninori Morimoto
2015-12-08  5:27 ` [PATCH 2/8 v4] thermal: rcar: check every rcar_thermal_update_temp() return value Kuninori Morimoto
2015-12-08  5:27 ` [PATCH 3/8 v4] thermal: rcar: check irq possibility in rcar_thermal_irq_xxx() Kuninori Morimoto
2015-12-08  5:28 ` [PATCH 4/8 v4] thermal: rcar: retern error rcar_thermal_get_temp() if no ctemp update Kuninori Morimoto
2015-12-14 21:20   ` Eduardo Valentin
2015-12-14 23:55     ` Kuninori Morimoto
2015-12-15  0:24     ` Kuninori Morimoto
2015-12-08  5:28 ` [PATCH 5/8 v4] thermal: rcar: enable to use thermal-zone on DT Kuninori Morimoto
2015-12-08  6:03   ` Khiem Nguyen
2015-12-08  5:29 ` [PATCH 6/8 v4] ARM: shmobile: r8a7790: enable to use thermal-zone Kuninori Morimoto
2015-12-08  5:29 ` [PATCH 7/8 v4] ARM: shmobile: r8a7791: " Kuninori Morimoto
2015-12-08  5:30 ` [PATCH 8/8 v4] thermal: of-thermal: of_thermal_set_trip_temp() call thermal_zone_device_update() Kuninori Morimoto
2015-12-14 21:11   ` Eduardo Valentin
2015-12-15  0:20     ` Kuninori Morimoto
2015-12-10  4:57 ` [PATCH 0/8 v4] enable to use thermal-zone on r8a7790/1 Simon Horman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).