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-27 Thread Ulf Hansson
On 28 February 2014 12:49, Ulf Hansson ulf.hans...@linaro.org 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

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 patch

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

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

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

2014-03-12 Thread Aaron Lu
nel.org; Chris Ball; Liu, Chuansheng; >> Dong, >> Chuanxiao >> Cc: linux-kernel@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 Chuansheng &a

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

2014-03-12 Thread Dong, Chuanxiao
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 aaron...@intel.com wrote: On 03/12/2014 11:44 AM, Dong, Chuanxiao wrote: Hi Aaron, This patch is tested on Intel platform, and SDIO function driver's suspend/resume

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

2014-03-12 Thread Aaron Lu
; Dong, Chuanxiao Cc: linux-kernel@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 Chuansheng Chuanxiao, Can you please help us testing this patch on your platform and let us know the test result

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

2014-03-12 Thread Ulf Hansson
AM To: Ulf Hansson; linux-...@vger.kernel.org; Chris Ball; Liu, Chuansheng; Dong, Chuanxiao Cc: linux-kernel@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 Chuansheng Chuanxiao, Can you

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

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

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-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 be

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

2014-03-11 Thread Dong, Chuanxiao
PATCH] mmc: core: Invoke sdio func driver's PM callbacks from the sdio bus 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

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

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 from