Re: [v5 5/5] MMC: SDHCI AutoCMD23 support.

2011-05-20 Thread Andrei Warkentin
Hi Arindam, On Fri, May 20, 2011 at 5:46 AM, Nath, Arindam wrote: > Hi Andrei, > > [...] >> diff --git a/drivers/mmc/host/sdhci.h b/drivers/mmc/host/sdhci.h >> index 7e28eec..713caf0 100644 >> --- a/drivers/mmc/host/sdhci.h >> +++ b/drivers/mmc/host/sdhci.h >> @@ -25,6 +25,7 @@ >>   */ >> >>  #de

RE: [v5 5/5] MMC: SDHCI AutoCMD23 support.

2011-05-20 Thread Nath, Arindam
Hi Andrei, [...] > diff --git a/drivers/mmc/host/sdhci.h b/drivers/mmc/host/sdhci.h > index 7e28eec..713caf0 100644 > --- a/drivers/mmc/host/sdhci.h > +++ b/drivers/mmc/host/sdhci.h > @@ -25,6 +25,7 @@ > */ > > #define SDHCI_DMA_ADDRESS0x00 > +#define SDHCI_ARGUMENT2 0x00 Sin

[v5 5/5] MMC: SDHCI AutoCMD23 support.

2011-05-19 Thread Andrei Warkentin
Enables Auto-CMD23 support where available (SDHCI 3.0 controllers) Cc: arindam.n...@amd.com Cc: c...@laptop.org Cc: a...@arndb.de Cc: subha...@codeaurora.org Cc: malc...@google.com Tested-by: Arindam Nath Signed-off-by: Andrei Warkentin --- drivers/mmc/host/sdhci.c | 17 - dr