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: 960412 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter2.kernel.org (8.14.4/8.14.4) with ESMTP id p69M11h8001914 for ; Sat, 9 Jul 2011 22:01:01 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754850Ab1GIVww (ORCPT ); Sat, 9 Jul 2011 17:52:52 -0400 Received: from utopia.booyaka.com ([72.9.107.138]:53780 "EHLO utopia.booyaka.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752092Ab1GIVww (ORCPT ); Sat, 9 Jul 2011 17:52:52 -0400 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 cc: khilman@ti.com, tony@atomide.com 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 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter2.kernel.org [140.211.167.43]); Sat, 09 Jul 2011 22:01:01 +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