devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Rockchip soc theamal driver
@ 2014-08-26 23:41 Caesar Wang
  2014-08-26 23:41 ` [PATCH v2 1/2] thermal: rockchip: add driver for thermal Caesar Wang
  2014-08-26 23:41 ` [PATCH v2 2/2] dt-bindings: document Rockchip thermal Caesar Wang
  0 siblings, 2 replies; 9+ messages in thread
From: Caesar Wang @ 2014-08-26 23:41 UTC (permalink / raw)
  To: heiko, rui.zhang, edubezval, grant.likely
  Cc: robh+dt, linux-kernel, linux-pm, linux-arm-kernel, devicetree,
	linux-doc, huangtao, cf, dianders, dtor, zyw, addy.ke,
	Caesar Wang

This series adds support for the thermal Found on Rockhip RK32 SoCs.
Tested on RK3288 SDK board.

Changes in v2:
	* address comments from Heiko Stubner:
	- fix dt-bindings in rockchip-thermal.txt
	- remove Author mark 
	- rename TSADC_XXX->TSADC_XXX,it eill ready to merge compatible other SoCs.
	- fix a identation
	- remove clk_set_rate(),it's no necessary. 
	- fix the SIMPLE_DEV_PM_OPS() function  style.

Caesar Wang (2):
  thermal: rockchip: add driver for thermal
  dt-bindings: document Rockchip thermal

 .../bindings/thermal/rockchip-thermal.txt          |   20 +
 drivers/thermal/Kconfig                            |    9 +
 drivers/thermal/Makefile                           |    1 +
 drivers/thermal/rockchip_thermal.c                 |  642 ++++++++++++++++++++
 4 files changed, 672 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/thermal/rockchip-thermal.txt
 create mode 100644 drivers/thermal/rockchip_thermal.c

-- 
1.7.9.5

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

end of thread, other threads:[~2014-08-27 21:14 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-26 23:41 [PATCH v2 0/2] Rockchip soc theamal driver Caesar Wang
2014-08-26 23:41 ` [PATCH v2 1/2] thermal: rockchip: add driver for thermal Caesar Wang
2014-08-27  0:11   ` Dmitry Torokhov
2014-08-27 17:18     ` Caesar Wang
2014-08-27 18:02       ` Dmitry Torokhov
2014-08-27 21:14         ` Caesar Wang
2014-08-26 23:41 ` [PATCH v2 2/2] dt-bindings: document Rockchip thermal Caesar Wang
2014-08-27 20:17   ` Arnd Bergmann
2014-08-27 20:36     ` Caesar Wang

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