Re: [PATCH 1/2] mfd: cros_ec: Add MKBP event support
From: Olof Johansson <hidden>
Date: 2016-07-05 20:54:32
Also in:
lkml
From: Olof Johansson <hidden>
Date: 2016-07-05 20:54:32
Also in:
lkml
On Fri, Jul 1, 2016 at 2:07 AM, Enric Balletbo i Serra [off-list ref] wrote:
From: Vic Yang <redacted> Newer revisions of the ChromeOS EC add more events besides the keyboard ones. So handle interrupts in the MFD driver and let consumers register for notifications for the events they might care. To keep backward compatibility, if the EC doesn't support MKBP event, we fall back to the old MKBP key matrix host command. Signed-off-by: Vic Yang <redacted> Signed-off-by: Tomeu Vizoso <redacted> Tested-by: Enric Balletbo i Serra <redacted> Cc: Randall Spangler <redacted> Cc: Vincent Palatin <redacted> Cc: Benson Leung <bleung@chromium.org>
Probably easiest to merge this through the MFD tree due to the overlaps, so for that purpose: Acked-by: Olof Johansson <redacted> -Olof