From patchwork Tue Feb 7 00:56:40 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Baoyou Xie X-Patchwork-Id: 9558979 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 10E6B602B1 for ; Tue, 7 Feb 2017 00:58:50 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id F28A226E4C for ; Tue, 7 Feb 2017 00:58:49 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id E746828159; Tue, 7 Feb 2017 00:58:49 +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.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, HK_RANDOM_FROM, RCVD_IN_DNSWL_HI, 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 A1C1626E4C for ; Tue, 7 Feb 2017 00:58:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752752AbdBGA6V (ORCPT ); Mon, 6 Feb 2017 19:58:21 -0500 Received: from mail-pg0-f54.google.com ([74.125.83.54]:34566 "EHLO mail-pg0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752671AbdBGA6U (ORCPT ); Mon, 6 Feb 2017 19:58:20 -0500 Received: by mail-pg0-f54.google.com with SMTP id 14so33062788pgg.1 for ; Mon, 06 Feb 2017 16:58:20 -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=WBOKqYTXmqi8+w3OdXZZ34+bP8LnnNwpPPCsczTdAd4=; b=OOs4f9G7+88OtKc27rmegz0K7evLI6w+ZK+Dt6dlZl/Tif0jcGr0V0oFJ1pOvQU/3g GNbL+qnzF4Tx0bsyn7yxlOp0BZGp2jQjTK9cs6QLxDH4+wYT7GMySpLunUUuw5WYkMSE Es0oLMFfMpHpkBi0zBRuIoWC7IET4OVOa8JvE= 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=WBOKqYTXmqi8+w3OdXZZ34+bP8LnnNwpPPCsczTdAd4=; b=U7GeczhOG748Xb2Wba0oArovIETTmHYgenmqB6JndbGPtnd3cCptjyE5ykJhnbpLWa 92eC0SHjjSro7t4n8HM9ovQaq4qXczNGzGWV00u3oIvmwGCiPnAdUZUGWdr16ol20D3l NqgdTWtEHSe0QtK44cuO/l+E1WpyryQIsr25zdSNv3bueilUWb3C4EnTEEEQYk0170ul DljCifbNH+y08njVkoqkKPwmNW67aKG5Bvrc5DIVzrqFZ8G0E6qINUfPaVO0e5bTKBON BJ8G3TwMoRPJRBbBdRDD97T3aZv6GQwpbA0AFISEvOAmdhliY9Bee7oSndxt+VSiQ6U1 q4Eg== X-Gm-Message-State: AIkVDXKSQ6v7uA+/c6Yb03ssSrpchzVbuPRfJGhDrIYUFbQpd8Kzz+A8lmsms8F4Oj2jde6c X-Received: by 10.99.181.66 with SMTP id u2mr17059264pgo.164.1486429094569; Mon, 06 Feb 2017 16:58:14 -0800 (PST) Received: from localhost.localdomain ([104.237.91.105]) by smtp.gmail.com with ESMTPSA id z74sm5423255pfd.70.2017.02.06.16.58.08 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 06 Feb 2017 16:58:14 -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 v9 2/3] MAINTAINERS: add zx2967 thermal drivers to ARM ZTE architecture Date: Tue, 7 Feb 2017 08:56:40 +0800 Message-Id: <1486429001-31940-2-git-send-email-baoyou.xie@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1486429001-31940-1-git-send-email-baoyou.xie@linaro.org> References: <1486429001-31940-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 4e81e2b..2a84440 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1990,11 +1990,13 @@ F: drivers/clk/zte/ F: drivers/i2c/busses/i2c-zx2967.c 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/i2c/i2c-zx2967.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