From patchwork Fri Feb 3 10:10:54 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Baoyou Xie X-Patchwork-Id: 9553785 X-Patchwork-Delegate: eduardo.valentin@ti.com Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 6A67660405 for ; Fri, 3 Feb 2017 10:12:21 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 5B0362839A for ; Fri, 3 Feb 2017 10:12:21 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 4F19F28507; Fri, 3 Feb 2017 10:12:21 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.3 required=2.0 tests=BAYES_00,DKIM_SIGNED, HK_RANDOM_FROM,RCVD_IN_DNSWL_HI,RCVD_IN_SORBS_SPAM,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 007962839A for ; Fri, 3 Feb 2017 10:12:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753085AbdBCKMH (ORCPT ); Fri, 3 Feb 2017 05:12:07 -0500 Received: from mail-pg0-f51.google.com ([74.125.83.51]:36739 "EHLO mail-pg0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753075AbdBCKMF (ORCPT ); Fri, 3 Feb 2017 05:12:05 -0500 Received: by mail-pg0-f51.google.com with SMTP id v184so5657319pgv.3 for ; Fri, 03 Feb 2017 02:12:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=/XA5fFRzhjE03eNmqzhVndCQ91zYLqBygdJ4rvHDly4=; b=LYYYjem/0dAeszd7pcv8d8MB35Y4ObAJXohwOhVyS8mmkmTFCy4E2Pn1YjcBqVx8MI 8o/cUZGwMQDm+cLi2tJJ6sSLyHc/MSLSDCxVJsyAXKlW2ajy97tDZ8qSRNCcoM3G9k2y kVPUiytwYSj9B5+Sy9hK4G+Vz1zMpP9I1xJCc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=/XA5fFRzhjE03eNmqzhVndCQ91zYLqBygdJ4rvHDly4=; b=pePKDRrMDNrvoDRluUbVAy/2iamiTmbbzK1Z8/p6ZmDwlNSF/di5wArxbx2/w2c381 TM+S90KRBOb3Txy5hFjbP5cCfYfKQs9A3Pageqj0aM88GTsWolLC9UDX/Auvsfs23VRE wNHu5Blnnj/ULPC/KcpC24vzKzlA3u83AMwXSobfZGdaiTSLOHGeYgVVwAeu/eFMG6Vp xQoTfo5liVwjBIkD7FE6DVKV1Pb6NDuwyj8rm4hckLcbqXvMEcCDOD2lw4vdjBQbBcpl YshhX/5myXDQ5YToOS3zFfNHKsV37cDwSMyXlLgdg3/1+lH/4cnNUA128+CLhlQMX20W GD/w== X-Gm-Message-State: AIkVDXKHAQ51CXcUZhw+UtOPERJj9RKxqMbxWw4owhmQbb3NOoycSPaqHC5ABShcWjZA0bNs X-Received: by 10.99.142.65 with SMTP id k62mr16399156pge.157.1486116725116; Fri, 03 Feb 2017 02:12:05 -0800 (PST) Received: from localhost.localdomain ([104.237.91.48]) by smtp.gmail.com with ESMTPSA id m29sm65598967pfi.54.2017.02.03.02.11.56 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 03 Feb 2017 02:12:04 -0800 (PST) From: Baoyou Xie To: mathieu.poirier@linaro.org, jun.nie@linaro.org, rui.zhang@intel.com, edubezval@gmail.com, robh+dt@kernel.org, mark.rutland@arm.com Cc: linux-arm-kernel@lists.infradead.org, linux-pm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, shawnguo@kernel.org, baoyou.xie@linaro.org, xie.baoyou@zte.com.cn, chen.chaokai@zte.com.cn, wang.qiang01@zte.com.cn Subject: [PATCH v7 2/3] MAINTAINERS: add zx2967 thermal drivers to ARM ZTE architecture Date: Fri, 3 Feb 2017 18:10:54 +0800 Message-Id: <1486116655-24111-2-git-send-email-baoyou.xie@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1486116655-24111-1-git-send-email-baoyou.xie@linaro.org> References: <1486116655-24111-1-git-send-email-baoyou.xie@linaro.org> Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Add the zx2967 thermal drivers as maintained by ARM ZTE architecture maintainers, as they're parts of the core IP. Signed-off-by: Baoyou Xie --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 5fb9b62..edfdea3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1989,10 +1989,12 @@ F: arch/arm/mach-zx/ F: drivers/clk/zte/ F: drivers/reset/reset-zx2967.c F: drivers/soc/zte/ +F: drivers/thermal/zx* F: Documentation/devicetree/bindings/arm/zte.txt F: Documentation/devicetree/bindings/clock/zx296702-clk.txt F: Documentation/devicetree/bindings/reset/zte,zx2967-reset.txt F: Documentation/devicetree/bindings/soc/zte/ +F: Documentation/devicetree/bindings/thermal/zx* F: include/dt-bindings/soc/zx*.h ARM/ZYNQ ARCHITECTURE