Re: Re: [PATCH] MMC/SDIO: enable SDIO device to suspend/resume asynchronously

2015-11-15 Thread Fu, Zhonghui
ed and bemused that you didn't put a summary of the testing >> and results in the commit message. Can you do that. >> >> As I wrote, we are assuming that there are no dependencies on the device >> outside the device hierarchy. That is a reasonable assumption for an SDIO >>

Re: Re: [PATCH] MMC/SDIO: enable SDIO device to suspend/resume asynchronously

2015-11-15 Thread Fu, Zhonghui
ed and bemused that you didn't put a summary of the testing >> and results in the commit message. Can you do that. >> >> As I wrote, we are assuming that there are no dependencies on the device >> outside the device hierarchy. That is a reasonable assumption for an SDIO >>

Re: [PATCH] MMC/SDIO: enable SDIO device to suspend/resume asynchronously

2015-09-21 Thread Adrian Hunter
long as device subsystem has >>> initialized fully this device. >> >> The original suspend time is 1645ms and resume time is 940ms on ASUS T100TA >> machine. After enabling "wiphy device", "SDIO device", "mmc host" and >>

Re: [PATCH] MMC/SDIO: enable SDIO device to suspend/resume asynchronously

2015-09-21 Thread Adrian Hunter
", "SDIO device", "mmc host" and > "sdhci-acpi device" to suspend/resume asynchronously, the suspend time is > 1096ms and resume time is 908ms. The test environment is listed as follows: > > OS: Ubuntu 14.04 > Kernel: mainline v4.1 > Machine: ASU

Re: [PATCH] MMC/SDIO: enable SDIO device to suspend/resume asynchronously

2015-09-21 Thread Adrian Hunter
", "SDIO device", "mmc host" and > "sdhci-acpi device" to suspend/resume asynchronously, the suspend time is > 1096ms and resume time is 908ms. The test environment is listed as follows: > > OS: Ubuntu 14.04 > Kernel: mainline v4.1 > Machine: ASU

Re: [PATCH] MMC/SDIO: enable SDIO device to suspend/resume asynchronously

2015-09-21 Thread Adrian Hunter
long as device subsystem has >>> initialized fully this device. >> >> The original suspend time is 1645ms and resume time is 940ms on ASUS T100TA >> machine. After enabling "wiphy device", "SDIO device", "mmc host" and >>

Re: [PATCH] MMC/SDIO: enable SDIO device to suspend/resume asynchronously

2015-08-24 Thread Fu, Zhonghui
On 2015/8/17 14:48, Adrian Hunter wrote: > On 17/08/15 06:26, Fu, Zhonghui wrote: >> Hi, >> >> Any comments are welcome. >> >> >> Thanks, >> Zhonghui >> >> On 2015/7/30 15:40, Fu, Zhonghui wrote: >>> Enable SDIO card and function device to suspend/resume asynchronously. >>> This can improve

Re: [PATCH] MMC/SDIO: enable SDIO device to suspend/resume asynchronously

2015-08-24 Thread Fu, Zhonghui
On 2015/8/17 14:48, Adrian Hunter wrote: On 17/08/15 06:26, Fu, Zhonghui wrote: Hi, Any comments are welcome. Thanks, Zhonghui On 2015/7/30 15:40, Fu, Zhonghui wrote: Enable SDIO card and function device to suspend/resume asynchronously. This can improve system suspend/resume speed.

Re: [PATCH] MMC/SDIO: enable SDIO device to suspend/resume asynchronously

2015-08-17 Thread Adrian Hunter
On 17/08/15 06:26, Fu, Zhonghui wrote: > > Hi, > > Any comments are welcome. > > > Thanks, > Zhonghui > > On 2015/7/30 15:40, Fu, Zhonghui wrote: >> Enable SDIO card and function device to suspend/resume asynchronously. >> This can improve system suspend/resume speed. For me, it needs more

Re: [PATCH] MMC/SDIO: enable SDIO device to suspend/resume asynchronously

2015-08-17 Thread Adrian Hunter
On 17/08/15 06:26, Fu, Zhonghui wrote: Hi, Any comments are welcome. Thanks, Zhonghui On 2015/7/30 15:40, Fu, Zhonghui wrote: Enable SDIO card and function device to suspend/resume asynchronously. This can improve system suspend/resume speed. For me, it needs more explanation.

Re: [PATCH] MMC/SDIO: enable SDIO device to suspend/resume asynchronously

2015-08-16 Thread Fu, Zhonghui
Hi, Any comments are welcome. Thanks, Zhonghui On 2015/7/30 15:40, Fu, Zhonghui wrote: > Enable SDIO card and function device to suspend/resume asynchronously. > This can improve system suspend/resume speed. > > Signed-off-by: Zhonghui Fu > --- > drivers/mmc/core/sdio.c |4 > 1

Re: [PATCH] MMC/SDIO: enable SDIO device to suspend/resume asynchronously

2015-08-16 Thread Fu, Zhonghui
Hi, Any comments are welcome. Thanks, Zhonghui On 2015/7/30 15:40, Fu, Zhonghui wrote: Enable SDIO card and function device to suspend/resume asynchronously. This can improve system suspend/resume speed. Signed-off-by: Zhonghui Fu zhonghui...@linux.intel.com --- drivers/mmc/core/sdio.c

[PATCH] MMC/SDIO: enable SDIO device to suspend/resume asynchronously

2015-07-30 Thread Fu, Zhonghui
Enable SDIO card and function device to suspend/resume asynchronously. This can improve system suspend/resume speed. Signed-off-by: Zhonghui Fu --- drivers/mmc/core/sdio.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/drivers/mmc/core/sdio.c

[PATCH] MMC/SDIO: enable SDIO device to suspend/resume asynchronously

2015-07-30 Thread Fu, Zhonghui
Enable SDIO card and function device to suspend/resume asynchronously. This can improve system suspend/resume speed. Signed-off-by: Zhonghui Fu zhonghui...@linux.intel.com --- drivers/mmc/core/sdio.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git