Re: [PATCH] platform/chrome: cros_ec_lpc: wake up from s2idle on Chrome EC

2018-03-19 Thread Benson Leung
Hi Wenkai, Thanks for providing the patch. On Thu, Feb 22, 2018 at 01:21:17PM -0800, Wenkai Du wrote: > Chrome platform installed a Chrome EC notify handler which prevents > default EC GPE handler getting called. Add pm_system_wakeup to the > Chrome EC notify handler so wake up from s2idle can ha

[PATCH] platform/chrome: cros_ec_lpc: wake up from s2idle on Chrome EC

2018-02-22 Thread Wenkai Du
Chrome platform installed a Chrome EC notify handler which prevents default EC GPE handler getting called. Add pm_system_wakeup to the Chrome EC notify handler so wake up from s2idle can happen. Suggested-by: Rafael J. Wysocki Signed-off-by: Wenkai Du --- drivers/platform/chrome/cros_ec_lpc.c |