From patchwork Fri Aug 7 15:21:44 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Madhusudhan X-Patchwork-Id: 39942 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n77FLxQO022212 for ; Fri, 7 Aug 2009 15:21:59 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750833AbZHGPVy (ORCPT ); Fri, 7 Aug 2009 11:21:54 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751838AbZHGPVy (ORCPT ); Fri, 7 Aug 2009 11:21:54 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:58439 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751215AbZHGPVy (ORCPT ); Fri, 7 Aug 2009 11:21:54 -0400 Received: from dlep33.itg.ti.com ([157.170.170.112]) by devils.ext.ti.com (8.13.7/8.13.7) with ESMTP id n77FLjfc014860; Fri, 7 Aug 2009 10:21:50 -0500 Received: from webmail.ti.com (localhost [127.0.0.1]) by dlep33.itg.ti.com (8.13.7/8.13.7) with ESMTP id n77FLfDD005354; Fri, 7 Aug 2009 10:21:42 -0500 (CDT) Received: from 192.168.10.88 (proxying for 128.247.79.84) (SquirrelMail authenticated user x0070977); by dbdmail.itg.ti.com with HTTP; Fri, 7 Aug 2009 20:51:44 +0530 (IST) Message-ID: <50872.192.168.10.88.1249658504.squirrel@dbdmail.itg.ti.com> Date: Fri, 7 Aug 2009 20:51:44 +0530 (IST) Subject: [Resend][PATCH] Maintainers update for hsmmc driver From: "Madhusudhan Chikkature" To: tony@atomide.com Cc: linux-omap@vger.kernel.org, jarkko.lavinen@nokia.com, adrian.hunter@nokia.com, felipe.balbi@nokia.com User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 X-Priority: 3 (Normal) Importance: Normal Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org Hi, Resending the patch after changing omap_hs* to omap_hsmmc.c. Regards, Madhu Update maintainers entry for TI OMAP HS MMC support. Signed-off-by: Madhusudhan Chikkature Acked-by: Kevin Hilman --- MAINTAINERS | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Index: linux-omap-2.6/MAINTAINERS =================================================================== --- linux-omap-2.6.orig/MAINTAINERS +++ linux-omap-2.6/MAINTAINERS @@ -3698,7 +3698,13 @@ OMAP MMC SUPPORT M: Jarkko Lavinen L: linux-omap@vger.kernel.org S: Maintained -F: drivers/mmc/host/*omap* +F: drivers/mmc/host/omap.c + +OMAP HS MMC SUPPORT +M: Madhusudhan Chikkature +L: linux-omap@vger.kernel.org +S: Maintained +F: drivers/mmc/host/omap_hsmmc.c OMAP RANDOM NUMBER GENERATOR SUPPORT M: Deepak Saxena