From: Jia Hongtao <hongtao.jia@freescale.com>
To: <edubezval@gmail.com>
Cc: <linux-pm@vger.kernel.org>, <linuxppc-dev@lists.ozlabs.org>,
<devicetree@vger.kernel.org>, <scottwood@freescale.com>,
<hongtao.jia@freescale.com>
Subject: [PATCH V4 0/5] TMU support for QorIQ platform
Date: Tue, 24 Nov 2015 14:52:43 +0800 [thread overview]
Message-ID: <1448347968-37766-1-git-send-email-hongtao.jia@freescale.com> (raw)
This patchset add thermal management support to QorIQ platform including:
- T1040/T1042.
- T1023/T1024.
- LS1021A.
The thermal driver is updated to V4 based on Linux v4.4-rc2.
CPU Cooling device registration is done by another patch which will send
to both thermal and cpufreq maintainers.
The patchset is reviewed by Scott Wood <scottwood@freescale.com>.
Jia Hongtao (5):
dt-bindings: Add QorIQ TMU thermal bindings
thermal: qoriq: Add thermal management support
powerpc/mpc85xx: Add TMU device tree support for T1040/T1042
powerpc/mpc85xx: Add TMU device tree support for T1023/T1024
arm/ls1021a: Add TMU device tree support for LS1021A
.../devicetree/bindings/thermal/qoriq-thermal.txt | 63 +++++
arch/arm/boot/dts/ls1021a.dtsi | 84 ++++++-
arch/powerpc/boot/dts/fsl/t1023rdb.dts | 2 +-
arch/powerpc/boot/dts/fsl/t1023si-post.dtsi | 86 +++++++
arch/powerpc/boot/dts/fsl/t1024qds.dts | 2 +-
arch/powerpc/boot/dts/fsl/t1024rdb.dts | 2 +-
arch/powerpc/boot/dts/fsl/t1024si-post.dtsi | 2 +-
arch/powerpc/boot/dts/fsl/t102xsi-pre.dtsi | 2 +
arch/powerpc/boot/dts/fsl/t1040d4rdb.dts | 2 +-
arch/powerpc/boot/dts/fsl/t1040qds.dts | 2 +-
arch/powerpc/boot/dts/fsl/t1040rdb.dts | 2 +-
arch/powerpc/boot/dts/fsl/t1040si-post.dtsi | 94 ++++++++
arch/powerpc/boot/dts/fsl/t1042d4rdb.dts | 2 +-
arch/powerpc/boot/dts/fsl/t1042qds.dts | 2 +-
arch/powerpc/boot/dts/fsl/t1042rdb.dts | 2 +-
arch/powerpc/boot/dts/fsl/t1042rdb_pi.dts | 2 +-
arch/powerpc/boot/dts/fsl/t1042si-post.dtsi | 2 +-
arch/powerpc/boot/dts/fsl/t104xsi-pre.dtsi | 4 +
drivers/thermal/Kconfig | 10 +
drivers/thermal/Makefile | 1 +
drivers/thermal/qoriq_thermal.c | 262 +++++++++++++++++++++
21 files changed, 616 insertions(+), 14 deletions(-)
create mode 100644 Documentation/devicetree/bindings/thermal/qoriq-thermal.txt
create mode 100644 drivers/thermal/qoriq_thermal.c
--
2.1.0.27.g96db324
next reply other threads:[~2015-11-24 7:15 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-24 6:52 Jia Hongtao [this message]
2015-11-24 6:52 ` [PATCH V4 1/5] dt-bindings: Add QorIQ TMU thermal bindings Jia Hongtao
2015-11-24 23:20 ` Rob Herring
2015-11-24 6:52 ` [PATCH V4 2/5] thermal: qoriq: Add thermal management support Jia Hongtao
2015-11-24 6:52 ` [PATCH V4 3/5] powerpc/mpc85xx: Add TMU device tree support for T1040/T1042 Jia Hongtao
2015-11-24 6:52 ` [PATCH V4 4/5] powerpc/mpc85xx: Add TMU device tree support for T1023/T1024 Jia Hongtao
2015-11-24 6:52 ` [PATCH V4 5/5] arm/ls1021a: Add TMU device tree support for LS1021A Jia Hongtao
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=1448347968-37766-1-git-send-email-hongtao.jia@freescale.com \
--to=hongtao.jia@freescale.com \
--cc=devicetree@vger.kernel.org \
--cc=edubezval@gmail.com \
--cc=linux-pm@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=scottwood@freescale.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 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).