Re: [PATCH 2/8] mfd: cros_ec_i2c: move the system sleep pm ops to late

2017-08-10 Thread Benson Leung
Hi Thierry, On Fri, Aug 11, 2017 at 12:16:44AM +0200, Thierry Escande wrote: > From: Joseph Lo > Again, please copy the original author. > The cros_ec_i2c driver is still active after it had suspended or before it > resumes. Besides that, it also tried to transfer data even after the I2C > hos

[PATCH 2/8] mfd: cros_ec_i2c: move the system sleep pm ops to late

2017-08-10 Thread Thierry Escande
From: Joseph Lo The cros_ec_i2c driver is still active after it had suspended or before it resumes. Besides that, it also tried to transfer data even after the I2C host had been suspended. This leads the system to crash. During the test, we also observed that the EC needs to be resumed earlier d