RE: [PATCH] mmc: core: Fix power_off_notify during suspend

2011-11-15 Thread Subhash Jadavani
ay, November 15, 2011 6:47 PM > To: Girish K S > Cc: linux-...@vger.kernel.org; patc...@linaro.org; linux-samsung- > s...@vger.kernel.org > Subject: Re: [PATCH] mmc: core: Fix power_off_notify during suspend > > Hi, > > On Tue, Nov 15 2011, Girish K S wrote: > > The

Re: [PATCH] mmc: core: Fix power_off_notify during suspend

2011-11-15 Thread Chris Ball
Hi, On Tue, Nov 15 2011, Girish K S wrote: > The eMMC 4.5 devices respond to only RESET and AWAKE command in the sleep > state. Hence the mmc switch command to notify power off state should be sent > before the device enters sleep state. > > This patch fixes the same. > > Signed-off-by: Girish K S