From patchwork Thu Aug 6 16:28:51 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Madhusudhan X-Patchwork-Id: 39646 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 n76GT9DY020280 for ; Thu, 6 Aug 2009 16:29:10 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753263AbZHFQ3B (ORCPT ); Thu, 6 Aug 2009 12:29:01 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753756AbZHFQ3B (ORCPT ); Thu, 6 Aug 2009 12:29:01 -0400 Received: from bear.ext.ti.com ([192.94.94.41]:41551 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752922AbZHFQ3A (ORCPT ); Thu, 6 Aug 2009 12:29:00 -0400 Received: from dlep35.itg.ti.com ([157.170.170.118]) by bear.ext.ti.com (8.13.7/8.13.7) with ESMTP id n76GSqIh016435; Thu, 6 Aug 2009 11:28:57 -0500 Received: from webmail.ti.com (localhost [127.0.0.1]) by dlep35.itg.ti.com (8.13.7/8.13.7) with ESMTP id n76GSnXA011130; Thu, 6 Aug 2009 11:28:50 -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; Thu, 6 Aug 2009 21:58:51 +0530 (IST) Message-ID: <44306.192.168.10.88.1249576131.squirrel@dbdmail.itg.ti.com> Date: Thu, 6 Aug 2009 21:58:51 +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 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 fixing the conflict pointed out by Nishant. Regards, Madhu ----------------------------------------------- Update maintainers entry for TI OMAP HS MMC support. Signed-off-by: Madhusudhan Chikkature --- 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_hs* OMAP RANDOM NUMBER GENERATOR SUPPORT M: Deepak Saxena