From patchwork Sat Nov 17 10:55:47 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexandre Courbot X-Patchwork-Id: 1759081 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork2.kernel.org (Postfix) with ESMTP id 85670DF2A2 for ; Sat, 17 Nov 2012 10:58:08 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TZg4d-0000sR-1u; Sat, 17 Nov 2012 10:56:31 +0000 Received: from mail-pb0-f49.google.com ([209.85.160.49]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TZg4H-0000pB-Pq for linux-arm-kernel@lists.infradead.org; Sat, 17 Nov 2012 10:56:12 +0000 Received: by mail-pb0-f49.google.com with SMTP id un15so2334170pbc.36 for ; Sat, 17 Nov 2012 02:56:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; bh=tdWcLLQ/xmsU8N9d1wSDUzLE2c8eAJS3cHgmc0Gdb6Q=; b=NFGtD2i0kyzVSeWxLkroMCHU6BLS+xAss6JmQQ+YHsdQKAhaCWOepCsp/eJxl7uUOL QjitkfewmTx+NtVPCJEWzS3v27h5oyIqI0UU2iw/WRuGTOLgD/hHWZYLY6BmRRMviul+ iowYYcfIYX5onPsTB0Fq7wsdKCSj4xGkB+G2f2Bm/jtVhvapWy38uT/VhvSScxEWfq4R eu1Bg9vQ3kRS4xc13IwIAe20yA4n4YKT3Q9K57UKVVcJa12aofq6n6wm6DFD6zQ+7G0+ k/mFGvN6ekYtr0o4nA8/Pq65xpAWI39GHXELDPBdHzIuPLFl4D00EGTOYSdYtcLjaBbS at2Q== Received: by 10.68.219.164 with SMTP id pp4mr17259101pbc.72.1353149769556; Sat, 17 Nov 2012 02:56:09 -0800 (PST) Received: from localhost.localdomain (softbank126010191003.bbtec.net. [126.10.191.3]) by mx.google.com with ESMTPS id ju7sm2766307pbb.60.2012.11.17.02.56.06 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 17 Nov 2012 02:56:09 -0800 (PST) From: Alexandre Courbot To: Anton Vorontsov , Stephen Warren , Thierry Reding , Mark Zhang , Grant Likely , Rob Herring , Mark Brown , David Woodhouse , Arnd Bergmann Subject: [PATCHv9 3/3] Take maintainership of power sequences Date: Sat, 17 Nov 2012 19:55:47 +0900 Message-Id: <1353149747-31871-4-git-send-email-acourbot@nvidia.com> X-Mailer: git-send-email 1.8.0 In-Reply-To: <1353149747-31871-1-git-send-email-acourbot@nvidia.com> References: <1353149747-31871-1-git-send-email-acourbot@nvidia.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20121117_055610_051289_AF2F32DB X-CRM114-Status: UNSURE ( 9.23 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.160.49 listed in list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (gnurou[at]gmail.com) -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_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: Alexandre Courbot , linux-fbdev@vger.kernel.org, linux-pm@vger.kernel.org, devicetree-discuss@lists.ozlabs.org, linux-kernel@vger.kernel.org, Alexandre Courbot , linux-tegra@vger.kernel.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org Add entry for power sequences into MAINTAINERS with all the needed contact and SCM info. Signed-off-by: Alexandre Courbot Acked-by: Stephen Warren Acked-by: Thierry Reding --- MAINTAINERS | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index bb0b27d..e9098f5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5745,6 +5745,16 @@ F: fs/timerfd.c F: include/linux/timer* F: kernel/*timer* +POWER SEQUENCES +M: Alexandre Courbot +S: Supported +W: https://github.com/Gnurou/linux +T: git git://github.com/Gnurou/linux.git power-seq/for-next +F: Documentation/devicetree/bindings/power/power_seq.txt +F: Documentation/power/power_seq.txt +F: include/linux/power_seq.h +F: drivers/power/power_seq/ + POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS M: Anton Vorontsov M: David Woodhouse