Re: [PATCH] mmc: enable mmc host device to suspend/resume asynchronously

2015-09-21 Thread Fu, Zhonghui
he card's device gets called. You my tried > that feature by enabling MMC_CAP_RUNTIME_RESUME for the mmc hosts. This "will" improve system suspend/resume speed. I have resent this patch with updated commit message - "[PATCH v2] mmc: enable mmc host device to suspend/resume asynchronously&quo

Re: [PATCH] mmc: enable mmc host device to suspend/resume asynchronously

2015-09-21 Thread Fu, Zhonghui
pm_runtime_get_sync() for the card's device gets called. You my tried > that feature by enabling MMC_CAP_RUNTIME_RESUME for the mmc hosts. This "will" improve system suspend/resume speed. I have resent this patch with updated commit message - "[PATCH v2] mmc: enable mmc host dev

Re: [PATCH] mmc: enable mmc host device to suspend/resume asynchronously

2015-08-27 Thread Ulf Hansson
On 3 August 2015 at 14:39, Fu, Zhonghui wrote: > Enable mmc host device to suspend/resume asynchronously. > This can improve system suspend/resume speed. Can or will? It would be nice to see some statistics of this to justify the change. Can you share that? Moreover we already have the runtime

Re: [PATCH] mmc: enable mmc host device to suspend/resume asynchronously

2015-08-27 Thread Ulf Hansson
On 3 August 2015 at 14:39, Fu, Zhonghui zhonghui...@linux.intel.com wrote: Enable mmc host device to suspend/resume asynchronously. This can improve system suspend/resume speed. Can or will? It would be nice to see some statistics of this to justify the change. Can you share that? Moreover we

Re: [PATCH] mmc: enable mmc host device to suspend/resume asynchronously

2015-08-24 Thread Fu, Zhonghui
On 2015/8/17 14:52, Adrian Hunter wrote: > On 17/08/15 06:36, Fu, Zhonghui wrote: >> Hi, >> >> Any comments are welcome. > Same comments as here: > > http://marc.info/?l=linux-kernel=143979428424353=2 Now, PM core support asynchronous device suspend/resume mode. If one device has been

Re: [PATCH] mmc: enable mmc host device to suspend/resume asynchronously

2015-08-24 Thread Fu, Zhonghui
On 2015/8/17 14:52, Adrian Hunter wrote: On 17/08/15 06:36, Fu, Zhonghui wrote: Hi, Any comments are welcome. Same comments as here: http://marc.info/?l=linux-kernelm=143979428424353w=2 Now, PM core support asynchronous device suspend/resume mode. If one device has been set to

Re: [PATCH] mmc: enable mmc host device to suspend/resume asynchronously

2015-08-17 Thread Adrian Hunter
On 17/08/15 06:36, Fu, Zhonghui wrote: > > Hi, > > Any comments are welcome. Same comments as here: http://marc.info/?l=linux-kernel=143979428424353=2 > > > Thanks, > Zhonghui > > On 2015/8/3 20:39, Fu, Zhonghui wrote: >> Enable mmc host device to suspend/resume asynchronously. >>

Re: [PATCH] mmc: enable mmc host device to suspend/resume asynchronously

2015-08-17 Thread Adrian Hunter
On 17/08/15 06:36, Fu, Zhonghui wrote: Hi, Any comments are welcome. Same comments as here: http://marc.info/?l=linux-kernelm=143979428424353w=2 Thanks, Zhonghui On 2015/8/3 20:39, Fu, Zhonghui wrote: Enable mmc host device to suspend/resume asynchronously. This can

Re: [PATCH] mmc: enable mmc host device to suspend/resume asynchronously

2015-08-16 Thread Fu, Zhonghui
Hi, Any comments are welcome. Thanks, Zhonghui On 2015/8/3 20:39, Fu, Zhonghui wrote: > Enable mmc host device to suspend/resume asynchronously. > This can improve system suspend/resume speed. > > Signed-off-by: Zhonghui Fu > --- > drivers/mmc/core/host.c |1 + > 1 files changed, 1

Re: [PATCH] mmc: enable mmc host device to suspend/resume asynchronously

2015-08-16 Thread Fu, Zhonghui
Hi, Any comments are welcome. Thanks, Zhonghui On 2015/8/3 20:39, Fu, Zhonghui wrote: Enable mmc host device to suspend/resume asynchronously. This can improve system suspend/resume speed. Signed-off-by: Zhonghui Fu zhonghui...@linux.intel.com --- drivers/mmc/core/host.c |1 + 1

[PATCH] mmc: enable mmc host device to suspend/resume asynchronously

2015-08-03 Thread Fu, Zhonghui
Enable mmc host device to suspend/resume asynchronously. This can improve system suspend/resume speed. Signed-off-by: Zhonghui Fu --- drivers/mmc/core/host.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/mmc/core/host.c b/drivers/mmc/core/host.c index

[PATCH] mmc: enable mmc host device to suspend/resume asynchronously

2015-08-03 Thread Fu, Zhonghui
Enable mmc host device to suspend/resume asynchronously. This can improve system suspend/resume speed. Signed-off-by: Zhonghui Fu zhonghui...@linux.intel.com --- drivers/mmc/core/host.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/mmc/core/host.c