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

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

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

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

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

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

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

2015-08-24 Thread Fu, Zhonghui
Hi, Any comments are welcome. Thanks, Zhonghui On 2015/8/18 0:17, Fu, Zhonghui wrote: Enable i2c adapter to suspend/resume asynchronously. This can improve system suspend/resume speed. Signed-off-by: Zhonghui Fu zhonghui...@linux.intel.com --- drivers/i2c/i2c-core.c |2 ++ 1

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

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

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

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