Hi, This series adds some improvements to the ChromeOS EC driver. - New EC host commands are sent through suspend/resume ops. - A flag now protect data transfer while device is suspended. - LID0 device GPE now stays enabled for lid to work in suspend to idle path.
This patchset depends on [1] to apply. [1] https://lkml.org/lkml/2016/12/2/360 Regards, Thierry Archana Patni (1): mfd: cros_ec: Add ACPI GPE handler for LID0 devices Joseph Lo (1): mfd: cros_ec: Prevent data transfer while device is suspended Shawn Nematbakhsh (1): mfd: cros_ec: Send suspend state notification to EC drivers/mfd/cros_ec.c | 144 ++++++++++++++++++++++++++++++++ drivers/platform/chrome/cros_ec_proto.c | 5 ++ include/linux/mfd/cros_ec.h | 2 + include/linux/mfd/cros_ec_commands.h | 14 ++++ 4 files changed, 165 insertions(+) -- 2.7.4