All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] thermal: bcm281xx: Add thermal driver
@ 2013-09-27 22:37 Wendy Ng
  2013-09-27 22:37 ` [PATCH v2 2/3] ARM: bcm281xx: Turn on Thermal and HWMON drivers Wendy Ng
       [not found] ` <1380321454-16216-1-git-send-email-wendy.ng-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
  0 siblings, 2 replies; 16+ messages in thread
From: Wendy Ng @ 2013-09-27 22:37 UTC (permalink / raw)
  To: Rob Herring, Stephen Warren
  Cc: devicetree, linux-kernel, linux-pm, Christian Daudt, Markus Mayer,
	Wendy Ng

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

The change for this version of the patch is to work with the
ARCH_BCM->ARCH_BCM_MOBILE renaming series as shown in the link below:
http://www.spinics.net/lists/arm-kernel/msg274963.html

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



^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2013-10-16 21:18 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-27 22:37 [PATCH v2 0/3] thermal: bcm281xx: Add thermal driver Wendy Ng
2013-09-27 22:37 ` [PATCH v2 2/3] ARM: bcm281xx: Turn on Thermal and HWMON drivers Wendy Ng
2013-10-13 22:16   ` Eduardo Valentin
2013-10-13 22:16     ` Eduardo Valentin
2013-10-16 21:18     ` Wendy Ng
     [not found] ` <1380321454-16216-1-git-send-email-wendy.ng-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
2013-09-27 22:37   ` [PATCH v2 1/3] thermal: bcm281xx: Add thermal driver Wendy Ng
2013-09-27 22:37     ` Wendy Ng
2013-10-13 23:14     ` Eduardo Valentin
2013-10-13 23:14       ` Eduardo Valentin
2013-10-15 21:57       ` Wendy Ng
2013-09-27 22:37   ` [PATCH v2 3/3] ARM: bcm281xx: Add thermal driver to device tree Wendy Ng
2013-09-27 22:37     ` Wendy Ng
2013-10-13 22:19     ` Eduardo Valentin
2013-10-13 22:19       ` Eduardo Valentin
     [not found]       ` <525B1C77.1070809-l0cyMroinI0@public.gmane.org>
2013-10-15 21:10         ` Wendy Ng
2013-10-15 21:10           ` Wendy Ng

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.