From patchwork Tue Oct 1 22:58:48 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nishanth Menon X-Patchwork-Id: 2972561 X-Patchwork-Delegate: eduardo.valentin@ti.com Return-Path: X-Original-To: patchwork-linux-pm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 0149CBFF0B for ; Tue, 1 Oct 2013 23:00:06 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id C35B7203A3 for ; Tue, 1 Oct 2013 23:00:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9EF2F20131 for ; Tue, 1 Oct 2013 23:00:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752504Ab3JAW7u (ORCPT ); Tue, 1 Oct 2013 18:59:50 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:35594 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751303Ab3JAW7t (ORCPT ); Tue, 1 Oct 2013 18:59:49 -0400 Received: from dflxv15.itg.ti.com ([128.247.5.124]) by comal.ext.ti.com (8.13.7/8.13.7) with ESMTP id r91MwnO2027186; Tue, 1 Oct 2013 17:58:49 -0500 Received: from DLEE70.ent.ti.com (dlee70.ent.ti.com [157.170.170.113]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id r91MwnBs027999; Tue, 1 Oct 2013 17:58:49 -0500 Received: from dflp33.itg.ti.com (10.64.6.16) by DLEE70.ent.ti.com (157.170.170.113) with Microsoft SMTP Server id 14.2.342.3; Tue, 1 Oct 2013 17:58:48 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp33.itg.ti.com (8.14.3/8.13.8) with ESMTP id r91Mwmgr032066; Tue, 1 Oct 2013 17:58:48 -0500 Date: Tue, 1 Oct 2013 17:58:48 -0500 From: Nishanth Menon To: Eduardo Valentin , , , CC: , , , , , , , , , , , Subject: Re: [PATCH 0/7] DRA7: DT thermal support Message-ID: <20131001225848.GA12365@kahuna> References: <1380652344-18819-1-git-send-email-eduardo.valentin@ti.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1380652344-18819-1-git-send-email-eduardo.valentin@ti.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,KHOP_BIG_TO_CC, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP On 14:32-20131001, Eduardo Valentin wrote: > Hello all, > > This is a complementary patch series with themal DT support for DRA7. > > Although this work depends on the thermal dt parser work [1], I decided > to share it before hand. It also depends on DRA7 DT base port support, > which I fetched from Rajendra's tree [2]. > > This patch series has been runtime tested on DRA7-evm. > > All best, > > [1] - https://lkml.org/lkml/2013/9/26/787 > [2] - git://github.com/rrnayak/linux.git out-of-tree/dra-integrated-v3 > > Eduardo Valentin (7): > arm: dts: add dra7 DSPEVE thermal data > arm: dts: add dra7 IVA thermal data > arm: dts: dra7: add bandgap entry > arm: dts: add cooling properties on dra7 cpu node > arm: dts: dra7: add thermal data > arm: dts: add tmp102 i2c sensor node on dra7-evm > arm: dts: add thermal zones info on tmp102 for DRA7-EVM > > arch/arm/boot/dts/dra7-dspeve-thermal.dtsi | 28 ++++++++++++++++++++++++++++ > arch/arm/boot/dts/dra7-evm.dts | 23 +++++++++++++++++++++++ > arch/arm/boot/dts/dra7-iva-thermal.dtsi | 28 ++++++++++++++++++++++++++++ > arch/arm/boot/dts/dra7.dtsi | 27 ++++++++++++++++++++++++++- > 4 files changed, 105 insertions(+), 1 deletion(-) > create mode 100644 arch/arm/boot/dts/dra7-dspeve-thermal.dtsi > create mode 100644 arch/arm/boot/dts/dra7-iva-thermal.dtsi +Benoit, Tony, Linux-omap. Ref: http://marc.info/?l=linux-pm&m=138065243027014&w=2 Tony, Benoit, The following diff[1] is probably needed to ensure that right audience is addressed. Eduardo, could you send an updated series with Tony, Benoit and linux-omap in the loop? [1] diff --git a/MAINTAINERS b/MAINTAINERS index 284969f..3442671 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5969,6 +5969,7 @@ M: Tony Lindgren L: linux-omap@vger.kernel.org L: devicetree@vger.kernel.org S: Maintained +F: arch/arm/boot/dts/*dra7* F: arch/arm/boot/dts/*omap* F: arch/arm/boot/dts/*am3*