public inbox for cip-dev@lists.cip-project.org
 help / color / mirror / Atom feed
* [cip-dev] [PATCH v2 00/11] Add support for Thermal and CMT
@ 2018-05-30 17:35 Biju Das
  2018-05-30 17:35 ` [cip-dev] [PATCH v2 01/11] thermal: of-thermal: Add devm version of thermal_zone_of_sensor_register Biju Das
                   ` (10 more replies)
  0 siblings, 11 replies; 14+ messages in thread
From: Biju Das @ 2018-05-30 17:35 UTC (permalink / raw)
  To: cip-dev

This patch series add support for thermal and CMT.

This patchset is rebased on top of the previous patch set

0001-pinctrl-sh-pfc-r8a7791-Add-can_clk-function.patch
to
0058-thermal-rcar_thermal-don-t-open-code-of_device_get_m.patch

V1-->V2
     * Incorporated thermal related review comments
     * Added CMT support

Biju Das (2):
  dt-bindings: thermal: rcar: Add device tree support for r8a7743
  ARM: dts: r8a7743: Add thermal device to DT

Bui Duc Phuc (1):
  thermal: rcar_thermal: don't call thermal_zone_device_unregister when
    USE_OF_THERMAL

Dirk Behme (1):
  thermal: rcar_thermal: Fix priv->zone error handling

Eduardo Valentin (1):
  thermal: convert rcar_thermal to use
    devm_thermal_zone_of_sensor_register

Fabrizio Castro (2):
  ARM: dts: r8a7743: Add CMT SoC specific support
  ARM: dts: iwg20m: Enable cmt0

Kuninori Morimoto (1):
  thermal: rcar-thermal: enable hwmon when
    thermal_zone_of_sensor_register is used

Laxman Dewangan (1):
  thermal: of-thermal: Add devm version of
    thermal_zone_of_sensor_register

Nicolai Stange (2):
  clocksource: sh_cmt: Compute rate before registration again
  clockevents/drivers/sh_cmt: Set ->min_delta_ticks and
    ->max_delta_ticks

 .../devicetree/bindings/thermal/rcar-thermal.txt   |  1 +
 arch/arm/boot/dts/r8a7743-iwg20m.dtsi              |  4 ++
 arch/arm/boot/dts/r8a7743.dtsi                     | 67 ++++++++++++++++++
 drivers/clocksource/sh_cmt.c                       | 47 +++++++------
 drivers/thermal/of-thermal.c                       | 81 ++++++++++++++++++++++
 drivers/thermal/rcar_thermal.c                     | 26 +++++--
 include/linux/thermal.h                            | 18 +++++
 7 files changed, 220 insertions(+), 24 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2018-05-31  8:49 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-30 17:35 [cip-dev] [PATCH v2 00/11] Add support for Thermal and CMT Biju Das
2018-05-30 17:35 ` [cip-dev] [PATCH v2 01/11] thermal: of-thermal: Add devm version of thermal_zone_of_sensor_register Biju Das
2018-05-30 17:35 ` [cip-dev] [PATCH v2 02/11] thermal: convert rcar_thermal to use devm_thermal_zone_of_sensor_register Biju Das
2018-05-30 17:35 ` [cip-dev] [PATCH v2 03/11] thermal: rcar_thermal: Fix priv->zone error handling Biju Das
2018-05-30 17:36 ` [cip-dev] [PATCH v2 04/11] thermal: rcar-thermal: enable hwmon when thermal_zone_of_sensor_register is used Biju Das
2018-05-30 17:36 ` [cip-dev] [PATCH v2 05/11] thermal: rcar_thermal: don't call thermal_zone_device_unregister when USE_OF_THERMAL Biju Das
2018-05-30 17:36 ` [cip-dev] [PATCH v2 06/11] dt-bindings: thermal: rcar: Add device tree support for r8a7743 Biju Das
2018-05-30 17:36 ` [cip-dev] [PATCH v2 07/11] ARM: dts: r8a7743: Add thermal device to DT Biju Das
2018-05-30 18:44   ` Ben Hutchings
2018-05-31  8:49     ` Biju Das
2018-05-30 17:36 ` [cip-dev] [PATCH v2 08/11] clocksource: sh_cmt: Compute rate before registration again Biju Das
2018-05-30 17:36 ` [cip-dev] [PATCH v2 09/11] clockevents/drivers/sh_cmt: Set ->min_delta_ticks and ->max_delta_ticks Biju Das
2018-05-30 17:36 ` [cip-dev] [PATCH v2 10/11] ARM: dts: r8a7743: Add CMT SoC specific support Biju Das
2018-05-30 17:36 ` [cip-dev] [PATCH v2 11/11] ARM: dts: iwg20m: Enable cmt0 Biju Das

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox