From patchwork Mon Jan 16 04:19:54 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Baoyou Xie X-Patchwork-Id: 91527 Delivered-To: patch@linaro.org Received: by 10.140.20.99 with SMTP id 90csp1254582qgi; Sun, 15 Jan 2017 20:20:29 -0800 (PST) X-Received: by 10.99.174.75 with SMTP id e11mr37388207pgp.89.1484540428980; Sun, 15 Jan 2017 20:20:28 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id u74si20230396pgc.310.2017.01.15.20.20.28 for ; Sun, 15 Jan 2017 20:20:28 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-watchdog-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 linux-watchdog-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-watchdog-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 S1750992AbdAPEU1 (ORCPT ); Sun, 15 Jan 2017 23:20:27 -0500 Received: from mail-pg0-f43.google.com ([74.125.83.43]:36488 "EHLO mail-pg0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751090AbdAPEUZ (ORCPT ); Sun, 15 Jan 2017 23:20:25 -0500 Received: by mail-pg0-f43.google.com with SMTP id t6so6618976pgt.3 for ; Sun, 15 Jan 2017 20:20:24 -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=hbwSpeU4at82DIclJ/IjOnOAo0EqdIKIOzp77Ra9kSE=; b=JQx9nXH86yJIErvvJVkv2aX6R/YnRCWi3THXwWf00FONd0LIMe59XIW4A24ynIv3l6 y+8cTXtUeDP1MFtQyivrxZX3RqiIlxht15n0Up82joG4xoSqk45eTcC46cE+rxk66U5X WDiE5kyphVMR2VOvs+7unfkQjxCyH/CtwCiIw= 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=hbwSpeU4at82DIclJ/IjOnOAo0EqdIKIOzp77Ra9kSE=; b=Znff49kuapKw15EyWbBkeI1TeCiA1ubBlOkeMFLJ7NiVn6W3sYC5BuA75IH8ZIzNut tUIkn3eh4r4AUbJOBgtsl49k0IBIFEPclAaG/IdaZxYe6jxzu8RSOHDCVmfwcIEfhdQF kiy0uEQigoNhsD/mfhUYFLBeUcoYciwxfEd67wrDP3MRVjBYdm8elP7JFphS349t6ymh up8eaaKpvG7hlXXooBWa7oejV4604dEEC3VcqW/ihoheqrs3sRpnkGg0y5+fCGfYnPaB 1Eoac3YrT/Ca6/iEh9SRW1Met9agfeSPGArHikgZCKpPzq6Rmu+LExFzz5Vq/OSqT2sc d6RQ== X-Gm-Message-State: AIkVDXLxlCVSXTwr9elE6sMO3jG9zjUrP9XqBDZIP0qGSa9PHJwaim/MbT8cyOAt1kz6YH4s X-Received: by 10.84.216.73 with SMTP id f9mr48098134plj.159.1484540424401; Sun, 15 Jan 2017 20:20:24 -0800 (PST) Received: from localhost.localdomain ([45.56.152.15]) by smtp.gmail.com with ESMTPSA id b69sm34215915pfd.90.2017.01.15.20.20.16 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 15 Jan 2017 20:20:23 -0800 (PST) From: Baoyou Xie To: jun.nie@linaro.org, wim@iguana.be, linux@roeck-us.net, robh+dt@kernel.org, mark.rutland@arm.com Cc: linux-arm-kernel@lists.infradead.org, linux-watchdog@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 v1 2/3] MAINTAINERS: add zx2967 watchdog controller driver to ARM ZTE architecture Date: Mon, 16 Jan 2017 12:19:54 +0800 Message-Id: <1484540395-3335-2-git-send-email-baoyou.xie@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1484540395-3335-1-git-send-email-baoyou.xie@linaro.org> References: <1484540395-3335-1-git-send-email-baoyou.xie@linaro.org> Sender: linux-watchdog-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-watchdog@vger.kernel.org Add the zx2967 watchdog controller driver 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(+) -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-watchdog" 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 08f8155..77f0290 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1983,11 +1983,13 @@ F: drivers/clk/zte/ F: drivers/reset/reset-zx2967.c F: drivers/soc/zte/ F: drivers/thermal/zx* +F: drivers/watchdog/zx2967_wdt.c F: Documentation/devicetree/bindings/arm/zte.txt F: Documentation/devicetree/bindings/clock/zx296702-clk.txt F: Documentation/devicetree/bindings/reset/zte,zx2967-reset.txt F: Documentation/devicetree/bindings/soc/zte/ F: Documentation/devicetree/bindings/thermal/zx* +F: Documentation/devicetree/bindings/watchdog/zte,zx2967-wdt.txt F: include/dt-bindings/soc/zx*.h ARM/ZYNQ ARCHITECTURE