Re: [PATCH v5 1/2] OMAP HSMMC: Adding a Flag to determine the type of Card detect

2010-07-01 Thread Tony Lindgren
* kishore kadiyala [100621 09:49]: > On Fri, Jun 18, 2010 at 1:49 AM, Andrew Morton > wrote: > > On Thu, 17 Jun 2010 20:56:58 +0530 (IST) > > "kishore kadiyala" wrote: > > > >> --- a/arch/arm/plat-omap/include/plat/mmc.h > >> +++ b/arch/arm/plat-omap/include/plat/mmc.h > >> @@ -43,6 +43,9 @@ > >

Re: [PATCH v5 1/2] OMAP HSMMC: Adding a Flag to determine the type of Card detect

2010-06-20 Thread kishore kadiyala
On Fri, Jun 18, 2010 at 1:49 AM, Andrew Morton wrote: > On Thu, 17 Jun 2010 20:56:58 +0530 (IST) > "kishore kadiyala" wrote: > >> --- a/arch/arm/plat-omap/include/plat/mmc.h >> +++ b/arch/arm/plat-omap/include/plat/mmc.h >> @@ -43,6 +43,9 @@ >> >>  #define OMAP_MMC_MAX_SLOTS   2 >> >> +#define NO

Re: [PATCH v5 1/2] OMAP HSMMC: Adding a Flag to determine the type of Card detect

2010-06-17 Thread Andrew Morton
On Thu, 17 Jun 2010 20:56:58 +0530 (IST) "kishore kadiyala" wrote: > --- a/arch/arm/plat-omap/include/plat/mmc.h > +++ b/arch/arm/plat-omap/include/plat/mmc.h > @@ -43,6 +43,9 @@ > > #define OMAP_MMC_MAX_SLOTS 2 > > +#define NON_GPIO 0 > +#define GPIO 1 I'm count

[PATCH v5 1/2] OMAP HSMMC: Adding a Flag to determine the type of Card detect

2010-06-17 Thread kishore kadiyala
Adding a flag to determine the card detect type which can be either GPIO or NON-GPIO. MMC1 Controller of OMAP4 have NON-GPIO interrupt line from twl6030 for card detect. Signed-off-by: Kishore Kadiyala --- arch/arm/mach-omap2/board-3430sdp.c |3 +++ arch/arm/mach-omap2/board-cm-t35.