Re: [PATCH v2] mmc: atmel-mci: add runtime pm support

2014-11-04 Thread Ulf Hansson
On 4 November 2014 14:14, Ludovic Desroches wrote: > On Tue, Nov 04, 2014 at 11:05:56AM +0100, Ulf Hansson wrote: >> On 30 October 2014 05:00, Wenyou Yang wrote: >> > Add runtime pm support to atmel mci controller. >> > Use runtime pm APIs to enable/disable atmel mci's clock. >> > Use runtime aut

Re: [PATCH v2] mmc: atmel-mci: add runtime pm support

2014-11-04 Thread Ludovic Desroches
On Tue, Nov 04, 2014 at 11:05:56AM +0100, Ulf Hansson wrote: > On 30 October 2014 05:00, Wenyou Yang wrote: > > Add runtime pm support to atmel mci controller. > > Use runtime pm APIs to enable/disable atmel mci's clock. > > Use runtime autosuspend APIs to enable auto suspend delay. > > > > Signed

Re: [PATCH v2] mmc: atmel-mci: add runtime pm support

2014-11-04 Thread Ulf Hansson
On 30 October 2014 05:00, Wenyou Yang wrote: > Add runtime pm support to atmel mci controller. > Use runtime pm APIs to enable/disable atmel mci's clock. > Use runtime autosuspend APIs to enable auto suspend delay. > > Signed-off-by: Wenyou Yang Ludovic, any objections to this one? Kind regards

[PATCH v2] mmc: atmel-mci: add runtime pm support

2014-10-29 Thread Wenyou Yang
Add runtime pm support to atmel mci controller. Use runtime pm APIs to enable/disable atmel mci's clock. Use runtime autosuspend APIs to enable auto suspend delay. Signed-off-by: Wenyou Yang --- Changes v1 -> v2: * Adjust the APIs and invoking sequence to avoid clock unbalance issue during ->pro