Re: [PATCH v2] mmc: core: eMMC in Sleep mode before suspend

2012-04-12 Thread T Krishnamoorthy, Balaji
On Thu, Apr 12, 2012 at 9:54 AM, Chris Ball c...@laptop.org wrote: Hi, On Thu, Sep 08 2011, Balaji T K wrote: Put MMC to sleep if it supports SLEEP/AWAKE (CMD5) in the mmc suspend so that Vcc (NAND core) can be cut to minimize power consumption. eMMC put into SLEEP can respond to CMD0 or

Re: [PATCH v2] mmc: core: eMMC in Sleep mode before suspend

2012-04-11 Thread Chris Ball
Hi, On Thu, Sep 08 2011, Balaji T K wrote: Put MMC to sleep if it supports SLEEP/AWAKE (CMD5) in the mmc suspend so that Vcc (NAND core) can be cut to minimize power consumption. eMMC put into SLEEP can respond to CMD0 or H/W reset or CMD5. Current implemention on resume from suspend relies

Re: [PATCH v2] mmc: core: eMMC in Sleep mode before suspend

2011-09-21 Thread Chris Ball
Hi Balaji, On Thu, Sep 08 2011, Balaji T K wrote: Put MMC to sleep if it supports SLEEP/AWAKE (CMD5) in the mmc suspend so that Vcc (NAND core) can be cut to minimize power consumption. eMMC put into SLEEP can respond to CMD0 or H/W reset or CMD5. Current implemention on resume from suspend

Re: [PATCH v2] mmc: core: eMMC in Sleep mode before suspend

2011-09-09 Thread Subhash Jadavani
Hi Balaji, Put MMC to sleep if it supports SLEEP/AWAKE (CMD5) in the mmc suspend so that Vcc (NAND core) can be cut to minimize power consumption. eMMC put into SLEEP can respond to CMD0 or H/W reset or CMD5. Current implemention on resume from suspend relies on CMD0 in mmc_init_card to get

Re: [PATCH v2] mmc: core: eMMC in Sleep mode before suspend

2011-09-09 Thread Adrian Hunter
On 09/09/11 09:34, Subhash Jadavani wrote: Hi Balaji, Put MMC to sleep if it supports SLEEP/AWAKE (CMD5) in the mmc suspend so that Vcc (NAND core) can be cut to minimize power consumption. eMMC put into SLEEP can respond to CMD0 or H/W reset or CMD5. Current implemention on resume from

[PATCH v2] mmc: core: eMMC in Sleep mode before suspend

2011-09-08 Thread Balaji T K
Put MMC to sleep if it supports SLEEP/AWAKE (CMD5) in the mmc suspend so that Vcc (NAND core) can be cut to minimize power consumption. eMMC put into SLEEP can respond to CMD0 or H/W reset or CMD5. Current implemention on resume from suspend relies on CMD0 in mmc_init_card to get out of SLEEP