Re: [PATCH 00/12] mmc: core: mmc_bus to handle suspend|resume|shutdown

2013-06-27 Thread Chris Ball
Hi Ulf, On Mon, Jun 10 2013, Ulf Hansson wrote: > From: Ulf Hansson > > The MMC/SD/SDIO cards are registered on the mmc_bus and should from a power > management perspective be controlled from there. As of today each and every > host driver needs to issue mmc_suspend|resume_host from their respect

Re: [PATCH 00/12] mmc: core: mmc_bus to handle suspend|resume|shutdown

2013-06-12 Thread Pierre Ossman
On Tue, 11 Jun 2013 11:24:49 +0200 Linus Walleij wrote: > > Hm a significant portion of this patch set hits code which has not > been touched since Pierre Ossman wrote the first MMC code. > E.g. patch 1. In the spirit of giving credit where credit is due, the MMC code existed long before I got

Re: [PATCH 00/12] mmc: core: mmc_bus to handle suspend|resume|shutdown

2013-06-11 Thread Linus Walleij
On Mon, Jun 10, 2013 at 5:03 PM, Ulf Hansson wrote: > From: Ulf Hansson > > The MMC/SD/SDIO cards are registered on the mmc_bus and should from a power > management perspective be controlled from there. As of today each and every > host driver needs to issue mmc_suspend|resume_host from their re

[PATCH 00/12] mmc: core: mmc_bus to handle suspend|resume|shutdown

2013-06-10 Thread Ulf Hansson
From: Ulf Hansson The MMC/SD/SDIO cards are registered on the mmc_bus and should from a power management perspective be controlled from there. As of today each and every host driver needs to issue mmc_suspend|resume_host from their respective .suspend|resume methods, which seems like an unnecessa