From patchwork Wed Aug 19 22:46:57 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Madhusudhan X-Patchwork-Id: 42795 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 n7JMlk14025779 for ; Wed, 19 Aug 2009 22:47:46 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753346AbZHSWrm (ORCPT ); Wed, 19 Aug 2009 18:47:42 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753341AbZHSWrm (ORCPT ); Wed, 19 Aug 2009 18:47:42 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:35272 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753289AbZHSWrl (ORCPT ); Wed, 19 Aug 2009 18:47:41 -0400 Received: from dlep36.itg.ti.com ([157.170.170.91]) by devils.ext.ti.com (8.13.7/8.13.7) with ESMTP id n7JMkwB6028523; Wed, 19 Aug 2009 17:47:03 -0500 Received: from webmail.ti.com (localhost [127.0.0.1]) by dlep36.itg.ti.com (8.13.8/8.13.8) with ESMTP id n7JMks2B005932; Wed, 19 Aug 2009 17:46:55 -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, 20 Aug 2009 04:16:57 +0530 (IST) Message-ID: <43836.192.168.10.88.1250722017.squirrel@dbdmail.itg.ti.com> Date: Thu, 20 Aug 2009 04:16:57 +0530 (IST) Subject: [PATCH] Maintainers update for TI OMAP hsmmc driver From: "Madhusudhan Chikkature" To: akpm@linux-foundation.org, linux-mmc@vger.kernel.org Cc: jarkko.lavinen@nokia.com, linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org 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, I have posted this patch to linux-mmc@vger.kernel.org list earlier. I am reposting it to Andrew as I am not clear on the upstream path from linux-mmc@vger.kernel.org list currently. 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-2.6/MAINTAINERS =================================================================== --- linux-2.6.orig/MAINTAINERS +++ linux-2.6/MAINTAINERS @@ -3712,7 +3712,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