mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Wendy Ng" <wendy.ng@broadcom.com>
To: "Rob Herring" <rob.herring@calxeda.com>,
	"Stephen Warren" <swarren@wwwdotorg.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>,
	"Wendy Ng" <wendy.ng@broadcom.com>
Subject: [PATCH 0/3] thermal: bcm281xx: Add thermal driver
Date: Mon, 23 Sep 2013 10:51:35 -0700	[thread overview]
Message-ID: <1379958698-7554-1-git-send-email-wendy.ng@broadcom.com> (raw)

This patch series adds the support of the thermal driver for Broadcom
bcm281xx family of SoCs.

Wendy Ng (3):
  thermal: bcm281xx: Add thermal driver
  ARM: bcm281xx: Turn on Thermal and HWMON drivers.
  ARM: bcm281xx: Add thermal driver to device tree.

 .../bindings/thermal/bcm-kona-thermal.txt          |   18 +++
 arch/arm/boot/dts/bcm11351-brt.dts                 |    4 +-
 arch/arm/boot/dts/bcm11351.dtsi                    |    6 +
 arch/arm/boot/dts/bcm28155-ap.dts                  |    4 +
 arch/arm/configs/bcm_defconfig                     |    3 +-
 drivers/thermal/Kconfig                            |   10 ++
 drivers/thermal/Makefile                           |    1 +
 drivers/thermal/bcm_thermal.c                      |  170 ++++++++++++++++++++
 8 files changed, 214 insertions(+), 2 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/thermal/bcm-kona-thermal.txt
 create mode 100644 drivers/thermal/bcm_thermal.c

-- 
1.7.9.5



             reply	other threads:[~2013-09-23 17:52 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-23 17:51 Wendy Ng [this message]
2013-09-23 17:51 ` [PATCH 1/3] " Wendy Ng
2013-09-23 18:19   ` Eduardo Valentin
2013-09-23 22:43     ` Wendy Ng
2013-09-23 23:46       ` Eduardo Valentin
2013-10-04 22:17         ` Wendy Ng
2013-10-07 14:52           ` Eduardo Valentin
2013-10-07 16:12             ` Eduardo Valentin
2013-10-07 17:52               ` Wendy Ng
2013-10-07 22:32                 ` Eduardo Valentin
2013-10-07 23:11                   ` Wendy Ng
2013-09-25 19:26   ` Matt Porter
2013-09-27 22:49     ` Wendy Ng
2013-09-23 17:51 ` [PATCH 2/3] ARM: bcm281xx: Turn on Thermal and HWMON drivers Wendy Ng
2013-09-23 17:51 ` [PATCH 3/3] ARM: bcm281xx: Add thermal driver to device tree 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=1379958698-7554-1-git-send-email-wendy.ng@broadcom.com \
    --to=wendy.ng@broadcom.com \
    --cc=bcm@fixthebug.org \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=mmayer@broadcom.com \
    --cc=rob.herring@calxeda.com \
    --cc=swarren@wwwdotorg.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

Powered by JetHome