[PATCH 1/2] MMC: PM: add suspend/resume in atmel-mci

2011-06-29 Thread Nicolas Ferre
Take care of slots while going to suspend state. Signed-off-by: Nicolas Ferre nicolas.fe...@atmel.com Signed-off-by: Uwe Kleine-König u.kleine-koe...@pengutronix.de --- drivers/mmc/host/atmel-mci.c | 51 ++ 1 files changed, 51 insertions(+), 0

Re: [PATCH 1/2] MMC: PM: add suspend/resume in atmel-mci

2011-06-29 Thread Felipe Balbi
Hi, On Wed, Jun 29, 2011 at 06:54:19PM +0200, Nicolas Ferre wrote: Take care of slots while going to suspend state. Signed-off-by: Nicolas Ferre nicolas.fe...@atmel.com Signed-off-by: Uwe Kleine-König u.kleine-koe...@pengutronix.de --- drivers/mmc/host/atmel-mci.c | 51

Re: [PATCH 1/2] MMC: PM: add suspend/resume in atmel-mci

2011-06-29 Thread Rafael J. Wysocki
On Wednesday, June 29, 2011, Felipe Balbi wrote: Hi, On Wed, Jun 29, 2011 at 06:54:19PM +0200, Nicolas Ferre wrote: Take care of slots while going to suspend state. Signed-off-by: Nicolas Ferre nicolas.fe...@atmel.com Signed-off-by: Uwe Kleine-König u.kleine-koe...@pengutronix.de