RE: [RFC PATCH v6 2/3] ACPI / EC: Add event detection support for noirq stages

2017-11-22 Thread Zhang, Rui
ki.net>; Brown, Len <len.br...@intel.com> > Cc: Zheng, Lv <lv.zh...@intel.com>; Lv Zheng <zeta...@gmail.com>; linux- > ker...@vger.kernel.org; linux-a...@vger.kernel.org > Subject: [RFC PATCH v6 2/3] ACPI / EC: Add event detection support for noirq > stages

RE: [RFC PATCH v6 2/3] ACPI / EC: Add event detection support for noirq stages

2017-11-22 Thread Zhang, Rui
Zheng ; linux- > ker...@vger.kernel.org; linux-a...@vger.kernel.org > Subject: [RFC PATCH v6 2/3] ACPI / EC: Add event detection support for noirq > stages > > This patch adds a timer to poll EC events: > 1. between acpi_ec_suspend() and acpi_ec_block_transactions(), 2. between > acpi_ec

[RFC PATCH v6 2/3] ACPI / EC: Add event detection support for noirq stages

2017-09-28 Thread Lv Zheng
This patch adds a timer to poll EC events: 1. between acpi_ec_suspend() and acpi_ec_block_transactions(), 2. between acpi_ec_unblock_transactions() and acpi_ec_resume(). During these periods, if an EC event occurred, we have not mean to detect it. Thus the events occurred in late S3-entry could be

[RFC PATCH v6 2/3] ACPI / EC: Add event detection support for noirq stages

2017-09-28 Thread Lv Zheng
This patch adds a timer to poll EC events: 1. between acpi_ec_suspend() and acpi_ec_block_transactions(), 2. between acpi_ec_unblock_transactions() and acpi_ec_resume(). During these periods, if an EC event occurred, we have not mean to detect it. Thus the events occurred in late S3-entry could be