From patchwork Sat Jan 7 05:38:07 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Baoyou Xie X-Patchwork-Id: 90262 Delivered-To: patch@linaro.org Received: by 10.140.20.101 with SMTP id 92csp9751464qgi; Fri, 6 Jan 2017 21:38:57 -0800 (PST) X-Received: by 10.84.232.196 with SMTP id x4mr20093805plm.102.1483767537215; Fri, 06 Jan 2017 21:38:57 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 6si81719632pfl.234.2017.01.06.21.38.57; Fri, 06 Jan 2017 21:38:57 -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 dis=NONE) header.from=linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161356AbdAGFix (ORCPT + 7 others); Sat, 7 Jan 2017 00:38:53 -0500 Received: from mail-pg0-f49.google.com ([74.125.83.49]:34184 "EHLO mail-pg0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1161352AbdAGFiv (ORCPT ); Sat, 7 Jan 2017 00:38:51 -0500 Received: by mail-pg0-f49.google.com with SMTP id 14so13547466pgg.1 for ; Fri, 06 Jan 2017 21:38:50 -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=VIR4hwC7IISc8bKuAcAOxRMx/OhQjWDfb7HKrep5xdYx0ENyNR69iLkVP7MsJXs2l+ doJUvOyZaYKsyYHjvegKFZVA6bM870HPzC9BSb7cwvn+4iMuWisSy3BcPH41fziaMwOd vW1v4d9UTEo7nUS9+MKPNV5R/uYAmElJv4lo0= 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=Hwtk98noQ3m0OEAar7+2KcsW7Lxn64xPK03UecFKlKiwQlhj0uUkkFMr4HFlsDBAXQ BmKvljG/RTIgZB1GrFlqhAAgVTHVfFFQlcmce8E6A+W1CFC87rfpWatfdIaH8WeKE62h U0lNKLv2mP9kI9gkb/s42rY3UXrodElQp1pO70TMBOkPbLZMkJWQFwwPYcRAoJKYg0eo Z/0YISZGEqrGf0vLqDMoYj+O5+g3Asp+oVS9v4aJLhnSKviBiYataSrtoIEsQaB0QyKz kQRf3m+SOSqDUbmwFnpNgLEnBRcdiuqx3AEBPYcPEvyRSgG1V16E/fAkDOaPil4A28IK dI5g== X-Gm-Message-State: AIkVDXKBCYJ+8cuKg6V6erU9eqwIEzHKobSXvGUBoEiES8dkSvRAzarwNW3B3hS0B1YhcJP7 X-Received: by 10.99.212.69 with SMTP id i5mr148803954pgj.29.1483767530455; Fri, 06 Jan 2017 21:38:50 -0800 (PST) Received: from localhost.localdomain ([104.237.91.53]) by smtp.gmail.com with ESMTPSA id r21sm20159514pfd.95.2017.01.06.21.38.38 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 06 Jan 2017 21:38:49 -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, gregkh@linuxfoundation.org, davem@davemloft.net, geert+renesas@glider.be, akpm@linux-foundation.org, mchehab@kernel.org, linux@roeck-us.net 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 v1 2/3] MAINTAINERS: add zx2967 thermal drivers to ARM ZTE architecture Date: Sat, 7 Jan 2017 13:38:07 +0800 Message-Id: <1483767488-19778-2-git-send-email-baoyou.xie@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1483767488-19778-1-git-send-email-baoyou.xie@linaro.org> References: <1483767488-19778-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/