Re: [PATCH v5 3/6] mfd: cros_ec: Add cros_ec_get_host_event

2016-03-14 Thread Benson Leung
On Mon, Mar 14, 2016 at 8:44 AM, Tomeu Vizoso wrote: > This function returns the code for the host event that triggered the > interrupt that is being currently handled. > > Is to be used by observers of the event_notifier in the EC device. > > Signed-off-by: Tomeu

Re: [PATCH v5 3/6] mfd: cros_ec: Add cros_ec_get_host_event

2016-03-14 Thread Benson Leung
On Mon, Mar 14, 2016 at 8:44 AM, Tomeu Vizoso wrote: > This function returns the code for the host event that triggered the > interrupt that is being currently handled. > > Is to be used by observers of the event_notifier in the EC device. > > Signed-off-by: Tomeu Vizoso > --- > > Changes in v5:

[PATCH v5 3/6] mfd: cros_ec: Add cros_ec_get_host_event

2016-03-14 Thread Tomeu Vizoso
This function returns the code for the host event that triggered the interrupt that is being currently handled. Is to be used by observers of the event_notifier in the EC device. Signed-off-by: Tomeu Vizoso --- Changes in v5: None Changes in v4: None Changes in v3:

[PATCH v5 3/6] mfd: cros_ec: Add cros_ec_get_host_event

2016-03-14 Thread Tomeu Vizoso
This function returns the code for the host event that triggered the interrupt that is being currently handled. Is to be used by observers of the event_notifier in the EC device. Signed-off-by: Tomeu Vizoso --- Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None