linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/4] Kirkwood and Dove Thermal drivers
@ 2013-02-06  6:35 Andrew Lunn
  2013-02-06  6:35 ` [PATCH v5 1/4] thermal: Add support for the thermal sensor on Kirkwood SoCs Andrew Lunn
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Andrew Lunn @ 2013-02-06  6:35 UTC (permalink / raw)
  To: Jason Cooper, rui.zhang
  Cc: Sebastian Hesselbarth, linux ARM, linux-pm, Andrew Lunn

This patchset adds thermal support for Kirkwood and Dove SoCs.

Changes since v4
* Remove redundant dev_err() after devm_kzalloc() failure. 

Changes since v3
* Added dependency on OF

Changes since v2
* More marvel -> marvell
* Dove driver. Debugged by Sebastian Hesselbarth

Changes since v1
* Temperature Reading in milligrad
* marvel -> marvell
* generalized to Orion
* Compatibility string marvell,kirkwood-thermal
* Arithmetic using unsigned long

Andrew Lunn (2):
  Thermal: Dove: Add Themal sensor support for Dove.
  Dove: Thermal: Add DT node and enable in defconfig

Nobuhiro Iwamatsu (2):
  thermal: Add support for the thermal sensor on Kirkwood SoCs
  ARM: Kirkwood: Add support thermal sensor for 88F6282 and 88F6283

 .../devicetree/bindings/thermal/dove-thermal.txt   |   18 ++
 .../bindings/thermal/kirkwood-thermal.txt          |   15 ++
 arch/arm/boot/dts/dove.dtsi                        |    5 +
 arch/arm/boot/dts/kirkwood-6282.dtsi               |    6 +
 arch/arm/configs/dove_defconfig                    |    2 +
 arch/arm/configs/kirkwood_defconfig                |    2 +
 drivers/thermal/Kconfig                            |   16 ++
 drivers/thermal/Makefile                           |    2 +
 drivers/thermal/dove_thermal.c                     |  209 ++++++++++++++++++++
 drivers/thermal/kirkwood_thermal.c                 |  134 +++++++++++++
 10 files changed, 409 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/thermal/dove-thermal.txt
 create mode 100644 Documentation/devicetree/bindings/thermal/kirkwood-thermal.txt
 create mode 100644 drivers/thermal/dove_thermal.c
 create mode 100644 drivers/thermal/kirkwood_thermal.c

-- 
1.7.10.4


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

end of thread, other threads:[~2013-02-17  1:09 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-06  6:35 [PATCH v5 0/4] Kirkwood and Dove Thermal drivers Andrew Lunn
2013-02-06  6:35 ` [PATCH v5 1/4] thermal: Add support for the thermal sensor on Kirkwood SoCs Andrew Lunn
2013-02-08  7:24   ` Zhang Rui
2013-02-06  6:35 ` [PATCH v5 2/4] ARM: Kirkwood: Add support thermal sensor for 88F6282 and 88F6283 Andrew Lunn
2013-02-16 19:10   ` Jason Cooper
2013-02-06  6:35 ` [PATCH v5 3/4] Thermal: Dove: Add Themal sensor support for Dove Andrew Lunn
2013-02-08  7:25   ` Zhang Rui
2013-02-06  6:35 ` [PATCH v5 4/4] Dove: Thermal: Add DT node and enable in defconfig Andrew Lunn

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