Re: [PATCH] mfd: cros_ec: Add support for MKBP more event flags

2019-01-14 Thread Gwendal Grignou
On Mon, Jan 14, 2019 at 6:04 PM Brian Norris wrote: > > Hi Gwendal, > > On Mon, Jan 14, 2019 at 3:50 PM Gwendal Grignou wrote: > > On Fri, Dec 7, 2018 at 2:22 PM Brian Norris > > wrote: > > > On Thu, Nov 29, 2018 at 11:55:48AM -0800, egran...@google.com wrote: > > > > ---

Re: [PATCH] mfd: cros_ec: Add support for MKBP more event flags

2019-01-14 Thread Brian Norris
Hi Gwendal, On Mon, Jan 14, 2019 at 3:50 PM Gwendal Grignou wrote: > On Fri, Dec 7, 2018 at 2:22 PM Brian Norris wrote: > > On Thu, Nov 29, 2018 at 11:55:48AM -0800, egran...@google.com wrote: > > > --- a/drivers/platform/chrome/cros_ec_proto.c > > > +++

Re: [PATCH] mfd: cros_ec: Add support for MKBP more event flags

2019-01-14 Thread Gwendal Grignou
On Fri, Dec 7, 2018 at 2:22 PM Brian Norris wrote: > > Hi Enrico, > > On Thu, Nov 29, 2018 at 11:55:48AM -0800, egran...@google.com wrote: > > From: Enrico Granata > > > > The ChromeOS EC has support for signaling to the host that > > a single IRQ can serve multiple MKBP events. > > > > Doing

Re: [PATCH] mfd: cros_ec: Add support for MKBP more event flags

2018-12-20 Thread Lee Jones
On Thu, 20 Dec 2018, egran...@google.com wrote: > From: Enrico Granata > > The ChromeOS EC has support for signaling to the host that > a single IRQ can serve multiple MKBP events. > > Doing this serves an optimization purpose, as it minimizes the > number of round-trips into the interrupt

[PATCH] mfd: cros_ec: Add support for MKBP more event flags

2018-12-20 Thread egranata
From: Enrico Granata The ChromeOS EC has support for signaling to the host that a single IRQ can serve multiple MKBP events. Doing this serves an optimization purpose, as it minimizes the number of round-trips into the interrupt handling machinery, and it proves beneficial to sensor

Re: [PATCH] mfd: cros_ec: Add support for MKBP more event flags

2018-12-07 Thread Brian Norris
Hi Enrico, On Thu, Nov 29, 2018 at 11:55:48AM -0800, egran...@google.com wrote: > From: Enrico Granata > > The ChromeOS EC has support for signaling to the host that > a single IRQ can serve multiple MKBP events. > > Doing this serves an optimization purpose, as it minimizes the > number of

Re: [PATCH] mfd: cros_ec: Add support for MKBP more event flags

2018-12-07 Thread Brian Norris
Hi Enrico, On Thu, Nov 29, 2018 at 11:55:48AM -0800, egran...@google.com wrote: > From: Enrico Granata > > The ChromeOS EC has support for signaling to the host that > a single IRQ can serve multiple MKBP events. > > Doing this serves an optimization purpose, as it minimizes the > number of

Re: [PATCH] mfd: cros_ec: Add support for MKBP more event flags

2018-12-03 Thread Lee Jones
On Thu, 29 Nov 2018, egran...@google.com wrote: > From: Enrico Granata > > The ChromeOS EC has support for signaling to the host that > a single IRQ can serve multiple MKBP events. > > Doing this serves an optimization purpose, as it minimizes the > number of round-trips into the interrupt

Re: [PATCH] mfd: cros_ec: Add support for MKBP more event flags

2018-12-03 Thread Lee Jones
On Thu, 29 Nov 2018, egran...@google.com wrote: > From: Enrico Granata > > The ChromeOS EC has support for signaling to the host that > a single IRQ can serve multiple MKBP events. > > Doing this serves an optimization purpose, as it minimizes the > number of round-trips into the interrupt

[PATCH] mfd: cros_ec: Add support for MKBP more event flags

2018-11-29 Thread egranata
From: Enrico Granata The ChromeOS EC has support for signaling to the host that a single IRQ can serve multiple MKBP events. Doing this serves an optimization purpose, as it minimizes the number of round-trips into the interrupt handling machinery, and it proves beneficial to sensor

[PATCH] mfd: cros_ec: Add support for MKBP more event flags

2018-11-29 Thread egranata
From: Enrico Granata The ChromeOS EC has support for signaling to the host that a single IRQ can serve multiple MKBP events. Doing this serves an optimization purpose, as it minimizes the number of round-trips into the interrupt handling machinery, and it proves beneficial to sensor