From patchwork Wed Jan 11 10:14:10 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Baoyou Xie X-Patchwork-Id: 90839 Delivered-To: patch@linaro.org Received: by 10.140.20.99 with SMTP id 90csp1048311qgi; Wed, 11 Jan 2017 02:14:58 -0800 (PST) X-Received: by 10.99.60.76 with SMTP id i12mr9890298pgn.170.1484129698092; Wed, 11 Jan 2017 02:14:58 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 72si506328pfj.150.2017.01.11.02.14.57; Wed, 11 Jan 2017 02:14:58 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@linaro.org; spf=pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=devicetree-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760777AbdAKKOo (ORCPT + 7 others); Wed, 11 Jan 2017 05:14:44 -0500 Received: from mail-pg0-f48.google.com ([74.125.83.48]:36213 "EHLO mail-pg0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760684AbdAKKOm (ORCPT ); Wed, 11 Jan 2017 05:14:42 -0500 Received: by mail-pg0-f48.google.com with SMTP id f188so280490187pgc.3 for ; Wed, 11 Jan 2017 02:14:41 -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=yKhp4KsThSiw+uu8WaJ+xrhye9AKukgEInc0FhHf2uU=; b=Rhxb9i8ERXylErIYN19mZdQpXgtzlyZqQaalDO59FETMPOKfWwpOoI6kgVq1mGfTJE FVD6qha+A6O1X9UshpD6ONcMZXWxGIn04vjOBTc11WxuW5tgcieYgMtr8JfW5KLk7VJm pi+NB+6Lx9XKk0N3N+0xI9FzPukjx+Df9747I= 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=yKhp4KsThSiw+uu8WaJ+xrhye9AKukgEInc0FhHf2uU=; b=mTz+sc7gFF11haWOHMua9HRT9tpwu/fkWXTb2Ia9BSK9T4pQx0V1IkTeEeHBmNve3a GPY48yS366iGle7AFLDTHi+eo+cH1HIes3cpEcVSxzruLs9nw9xtxOHfUKW0EPXtVTzR dy9tGBRsvz34Cf1YRC2ZUZSpVqieq/LxCYm+q+CCd18+7540SFMg9HsEXwir3f5dHI38 3kanqpRAW34tJYu77QIpVGIyXI6by1ts99/k3T3XOM4TjWuTe/SPmK0lySidr+toCu5s aXY6kYNhglq3Vl7rWkmehNprbs3r7bt+wxYzVYvm74lS0S2Gu1C/mB6ElQvm5Cu/8Inh peGQ== X-Gm-Message-State: AIkVDXJIzNjNE5wDLPrtKfWD4U4+MSDVOiyUasmQpWn2cmo8OBYdmLvtA+E3zPM/x9QtvCWb X-Received: by 10.98.16.7 with SMTP id y7mr9297939pfi.55.1484129681397; Wed, 11 Jan 2017 02:14:41 -0800 (PST) Received: from localhost.localdomain ([104.237.91.89]) by smtp.gmail.com with ESMTPSA id o24sm12360823pfj.78.2017.01.11.02.14.31 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 11 Jan 2017 02:14:40 -0800 (PST) From: Baoyou Xie To: rui.zhang@intel.com, edubezval@gmail.com, robh+dt@kernel.org, mark.rutland@arm.com, jun.nie@linaro.org Cc: linux-pm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.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 v2 2/3] MAINTAINERS: add zx2967 thermal drivers to ARM ZTE architecture Date: Wed, 11 Jan 2017 18:14:10 +0800 Message-Id: <1484129651-17531-2-git-send-email-baoyou.xie@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1484129651-17531-1-git-send-email-baoyou.xie@linaro.org> References: <1484129651-17531-1-git-send-email-baoyou.xie@linaro.org> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org 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 | 1 + 1 file changed, 1 insertion(+) -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/MAINTAINERS b/MAINTAINERS index 64f04df..2593296 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1981,6 +1981,7 @@ S: Maintained F: arch/arm/mach-zx/ F: drivers/clk/zte/ 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/soc/zte/