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: 9494509 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 B579560413 for ; Tue, 3 Jan 2017 06:59:08 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A71A520246 for ; Tue, 3 Jan 2017 06:59:08 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 9A71826861; Tue, 3 Jan 2017 06:59:08 +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=-4.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 40B6F20246 for ; Tue, 3 Jan 2017 06:59:08 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.85_2 #1 (Red Hat Linux)) id 1cOJ2i-0008G7-Uo; Tue, 03 Jan 2017 06:57:56 +0000 Received: from mail-pg0-x236.google.com ([2607:f8b0:400e:c05::236]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1cOJ2f-00086O-8a for linux-arm-kernel@lists.infradead.org; Tue, 03 Jan 2017 06:57:54 +0000 Received: by mail-pg0-x236.google.com with SMTP id g1so172525754pgn.0 for ; Mon, 02 Jan 2017 22:57:31 -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=hSnVDp2gLnHjdA4xWOAX+IVNd3xjI66ylMVol7oJeJ9d5ai+UMFlxWkwwL1rg1rwJM Tm/8LLSqsZbXoW4wThseB0AjbwQp2t7u+fH5x1F/zn4fG7v9x00kg5wO8D47VTtbc3Ng V4vB/x5tRMqZ/LJERIimfpCk14xYsJCWsEz8uVNQDVo7/0dJInpQB1dBHsAxeDvCCqfj ar/5dnDFZbKwmTh+w1wPlFWwg/QbAre1B4S2bNaVONN4vS+GFNO0gi52nH+/3q5kkCp/ 0cQf9wkntrqkgfEONz8pXvyWZhiybgJFHYGBFfWEnAVxT4rHr4wvjiF3XU5FvEuKx2kC YSxA== X-Gm-Message-State: AIkVDXIiJ7kte5r1bWQHMxHDkVkGiOuzJ7YeD/gl0+WmEcxclk/1GewjOiMOM3Ld9jZQ20Qo 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 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> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170102_225753_400360_47B3DB15 X-CRM114-Status: UNSURE ( 8.41 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: xie.baoyou@zte.com.cn, linux-kernel@vger.kernel.org, wang.qiang01@zte.com.cn, chen.chaokai@zte.com.cn, baoyou.xie@linaro.org, linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP 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(+) 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