From patchwork Wed Jan 4 00:19: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: 89755 Delivered-To: patch@linaro.org Received: by 10.140.20.101 with SMTP id 92csp8257689qgi; Tue, 3 Jan 2017 16:24:09 -0800 (PST) X-Received: by 10.99.108.8 with SMTP id h8mr117946364pgc.93.1483489449822; Tue, 03 Jan 2017 16:24:09 -0800 (PST) Return-Path: Received: from bombadil.infradead.org (bombadil.infradead.org. [2001:1868:205::9]) by mx.google.com with ESMTPS id c17si70448785pgh.177.2017.01.03.16.24.09 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 03 Jan 2017 16:24:09 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org designates 2001:1868:205::9 as permitted sender) client-ip=2001:1868:205::9; 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 linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org designates 2001:1868:205::9 as permitted sender) smtp.mailfrom=linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org; dmarc=fail (p=NONE dis=NONE) header.from=linaro.org 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 1cOZMK-000213-UK; Wed, 04 Jan 2017 00:23:16 +0000 Received: from mail-pg0-x233.google.com ([2607:f8b0:400e:c05::233]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1cOZMD-0001s1-2c for linux-arm-kernel@lists.infradead.org; Wed, 04 Jan 2017 00:23:11 +0000 Received: by mail-pg0-x233.google.com with SMTP id f188so220057198pgc.3 for ; Tue, 03 Jan 2017 16:22:48 -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=B4s6zB/vGb//ib1Wu1nub3L97AuRXQKUG2tLOp4LbZvozO8u/GYYunI2VGX7sOEhyY Gq47m2R4JtdLDtd2WQN2U2D/9aj2ApcAolqfqnhpfyu/lTBmkRIxscpvAPlJ3PoTMc0Y b+843PeAqAes33C5gECdzmHYIjuZU0FCIe5yA= 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=eCU2c84lL8pbekNSZmceZZyjeJMAJa2PmDmNkOQvGpjCobTb6/i/o57vJQ2cPH+i1l SjBwpVpz4LdgzyUo4mND2BkHououI/UvuCKHzoqeIai1PzgJXKKdiQjw0dqYNbzGj4nm mTwtTIm2n4xkMMSc/xyp8UmfYzIqzB26Cd0/Z93etvNzIy+zovRJHp+RKcfEcOZqVSKI Cpx3f2fFuTxoVuZF5WCB6Cj1YUXxli9XdSt8Qfpi1rbxBqLMOmZQgkYeovyQkb1YW0+K YMyrXHTssz7jWrF6CbTgxxo/aIRL+uIMkMlcdZZQbGkgrHzZTcLge4rp5R4q/x82Dnk2 g8Zw== X-Gm-Message-State: AIkVDXI57vrM3s/H8AtNqaDPcs6OGROo2yE2Hu6GUXdzxK8RtnGW1BH5snuAu62n4q/l19WP X-Received: by 10.84.202.12 with SMTP id w12mr142080104pld.156.1483489368051; Tue, 03 Jan 2017 16:22:48 -0800 (PST) Received: from localhost.localdomain ([104.237.91.58]) by smtp.gmail.com with ESMTPSA id 186sm142418741pfv.61.2017.01.03.16.22.29 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 03 Jan 2017 16:22:47 -0800 (PST) From: Baoyou Xie To: jun.nie@linaro.org, robh+dt@kernel.org, mark.rutland@arm.com, gregkh@linuxfoundation.org, davem@davemloft.net, geert+renesas@glider.be, akpm@linux-foundation.org, mchehab@kernel.org, linux@roeck-us.net, krzk@kernel.org, arnd@arndb.de, linus.walleij@linaro.org, pankaj.dubey@samsung.com, yangbo.lu@nxp.com, f.fainelli@gmail.com, claudiu.manoil@nxp.com, laurent.pinchart+renesas@ideasonboard.com Subject: [PATCH v5 4/4] MAINTAINERS: add zx2967 SoC drivers to ARM ZTE architecture Date: Wed, 4 Jan 2017 08:19:17 +0800 Message-Id: <1483489157-10782-4-git-send-email-baoyou.xie@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1483489157-10782-1-git-send-email-baoyou.xie@linaro.org> References: <1483489157-10782-1-git-send-email-baoyou.xie@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170103_162309_248003_DBB41081 X-CRM114-Status: UNSURE ( 8.74 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.0 (--) X-Spam-Report: SpamAssassin version 3.4.0 on bombadil.infradead.org summary: Content analysis details: (-2.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [2607:f8b0:400e:c05:0:0:0:233 listed in] [list.dnswl.org] 0.0 HK_RANDOM_ENVFROM Envelope sender username looks random 0.0 HK_RANDOM_FROM From username looks random -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid 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: devicetree@vger.kernel.org, xie.baoyou@zte.com.cn, linux-kernel@vger.kernel.org, chen.chaokai@zte.com.cn, wang.qiang01@zte.com.cn, baoyou.xie@linaro.org, shawnguo@kernel.org, linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel 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