linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V5 0/2] Upstream ST-Ericsson thermal driver
@ 2012-11-09 11:29 hongbo.zhang
  2012-11-09 11:29 ` [PATCH V5 1/2] Thermal: Add ST-Ericsson DB8500 " hongbo.zhang
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: hongbo.zhang @ 2012-11-09 11:29 UTC (permalink / raw)
  To: linux-acpi, rui.zhang
  Cc: linux-kernel, linux-pm, amit.kachhap, patches, linaro-dev,
	linaro-kernel, STEricsson_nomadik_linux, kernel, hongbo.zhang

From: "hongbo.zhang" <hongbo.zhang@linaro.com>

V4->V5 Changes:

In patch "Thermal: Add ST-Ericsson DB8500 thermal driver":
 - use flush_work instead of flush_work_sync since the later is deprecated now.
 - parameter trip_points of db8500_thermal_match_cdev is renamed to trip_point;
 - re-order oprerations in function db8500_thermal_update_config;

hongbo.zhang (2):
  Thermal: Add ST-Ericsson DB8500 thermal driver.
  Thermal: Add ST-Ericsson DB8500 thermal properties and platform data.

 .../devicetree/bindings/thermal/db8500-thermal.txt |  44 ++
 arch/arm/boot/dts/dbx5x0.dtsi                      |  14 +
 arch/arm/boot/dts/snowball.dts                     |  31 ++
 arch/arm/configs/u8500_defconfig                   |   2 +
 arch/arm/mach-ux500/board-mop500.c                 |  64 +++
 drivers/thermal/Kconfig                            |  20 +
 drivers/thermal/Makefile                           |   2 +
 drivers/thermal/db8500_cpufreq_cooling.c           | 108 +++++
 drivers/thermal/db8500_thermal.c                   | 531 +++++++++++++++++++++
 include/linux/platform_data/db8500_thermal.h       |  38 ++
 10 files changed, 854 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/thermal/db8500-thermal.txt
 create mode 100644 drivers/thermal/db8500_cpufreq_cooling.c
 create mode 100644 drivers/thermal/db8500_thermal.c
 create mode 100644 include/linux/platform_data/db8500_thermal.h

-- 
1.7.11.3


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

end of thread, other threads:[~2012-11-15 11:02 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-09 11:29 [PATCH V5 0/2] Upstream ST-Ericsson thermal driver hongbo.zhang
2012-11-09 11:29 ` [PATCH V5 1/2] Thermal: Add ST-Ericsson DB8500 " hongbo.zhang
2012-11-15  8:13   ` Zhang Rui
2012-11-15  8:32     ` Hongbo Zhang
2012-11-15  9:13       ` Zhang Rui
2012-11-15  9:23         ` Hongbo Zhang
2012-11-15 10:17           ` Viresh Kumar
2012-11-15 11:02             ` Hongbo Zhang
2012-11-09 11:29 ` [PATCH V5 2/2] Thermal: Add ST-Ericsson DB8500 thermal properties and platform data hongbo.zhang
2012-11-12  6:07   ` Zhang Rui
2012-11-12 20:46     ` Linus Walleij
2012-11-15  6:37       ` Hongbo Zhang
2012-11-09 11:39 ` [PATCH V5 0/2] Upstream ST-Ericsson thermal driver Hongbo Zhang

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).