1
0
Fork 0
alistair23-linux/drivers/platform/chrome
Brian Norris 6ad16b78a0
platform/chrome: don't report EC_MKBP_EVENT_SENSOR_FIFO as wakeup
EC_MKBP_EVENT_SENSOR_FIFO events can be triggered for a variety of
reasons, and there are very few cases in which they should be treated as
wakeup interrupts (particularly, when a certain
MOTIONSENSE_MODULE_FLAG_* is set, but this is not even supported in the
mainline cros_ec_sensor driver yet). Most of the time, they are benign
sensor readings. In any case, the top-level cros_ec device doesn't know
enough to determine that they should wake the system, and so it should
not report the event. This would be the job of the cros_ec_sensors
driver to parse.

This patch adds checks to cros_ec_get_next_event() such that it doesn't
signal 'wakeup' for events of type EC_MKBP_EVENT_SENSOR_FIFO.

This patch is particularly relevant on devices like Scarlet (Rockchip
RK3399 tablet, known as Acer Chromebook Tab 10), where the EC firmware
reports sensor events much more frequently. This was causing
/sys/power/wakeup_count to increase very frequently, often needlessly
interrupting our ability to suspend the system.

Signed-off-by: Brian Norris <briannorris@chromium.org>
Signed-off-by: Benson Leung <bleung@chromium.org>
2018-11-13 21:25:28 -08:00
..
Kconfig platform/chrome: Move cros-ec transport drivers to drivers/platform. 2018-07-03 12:40:06 -07:00
Makefile platform/chrome: Move cros-ec transport drivers to drivers/platform. 2018-07-03 12:40:06 -07:00
chromeos_laptop.c
chromeos_pstore.c
chromeos_tbmc.c platform/chrome: chromeos_tbmc - Remove unneeded const 2018-10-09 22:40:12 -07:00
cros_ec_debugfs.c
cros_ec_i2c.c platform/chrome: Move cros-ec transport drivers to drivers/platform. 2018-07-03 12:40:06 -07:00
cros_ec_lightbar.c
cros_ec_lpc.c platform/chrome: Add a new interrupt path for cros_ec_lpc 2018-10-09 21:44:44 -07:00
cros_ec_lpc_mec.c platform/chrome: Move mfd/cros_ec_lpc* includes to drivers/platform. 2018-09-07 15:56:36 +08:00
cros_ec_lpc_mec.h platform/chrome: Move mfd/cros_ec_lpc* includes to drivers/platform. 2018-09-07 15:56:36 +08:00
cros_ec_lpc_reg.c platform/chrome: Move mfd/cros_ec_lpc* includes to drivers/platform. 2018-09-07 15:56:36 +08:00
cros_ec_lpc_reg.h platform/chrome: Move mfd/cros_ec_lpc* includes to drivers/platform. 2018-09-07 15:56:36 +08:00
cros_ec_proto.c platform/chrome: don't report EC_MKBP_EVENT_SENSOR_FIFO as wakeup 2018-11-13 21:25:28 -08:00
cros_ec_spi.c platform/chrome: Move cros-ec transport drivers to drivers/platform. 2018-07-03 12:40:06 -07:00
cros_ec_sysfs.c
cros_ec_vbc.c
cros_kbd_led_backlight.c