From patchwork Sat Jul 9 21:52:51 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Walmsley X-Patchwork-Id: 960402 Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by demeter1.kernel.org (8.14.4/8.14.4) with ESMTP id p69Lr8eM027004 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 9 Jul 2011 21:53:30 GMT Received: from canuck.infradead.org ([2001:4978:20e::1]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1QffSK-0008B1-20; Sat, 09 Jul 2011 21:52:56 +0000 Received: from localhost ([127.0.0.1] helo=canuck.infradead.org) by canuck.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1QffSJ-0006kK-Mb; Sat, 09 Jul 2011 21:52:55 +0000 Received: from utopia.booyaka.com ([72.9.107.138]) by canuck.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1QffSG-0006k1-KM for linux-arm-kernel@lists.infradead.org; Sat, 09 Jul 2011 21:52:53 +0000 Received: (qmail 13179 invoked by uid 1019); 9 Jul 2011 21:52:51 -0000 Date: Sat, 9 Jul 2011 15:52:51 -0600 (MDT) From: Paul Walmsley To: linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH] MAINTAINERS: add Kevin Hilman as the omap_device maintainer Message-ID: User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 X-CRM114-Version: 20090807-BlameThorstenAndJenny ( TRE 0.7.6 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20110709_175252_808983_BDB11150 X-CRM114-Status: GOOD ( 14.22 ) X-Spam-Score: -0.0 (/) X-Spam-Report: SpamAssassin version 3.3.1 on canuck.infradead.org summary: Content analysis details: (-0.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 T_RP_MATCHES_RCVD Envelope sender domain matches handover relay domain Cc: khilman@ti.com, tony@atomide.com X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Sat, 09 Jul 2011 21:53:30 +0000 (UTC) Currently, plat-omap/omap_device.c is used as the interface between the core Linux PM code (such as the system suspend and PM runtime code) and the internal OMAP power management infrastructure (such as the hwmod code, clockdomains, powerdomains, clocks, etc.) Kevin's doing most of the interaction with the core Linux PM people on this, so it makes sense for him to be the maintainer. Later, if we add some omap_bus code and convert omap_device into a proper Linux device, I suggest that maintainership of this piece should return to Tony. Signed-off-by: Paul Walmsley Cc: Tony Lindgren Cc: Kevin Hilman --- MAINTAINERS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index ae563fa..4b5a5dc 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4534,6 +4534,7 @@ M: Kevin Hilman L: linux-omap@vger.kernel.org S: Maintained F: arch/arm/*omap*/*pm* +F: arch/arm/plat-omap/omap_device.c OMAP POWERDOMAIN/CLOCKDOMAIN SOC ADAPTATION LAYER SUPPORT M: Rajendra Nayak