From: Narendran Rajan <nrajan@codeaurora.org>
To: Zhang Rui <rui.zhang@intel.com>, Eduardo Valentin <edubezval@gmail.com>
Cc: Linux ARM MSM <linux-arm-msm@vger.kernel.org>,
Linux PM <linux-pm@vger.kernel.org>,
Narendran Rajan <nrajan@codeaurora.org>
Subject: [v3 0/2] thermal: Add qcom tsens thermal sensor driver
Date: Mon, 23 Feb 2015 22:47:20 -0800 [thread overview]
Message-ID: <1424760442-12564-1-git-send-email-nrajan@codeaurora.org> (raw)
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
next reply other threads:[~2015-02-24 6:47 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-24 6:47 Narendran Rajan [this message]
2015-02-24 6:47 ` [v3 1/2] thermal: Add qcom tsens thermal sensor driver 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1424760442-12564-1-git-send-email-nrajan@codeaurora.org \
--to=nrajan@codeaurora.org \
--cc=edubezval@gmail.com \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=rui.zhang@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.