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

2015-09-23 Thread Fu, Zhonghui
Hi, I have resent this patch with updated commit message - "[PATCH v2] i2c: enable i2c device to suspend/resume asynchronously". Thanks, Zhonghui On 2015/8/24 23:18, Fu, Zhonghui wrote: > Hi, > > Any comments are welcome. > > > Thanks, > Zhonghui > > > > On 2015/8/18 0:07, Fu, Zhonghui wrote:

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

2015-08-24 Thread Fu, Zhonghui
Hi, Any comments are welcome. Thanks, Zhonghui On 2015/8/18 0:07, Fu, Zhonghui wrote: > Enable i2c device to suspend/resume asynchronously. This can improve > system suspend/resume speed. > > Signed-off-by: Zhonghui Fu > --- > drivers/i2c/i2c-core.c |1 + > 1 files changed, 1 insertions

[PATCH] i2c: enable i2c device to suspend/resume asynchronously

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