linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [v3 0/2] thermal: Add qcom tsens thermal sensor driver
@ 2015-02-24  6:47 Narendran Rajan
  2015-02-24  6:47 ` [v3 1/2] " Narendran Rajan
  2015-02-24  6:47 ` [v3 2/2] ARM: qcom: dts: Add tsens thermal data Narendran Rajan
  0 siblings, 2 replies; 8+ messages in thread
From: Narendran Rajan @ 2015-02-24  6:47 UTC (permalink / raw)
  To: Zhang Rui, Eduardo Valentin; +Cc: Linux ARM MSM, Linux PM, Narendran Rajan

This version of patch incorporates review comments from community (mainly Lina Iyer)

Main changes compared to v1 are the following:
- Added thermal dtsi patch to the series
- Minor code cleanup

The scope of this driver is limited to QCOM A family chipsets. The register layout of
tsens hardware is different on B family chipsets compared to A family, hence limiting
the scope to A family

Suggestions/followup patches for B family support are welcome.

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 (2):
  thermal: Add qcom tsens thermal sensor driver
  ARM: qcom: dts: Add tsens thermal data

 .../devicetree/bindings/thermal/qcom-thermal.txt   |  59 +++
 arch/arm/boot/dts/qcom-ipq8064.dtsi                |  27 +-
 arch/arm/boot/dts/qcom-msm8660.dtsi                |  27 +-
 arch/arm/boot/dts/qcom-msm8960.dtsi                |  28 +-
 arch/arm/boot/dts/qcom-thermal.dtsi                |  47 ++
 drivers/thermal/Kconfig                            |  14 +
 drivers/thermal/Makefile                           |   1 +
 drivers/thermal/qcom-tsens.c                       | 493 +++++++++++++++++++++
 8 files changed, 690 insertions(+), 6 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/thermal/qcom-thermal.txt
 create mode 100644 arch/arm/boot/dts/qcom-thermal.dtsi
 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] 8+ messages in thread

end of thread, other threads:[~2015-02-26 19:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-24  6:47 [v3 0/2] thermal: Add qcom tsens thermal sensor driver Narendran Rajan
2015-02-24  6:47 ` [v3 1/2] " Narendran Rajan
2015-02-25 19:44   ` Eduardo Valentin
2015-02-26  5:00     ` Narendran Rajan
2015-02-26 19:07       ` Eduardo Valentin
2015-02-24  6:47 ` [v3 2/2] ARM: qcom: dts: Add tsens thermal data Narendran Rajan
2015-02-25 19:45   ` Eduardo Valentin
2015-02-26  4:52     ` Narendran Rajan

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