Re: [PATCH] platform/chrome: cros_ec_lpc: Only check for events on MKBP notifies

From: Tzung-Bi Shih
Date: Thu Dec 19 2024 - 23:15:31 EST


On Wed, Dec 18, 2024 at 01:57:59AM +0000, Rob Barnes wrote:
> Only check EC for MKBP events when the ACPI notify value indicates the
> notify is due to an MKBP host event. This reduces unnecessary queries to
> the EC.
>
> Notify value 0x80 is reserved for devices specific notifies. It is used
> by many devices to indicate various events. It's only used by cros_ec
> for MKBP events.
>
> [...]

Applied to

https://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git for-next

[1/1] platform/chrome: cros_ec_lpc: Only check for events on MKBP notifies
commit: a15ab7a5cc2a17b6a803f624fcf215f4e68d56b6

Thanks!