From: "Wendy Ng" <wendy.ng@broadcom.com>
To: "Rob Herring" <rob.herring@calxeda.com>,
"Pawel Moll" <pawel.moll@arm.com>,
"Mark Rutland" <mark.rutland@arm.com>,
"Stephen Warren" <swarren@wwwdotorg.org>,
"Ian Campbell" <ijc+devicetree@hellion.org.uk>,
"Eduardo Valentin" <eduardo.valentin@ti.com>,
"Kumar Gala" <galak@codeaurora.org>
Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-pm@vger.kernel.org, "Christian Daudt" <bcm@fixthebug.org>,
"Markus Mayer" <mmayer@broadcom.com>,
"Tim Kryger" <tim.kryger@linaro.org>,
"Matt Porter" <matt.porter@linaro.org>,
"Wendy Ng" <wendy.ng@broadcom.com>
Subject: [PATCH V2 0/3] thermal: bcm281xx: Add Temperature Monitor driver
Date: Tue, 5 Nov 2013 11:54:41 -0800 [thread overview]
Message-ID: <1383681284-17643-1-git-send-email-wendy.ng@broadcom.com> (raw)
This patch series adds the support of the Temperature Monitor driver
for Broadcom bcm281xx SoCs. This TMON driver can be used with the
Thermal Framework.
This patch series incoporates the feedback from the old series:
V1: https://lkml.org/lkml/2013/9/23/424
V2: https://lkml.org/lkml/2013/9/27/555
Note that this patch series is dependent on the following patches:
https://lkml.org/lkml/2013/9/26/787
http://www.spinics.net/lists/arm-kernel/msg274963.html
https://lkml.org/lkml/2013/10/3/645
---
Delta from V1 of this patch series:
1. Update bcm-kona-thermal.txt to remove the 'status' property
2. Added the references to the generic thermal sensor binding
and the generic clock consumer binding in bcm-kona-thermal.txt.
Wendy Ng (3):
thermal: bcm281xx: Add Temperature Monitor driver
ARM: configs:enable thermal framework for bcm281xx
ARM: dts: Add TMON driver support to bcm281xx
.../bindings/thermal/bcm-kona-thermal.txt | 27 +++
arch/arm/boot/dts/bcm11351-brt.dts | 4 +
arch/arm/boot/dts/bcm11351.dtsi | 29 ++++
arch/arm/boot/dts/bcm28155-ap.dts | 4 +
arch/arm/configs/bcm_defconfig | 4 +-
drivers/thermal/Kconfig | 11 ++
drivers/thermal/Makefile | 1 +
drivers/thermal/bcm_kona_tmon.c | 173 ++++++++++++++++++++
8 files changed, 252 insertions(+), 1 deletion(-)
create mode 100644 Documentation/devicetree/bindings/thermal/bcm-kona-thermal.txt
create mode 100644 drivers/thermal/bcm_kona_tmon.c
--
1.7.9.5
next reply other threads:[~2013-11-05 19:55 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-05 19:54 Wendy Ng [this message]
2013-11-05 19:54 ` [PATCH V2 1/3] " Wendy Ng
2013-11-05 20:15 ` Joe Perches
2013-11-05 19:54 ` [PATCH V2 2/3] ARM: configs:enable thermal framework for bcm281xx Wendy Ng
2013-11-05 19:54 ` [PATCH V2 3/3] ARM: dts: Add TMON driver support to bcm281xx Wendy Ng
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=1383681284-17643-1-git-send-email-wendy.ng@broadcom.com \
--to=wendy.ng@broadcom.com \
--cc=bcm@fixthebug.org \
--cc=devicetree@vger.kernel.org \
--cc=eduardo.valentin@ti.com \
--cc=galak@codeaurora.org \
--cc=ijc+devicetree@hellion.org.uk \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=matt.porter@linaro.org \
--cc=mmayer@broadcom.com \
--cc=pawel.moll@arm.com \
--cc=rob.herring@calxeda.com \
--cc=swarren@wwwdotorg.org \
--cc=tim.kryger@linaro.org \
/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
all inboxes | Powered by JetHome®