Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754837Ab3I0Wje (ORCPT ); Fri, 27 Sep 2013 18:39:34 -0400 Received: from mms3.broadcom.com ([216.31.210.19]:2674 "EHLO mms3.broadcom.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753419Ab3I0Wjb (ORCPT ); Fri, 27 Sep 2013 18:39:31 -0400 X-Server-Uuid: B86B6450-0931-4310-942E-F00ED04CA7AF From: "Wendy Ng" To: "Rob Herring" , "Stephen Warren" cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, "Christian Daudt" , "Markus Mayer" , "Wendy Ng" Subject: [PATCH v2 0/3] thermal: bcm281xx: Add thermal driver Date: Fri, 27 Sep 2013 15:37:31 -0700 Message-ID: <1380321454-16216-1-git-send-email-wendy.ng@broadcom.com> X-Mailer: git-send-email 1.7.9.5 MIME-Version: 1.0 X-WSS-ID: 7E58D9052L889333570-01-01 Content-Type: text/plain Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1399 Lines: 33 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/