All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH/RFT v2 0/3] thermal: add support for r8a77995
@ 2018-03-30  3:13 Yoshihiro Kaneko
  2018-03-30  3:13 ` [PATCH/RFT v2 1/3] thermal: rcar_thermal: add r8a77995 support Yoshihiro Kaneko
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Yoshihiro Kaneko @ 2018-03-30  3:13 UTC (permalink / raw)
  To: linux-renesas-soc
  Cc: Zhang Rui, Eduardo Valentin, Rob Herring, linux-pm, devicetree

This series adds thermal support for r8a77995.
R-Car D3 (r8a77995) have a thermal sensor module which is similar to Gen2.
Therefore this series adds r8a77995 support to rcar_thermal driver not
rcar_gen3_thermal driver.

This series is based on the next branch of Zhang Rui's linux tree.

v2 [Yoshihiro Kaneko]
* As suggested by Geert Uytterhoeven
rcar_thermal.c:
- remove rcar_of_data macro
- store a pointer to rcar_thermal_chip in rcar_thermal_priv
- remove unnecessary cast in rcar_thermal_dt_ids

rcar-thermal.txt:
- drop the fallback for D3
- update the paragraph about interrupts

r8a77995.dtsi:
- fix the base address and the register addresses
- drop the fallback


Yoshihiro Kaneko (3):
  thermal: rcar_thermal: add r8a77995 support
  dt-bindings: thermal: rcar-thermal: add R8A77995 support
  arm64: dts: renesas: r8a77995: add thermal device support

 .../devicetree/bindings/thermal/rcar-thermal.txt   |   7 +-
 arch/arm64/boot/dts/renesas/r8a77995.dtsi          |  30 +++++
 drivers/thermal/rcar_thermal.c                     | 148 ++++++++++++++++-----
 3 files changed, 151 insertions(+), 34 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2018-05-09 18:10 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-30  3:13 [PATCH/RFT v2 0/3] thermal: add support for r8a77995 Yoshihiro Kaneko
2018-03-30  3:13 ` [PATCH/RFT v2 1/3] thermal: rcar_thermal: add r8a77995 support Yoshihiro Kaneko
2018-03-30  9:25   ` Geert Uytterhoeven
2018-04-03 11:17     ` Yoshihiro Kaneko
2018-05-07 12:43       ` Simon Horman
2018-05-09 13:35         ` Yoshihiro Kaneko
2018-05-09 18:10           ` Simon Horman
2018-03-30  3:13 ` [PATCH/RFT v2 2/3] dt-bindings: thermal: rcar-thermal: add R8A77995 support Yoshihiro Kaneko
2018-03-30  9:16   ` Geert Uytterhoeven
2018-03-30  3:13 ` [PATCH/RFT v2 3/3] arm64: dts: renesas: r8a77995: add thermal device support Yoshihiro Kaneko
2018-03-30  9:16   ` Geert Uytterhoeven
2018-03-30 13:49 ` [PATCH/RFT v2 0/3] thermal: add support for r8a77995 Simon Horman
2018-04-03 11:00   ` Yoshihiro Kaneko
2018-04-09 11:59     ` Simon Horman
2018-04-09 13:32       ` Niklas Söderlund

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.