Re: [PATCH 2/2] platform/chrome: Add a new interrupt path for cros_ec_lpc

2018-10-09 Thread Benson Leung
Hi Enrico, On Wed, Oct 03, 2018 at 11:45:06AM -0700, Enrico Granata wrote: > From: Enrico Granata > > This commit allows cros_ec_lpc to register a direct IRQ instead of relying > on the ACPI notification chain to receive MKBP events. > > This change is done in the interest of allowing reduced j

[PATCH 2/2] platform/chrome: Add a new interrupt path for cros_ec_lpc

2018-10-03 Thread Enrico Granata
From: Enrico Granata This commit allows cros_ec_lpc to register a direct IRQ instead of relying on the ACPI notification chain to receive MKBP events. This change is done in the interest of allowing reduced jitter in the communication path between the CrOS EC and the host for receiving sensor da