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

2016-01-21 Thread Fu, Zhonghui
Hi Wolfram, What do you think about this patch? Thanks, Zhonghui On 12/24/2015 10:41 PM, Fu, Zhonghui wrote: > Now, PM core supports asynchronous suspend/resume mode for devices > during system suspend/resume, and the power state transition of one > device may be completed in separate kernel

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

2015-12-24 Thread Fu, Zhonghui
Now, PM core supports asynchronous suspend/resume mode for devices during system suspend/resume, and the power state transition of one device may be completed in separate kernel thread. PM core ensures all power state transition dependency between devices. This patch enables i2c devices to suspend/