RE: MMC retry mechanism

2009-09-06 Thread Madhusudhan
> -Original Message- > From: Pierre Ossman [mailto:pierre-l...@ossman.eu] > Sent: Sunday, September 06, 2009 9:21 AM > To: Madhusudhan > Cc: 'Adrian Hunter'; linux-mmc@vger.kernel.org > Subject: Re: MMC retry mechanism > > On Fri, 4 Sep 2009 17:08:05 -0500 > "Madhusudhan" wrote: > > >

Re: MMC retry mechanism

2009-09-06 Thread Pierre Ossman
On Fri, 4 Sep 2009 17:08:05 -0500 "Madhusudhan" wrote: > Hi Adrian, > > With respect to the below commit, It looks like currently the retry > mechanism only handles the READ path. > > I wonder could a similar retry logic feasible for the WRITE path? > The claim is that doing so can break some

Re: [PATCH 1/4] [MMC] core SDIO suspend/resume support

2009-09-06 Thread Pierre Ossman
On Wed, 02 Sep 2009 14:37:23 -0400 Nicolas Pitre wrote: > > When resuming, we make sure the same card is still inserted by comparing > the vendor and product IDs. If there is a mismatch, or if there is simply > no card anymore in the slot, then the previous card is "removed" and the > new card

[PATCH] Orphaning sdhci driver and list

2009-09-06 Thread Pierre Ossman
Remove myself as maintainer from the sdhci driver and steer people towards the new MMC list for discussing it. Signed-off-by: Pierre Ossman --- I've noticed that people have already begun sending their sdhci patches to Andrew, so this is more or less a formality at this point. I won't be turnin