linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [v2] thermal: Add qcom tsens thermal sensor driver
@ 2015-02-05 20:42 Narendran Rajan
  2015-02-05 20:42 ` Narendran Rajan
  0 siblings, 1 reply; 4+ messages in thread
From: Narendran Rajan @ 2015-02-05 20:42 UTC (permalink / raw)
  To: Zhang Rui, Eduardo Valentin; +Cc: Linux ARM MSM, Linux PM, Narendran Rajan

This version of patch incorporates several review comments from community (Srini, Leena, Stephen, Eduardo).

Main changes compared to v1 are the following:
- Removed HW trip mode specific code as this is not preset in upstream
- Removed interrupts support. Not needed as the thermal framework uses polling method
- Made it a generic qcom tsens driver (name changes throughout)
- Made tsens device a subnode of gcc
- Leveraged patches from Srini for qfprom access and making it gcc subnode
- Uses SIMPLE_DEV_PM_OPS
- Bug fixes, clean up as pointed out in the reviews
- Combined dt documentation along with the driver

This patch has dependency on following patches published in the mailing list

https://patchwork.kernel.org/patch/5748661/
https://patchwork.kernel.org/patch/5748681/

https://patchwork.kernel.org/patch/5707771/
https://patchwork.kernel.org/patch/5707781/

Narendran Rajan (1):
  thermal: Add qcom tsens thermal sensor driver

 .../devicetree/bindings/thermal/qcom-thermal.txt   |  59 +++
 drivers/thermal/Kconfig                            |  14 +
 drivers/thermal/Makefile                           |   1 +
 drivers/thermal/qcom-tsens.c                       | 498 +++++++++++++++++++++
 4 files changed, 572 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/thermal/qcom-thermal.txt
 create mode 100644 drivers/thermal/qcom-tsens.c

--
Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project

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

end of thread, other threads:[~2015-02-23 21:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-05 20:42 [v2] thermal: Add qcom tsens thermal sensor driver Narendran Rajan
2015-02-05 20:42 ` Narendran Rajan
2015-02-06 16:26   ` Lina Iyer
2015-02-23 20:55     ` Eduardo Valentin

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