Re: [RFC PATCH] mmc: core: Invoke sdio func driver's PM callbacks from the sdio bus

2014-03-27 Thread Ulf Hansson
On 28 February 2014 12:49, Ulf Hansson wrote: > The sdio func device is added to the driver model after the card > device. > > This means the sdio func device will be suspend before the card device > and thus resumed after. The consequence are the mmc core don't > explicity need to protect itself

RE: [RFC PATCH] mmc: core: Invoke sdio func driver's PM callbacks from the sdio bus

2014-03-12 Thread Dong, Chuanxiao
Rafael J. Wysocki > Subject: Re: [RFC PATCH] mmc: core: Invoke sdio func driver's PM callbacks > from the > sdio bus > > On 12 March 2014 07:26, Aaron Lu wrote: > > On 03/12/2014 11:44 AM, Dong, Chuanxiao wrote: > >> Hi Aaron, > >> > >> This

Re: [RFC PATCH] mmc: core: Invoke sdio func driver's PM callbacks from the sdio bus

2014-03-12 Thread Ulf Hansson
huanxiao >> >>> -Original Message- >>> From: Lu, Aaron >>> Sent: Wednesday, March 12, 2014 10:36 AM >>> To: Ulf Hansson; linux-mmc@vger.kernel.org; Chris Ball; Liu, Chuansheng; >>> Dong, >>> Chuanxiao >>> Cc: linux-ker.

Re: [RFC PATCH] mmc: core: Invoke sdio func driver's PM callbacks from the sdio bus

2014-03-11 Thread Aaron Lu
r.kernel.org; Chris Ball; Liu, Chuansheng; >> Dong, >> Chuanxiao >> Cc: linux-ker...@vger.kernel.org; NeilBrown; Rafael J. Wysocki >> Subject: Re: [RFC PATCH] mmc: core: Invoke sdio func driver's PM callbacks >> from the >> sdio bus >> >> Hi Chu

RE: [RFC PATCH] mmc: core: Invoke sdio func driver's PM callbacks from the sdio bus

2014-03-11 Thread Dong, Chuanxiao
nxiao > -Original Message- > From: Lu, Aaron > Sent: Wednesday, March 12, 2014 10:36 AM > To: Ulf Hansson; linux-mmc@vger.kernel.org; Chris Ball; Liu, Chuansheng; Dong, > Chuanxiao > Cc: linux-ker...@vger.kernel.org; NeilBrown; Rafael J. Wysocki > Subject: Re: [RFC PATCH] m

Re: [RFC PATCH] mmc: core: Invoke sdio func driver's PM callbacks from the sdio bus

2014-03-11 Thread Aaron Lu
Hi Chuansheng & Chuanxiao, Can you please help us testing this patch on your platform and let us know the test result? Thanks. -Aaron On 02/28/2014 07:49 PM, Ulf Hansson wrote: > The sdio func device is added to the driver model after the card > device. > > This means the sdio func device will

Re: [RFC PATCH] mmc: core: Invoke sdio func driver's PM callbacks from the sdio bus

2014-02-28 Thread Aaron Lu
On 02/28/2014 07:49 PM, Ulf Hansson wrote: > The sdio func device is added to the driver model after the card > device. > > This means the sdio func device will be suspend before the card device > and thus resumed after. The consequence are the mmc core don't > explicity need to protect itself fro

[RFC PATCH] mmc: core: Invoke sdio func driver's PM callbacks from the sdio bus

2014-02-28 Thread Ulf Hansson
The sdio func device is added to the driver model after the card device. This means the sdio func device will be suspend before the card device and thus resumed after. The consequence are the mmc core don't explicity need to protect itself from receiving sdio requests in suspended state. Instead t