Re: [PATCH v2 3/3] cros_ec: Don't signal wake event for non-wake host events

2017-07-06 Thread Lee Jones
On Wed, 05 Jul 2017, Benson Leung wrote: > On Mon, Jul 03, 2017 at 12:46:41PM +0100, Lee Jones wrote: > > On Tue, 27 Jun 2017, Benson Leung wrote: > > > > > Hi Thierry, > > > > > > On Tue, Feb 14, 2017 at 08:58:02PM +0100, Thierry Escande wrote: > > > > From: Shawn Nematbakhsh

Re: [PATCH v2 3/3] cros_ec: Don't signal wake event for non-wake host events

2017-07-06 Thread Lee Jones
On Wed, 05 Jul 2017, Benson Leung wrote: > On Mon, Jul 03, 2017 at 12:46:41PM +0100, Lee Jones wrote: > > On Tue, 27 Jun 2017, Benson Leung wrote: > > > > > Hi Thierry, > > > > > > On Tue, Feb 14, 2017 at 08:58:02PM +0100, Thierry Escande wrote: > > > > From: Shawn Nematbakhsh > > > > > > > >

Re: [PATCH v2 3/3] cros_ec: Don't signal wake event for non-wake host events

2017-07-05 Thread Benson Leung
Hi Lee, On Mon, Jul 03, 2017 at 12:46:41PM +0100, Lee Jones wrote: > On Tue, 27 Jun 2017, Benson Leung wrote: > > > Hi Thierry, > > > > On Tue, Feb 14, 2017 at 08:58:02PM +0100, Thierry Escande wrote: > > > From: Shawn Nematbakhsh > > > > > > The subset of wake-enabled

Re: [PATCH v2 3/3] cros_ec: Don't signal wake event for non-wake host events

2017-07-05 Thread Benson Leung
Hi Lee, On Mon, Jul 03, 2017 at 12:46:41PM +0100, Lee Jones wrote: > On Tue, 27 Jun 2017, Benson Leung wrote: > > > Hi Thierry, > > > > On Tue, Feb 14, 2017 at 08:58:02PM +0100, Thierry Escande wrote: > > > From: Shawn Nematbakhsh > > > > > > The subset of wake-enabled host events is defined

Re: [PATCH v2 3/3] cros_ec: Don't signal wake event for non-wake host events

2017-07-03 Thread Lee Jones
On Tue, 27 Jun 2017, Benson Leung wrote: > Hi Thierry, > > On Tue, Feb 14, 2017 at 08:58:02PM +0100, Thierry Escande wrote: > > From: Shawn Nematbakhsh > > > > The subset of wake-enabled host events is defined by the EC, but the EC > > may still send non-wake host events

Re: [PATCH v2 3/3] cros_ec: Don't signal wake event for non-wake host events

2017-07-03 Thread Lee Jones
On Tue, 27 Jun 2017, Benson Leung wrote: > Hi Thierry, > > On Tue, Feb 14, 2017 at 08:58:02PM +0100, Thierry Escande wrote: > > From: Shawn Nematbakhsh > > > > The subset of wake-enabled host events is defined by the EC, but the EC > > may still send non-wake host events if we're in the

Re: [PATCH v2 3/3] cros_ec: Don't signal wake event for non-wake host events

2017-06-27 Thread Benson Leung
Hi Thierry, On Tue, Feb 14, 2017 at 08:58:02PM +0100, Thierry Escande wrote: > From: Shawn Nematbakhsh > > The subset of wake-enabled host events is defined by the EC, but the EC > may still send non-wake host events if we're in the process of > suspending. Get the mask of

Re: [PATCH v2 3/3] cros_ec: Don't signal wake event for non-wake host events

2017-06-27 Thread Benson Leung
Hi Thierry, On Tue, Feb 14, 2017 at 08:58:02PM +0100, Thierry Escande wrote: > From: Shawn Nematbakhsh > > The subset of wake-enabled host events is defined by the EC, but the EC > may still send non-wake host events if we're in the process of > suspending. Get the mask of wake-enabled host

Re: [PATCH v2 3/3] cros_ec: Don't signal wake event for non-wake host events

2017-03-14 Thread Lee Jones
On Tue, 14 Feb 2017, Thierry Escande wrote: > From: Shawn Nematbakhsh > > The subset of wake-enabled host events is defined by the EC, but the EC > may still send non-wake host events if we're in the process of > suspending. Get the mask of wake-enabled host events from the

Re: [PATCH v2 3/3] cros_ec: Don't signal wake event for non-wake host events

2017-03-14 Thread Lee Jones
On Tue, 14 Feb 2017, Thierry Escande wrote: > From: Shawn Nematbakhsh > > The subset of wake-enabled host events is defined by the EC, but the EC > may still send non-wake host events if we're in the process of > suspending. Get the mask of wake-enabled host events from the EC and > filter out

[PATCH v2 3/3] cros_ec: Don't signal wake event for non-wake host events

2017-02-14 Thread Thierry Escande
From: Shawn Nematbakhsh The subset of wake-enabled host events is defined by the EC, but the EC may still send non-wake host events if we're in the process of suspending. Get the mask of wake-enabled host events from the EC and filter out non-wake events to prevent spurious

[PATCH v2 3/3] cros_ec: Don't signal wake event for non-wake host events

2017-02-14 Thread Thierry Escande
From: Shawn Nematbakhsh The subset of wake-enabled host events is defined by the EC, but the EC may still send non-wake host events if we're in the process of suspending. Get the mask of wake-enabled host events from the EC and filter out non-wake events to prevent spurious aborted suspend