From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nishanth Menon Subject: Re: [RFC][PATCH] Maintainers update for hsmmc driver Date: Wed, 05 Aug 2009 20:00:46 -0500 Message-ID: <4A7A2B3E.5070308@gmail.com> References: <39332.192.168.10.88.1249515741.squirrel@dbdmail.itg.ti.com> <4A7A1B09.2040006@ti.com> <000001ca1628$f1f4b6d0$544ff780@am.dhcp.ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mail-yw0-f183.google.com ([209.85.211.183]:65188 "EHLO mail-yw0-f183.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751814AbZHFBA0 (ORCPT ); Wed, 5 Aug 2009 21:00:26 -0400 Received: by ywh13 with SMTP id 13so674828ywh.15 for ; Wed, 05 Aug 2009 18:00:26 -0700 (PDT) In-Reply-To: <000001ca1628$f1f4b6d0$544ff780@am.dhcp.ti.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Madhusudhan Cc: 'Nishanth Menon' , tony@atomide.com, linux-omap@vger.kernel.org, jarkko.lavinen@nokia.com, adrian.hunter@nokia.com Madhusudhan said the following on 08/05/2009 07:00 PM: >>> Signed-off-by: Madhusudhan Chikkature >>> --- >>> MAINTAINERS | 6 ++++++ >>> 1 file changed, 6 insertions(+) >>> >>> Index: linux-omap-2.6/MAINTAINERS >>> =================================================================== >>> --- linux-omap-2.6.orig/MAINTAINERS >>> +++ linux-omap-2.6/MAINTAINERS >>> @@ -3700,6 +3700,12 @@ L: linux-omap@vger.kernel.org >>> S: Maintained >>> F: drivers/mmc/host/*omap* >>> >> this regex *omap* and your regex *omap_hsmmc* are conflicting IMHO. >> > > Why do you think so? The omap driver which could support OMAP1 + 2420 vs > omap_hsmmc driver which support 2430/3430 controller are two separate > drivers. > > Simple: $ ls drivers/mmc/host/*omap* drivers/mmc/host/omap.c drivers/mmc/host/omap_hsmmc.c $ ls drivers/mmc/host/*omap_hsmmc* drivers/mmc/host/omap_hsmmc.c Regards, Nishanth Menon