Re: [PATCH 1/3] mfd: cros_ec: Prevent data transfer while device is suspended

2017-01-05 Thread Lee Jones
On Fri, 16 Dec 2016, Thierry Escande wrote: > From: Joseph Lo > > The cros_ec driver is still active while the device is suspended. > Besides that, it also tries to transfer data even after the I2C host had > been suspended. This patch uses a simple flag to prevent this. >

Re: [PATCH 1/3] mfd: cros_ec: Prevent data transfer while device is suspended

2017-01-05 Thread Lee Jones
On Fri, 16 Dec 2016, Thierry Escande wrote: > From: Joseph Lo > > The cros_ec driver is still active while the device is suspended. > Besides that, it also tries to transfer data even after the I2C host had > been suspended. This patch uses a simple flag to prevent this. > > Signed-off-by:

Re: [PATCH 1/3] mfd: cros_ec: Prevent data transfer while device is suspended

2017-01-04 Thread Lee Jones
On Fri, 16 Dec 2016, Thierry Escande wrote: > From: Joseph Lo > > The cros_ec driver is still active while the device is suspended. > Besides that, it also tries to transfer data even after the I2C host had > been suspended. This patch uses a simple flag to prevent this. >

Re: [PATCH 1/3] mfd: cros_ec: Prevent data transfer while device is suspended

2017-01-04 Thread Lee Jones
On Fri, 16 Dec 2016, Thierry Escande wrote: > From: Joseph Lo > > The cros_ec driver is still active while the device is suspended. > Besides that, it also tries to transfer data even after the I2C host had > been suspended. This patch uses a simple flag to prevent this. > > Signed-off-by:

[PATCH 1/3] mfd: cros_ec: Prevent data transfer while device is suspended

2016-12-16 Thread Thierry Escande
From: Joseph Lo The cros_ec driver is still active while the device is suspended. Besides that, it also tries to transfer data even after the I2C host had been suspended. This patch uses a simple flag to prevent this. Signed-off-by: Joseph Lo

[PATCH 1/3] mfd: cros_ec: Prevent data transfer while device is suspended

2016-12-16 Thread Thierry Escande
From: Joseph Lo The cros_ec driver is still active while the device is suspended. Besides that, it also tries to transfer data even after the I2C host had been suspended. This patch uses a simple flag to prevent this. Signed-off-by: Joseph Lo Signed-off-by: Thierry Escande ---