Re: [PATCH 3/3] mmc: sdio: don't power up cards on system suspend

2010-12-16 Thread Chris Ball
Hi Ohad, On Sun, Nov 28, 2010 at 07:21:30AM +0200, Ohad Ben-Cohen wrote: > Initial SDIO runtime PM implementation took a conservative approach > of powering up cards (and fully reinitializing them) on system suspend, > just before the suspend handlers of the relevant drivers were executed. > > To

[PATCH 3/3] mmc: sdio: don't power up cards on system suspend

2010-11-27 Thread Ohad Ben-Cohen
Initial SDIO runtime PM implementation took a conservative approach of powering up cards (and fully reinitializing them) on system suspend, just before the suspend handlers of the relevant drivers were executed. To avoid redundant power and reinitialization cycles, this patch removes this behavior