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: 1759031 Return-Path: X-Original-To: patchwork-linux-pm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork2.kernel.org (Postfix) with ESMTP id 58E0BE00DD for ; Sat, 17 Nov 2012 10:56:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754175Ab2KQK4O (ORCPT ); Sat, 17 Nov 2012 05:56:14 -0500 Received: from mail-pa0-f46.google.com ([209.85.220.46]:50221 "EHLO mail-pa0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754162Ab2KQK4K (ORCPT ); Sat, 17 Nov 2012 05:56:10 -0500 Received: by mail-pa0-f46.google.com with SMTP id hz1so2400226pad.19 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 Cc: linux-tegra@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-fbdev@vger.kernel.org, devicetree-discuss@lists.ozlabs.org, linux-pm@vger.kernel.org, Alexandre Courbot , Alexandre Courbot 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> Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.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