From patchwork Tue Jan 3 06:56:17 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Baoyou Xie X-Patchwork-Id: 89615 Delivered-To: patch@linaro.org Received: by 10.140.20.101 with SMTP id 92csp7880327qgi; Mon, 2 Jan 2017 22:57:57 -0800 (PST) X-Received: by 10.84.218.133 with SMTP id r5mr133380632pli.175.1483426677445; Mon, 02 Jan 2017 22:57:57 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id b35si56969515plh.218.2017.01.02.22.57.57; Mon, 02 Jan 2017 22:57:57 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@linaro.org; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE dis=NONE) header.from=linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757144AbdACG5p (ORCPT + 25 others); Tue, 3 Jan 2017 01:57:45 -0500 Received: from mail-pg0-f44.google.com ([74.125.83.44]:33814 "EHLO mail-pg0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757059AbdACG5h (ORCPT ); Tue, 3 Jan 2017 01:57:37 -0500 Received: by mail-pg0-f44.google.com with SMTP id y62so159633370pgy.1 for ; Mon, 02 Jan 2017 22:57:36 -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=abTwPgtbZr2li+KFShiH0YG6y1GZ79Cte6MhU30Pq1c=; b=CcERpN9F9IFEXOLJSONq0Si+jbtHyH2W92dAA9AUI2D6e2GAzb6uWRPRSarSG8gxaF K0aJtzFdKP8540UXk6BOZ6FI8gP+D7Ue8csx+rDAQmwY87148bLCIUEdyWHbIAc7GF3C gvKU1Ue7ck/X328Qv31m/3XSTlMIdvUtuVs7c= 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=abTwPgtbZr2li+KFShiH0YG6y1GZ79Cte6MhU30Pq1c=; b=QXLG/e42bjA31hNjFV9tw4YaoWISW4l1pnYlFm6OfKK45E8SivKatA4pGa4SYL6ras gT3WTCP7rPRsyd7lnd16KIt1ikzXnpo6KzigJxdtmm2h8Fipw5yXTyvn1WMQGcW0yYfS oJqcOvWU9PHBAB1u9okQ2pFBpyFFbMmYdRnJE3GS9q8jFlL/8EU12CkIM9c2jQ300djs cMGaNbhWAhnIe1Vd7XsThqxoT3sbgTLjAoeADFgwRu5ZwCZVIojEO47FpjOQtlYfoHU9 2kYpeu9s5Q+mjh6XbSRzqU/DX69yI4iDqXDq+Qid9LabwGJPL9SU734c+FMh1HOLPRj0 IKgQ== X-Gm-Message-State: AIkVDXJtln80CcK2+pdQ3BQmjZD60ILC8dadh/SL7fbKW6YR4goTOA5Sa6Z1q4oUakwZrBGV X-Received: by 10.84.173.195 with SMTP id p61mr132659012plb.158.1483426651480; Mon, 02 Jan 2017 22:57:31 -0800 (PST) Received: from localhost.localdomain ([104.237.91.113]) by smtp.gmail.com with ESMTPSA id u3sm136986589pfk.3.2017.01.02.22.57.15 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 02 Jan 2017 22:57:30 -0800 (PST) From: Baoyou Xie To: jun.nie@linaro.org, krzk@kernel.org, arnd@arndb.de, roy.pledge@nxp.com, ulf.hansson@linaro.org, yangbo.lu@nxp.com, claudiu.manoil@nxp.com, pankaj.dubey@samsung.com, f.fainelli@gmail.com, scott.branden@broadcom.com, horms+renesas@verge.net.au, laurent.pinchart@ideasonboard.com, amitdanielk@gmail.com, geert+renesas@glider.be, shawnguo@kernel.org Cc: baoyou.xie@linaro.org, xie.baoyou@zte.com.cn, chen.chaokai@zte.com.cn, wang.qiang01@zte.com.cn, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH v4 3/3] MAINTAINERS: add zx2967 SoC drivers to ARM ZTE architecture Date: Tue, 3 Jan 2017 14:56:17 +0800 Message-Id: <1483426577-5470-3-git-send-email-baoyou.xie@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1483426577-5470-1-git-send-email-baoyou.xie@linaro.org> References: <1483426577-5470-1-git-send-email-baoyou.xie@linaro.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add the ZTE SoC drivers as maintained by ARM ZTE architecture maintainers, as they're parts of the core IP. By the way, this patch adds the maintainer for ARM ZTE architecture to Baoyou Xie. Signed-off-by: Baoyou Xie --- MAINTAINERS | 4 ++++ 1 file changed, 4 insertions(+) -- 2.7.4 diff --git a/MAINTAINERS b/MAINTAINERS index ad199da..64f04df 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1975,12 +1975,16 @@ F: arch/arm/mach-pxa/include/mach/z2.h ARM/ZTE ARCHITECTURE M: Jun Nie +M: Baoyou Xie L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) S: Maintained F: arch/arm/mach-zx/ F: drivers/clk/zte/ +F: drivers/soc/zte/ F: Documentation/devicetree/bindings/arm/zte.txt F: Documentation/devicetree/bindings/clock/zx296702-clk.txt +F: Documentation/devicetree/bindings/soc/zte/ +F: include/dt-bindings/soc/zx*.h ARM/ZYNQ ARCHITECTURE M: Michal Simek