RE: [PATCH v2 2/2] ACPI / EC: Add PM operations to block event handling

2016-08-02 Thread Zheng, Lv
Lv > From: Zheng, Lv > Sent: Friday, July 29, 2016 6:06 PM > Subject: [PATCH v2 2/2] ACPI / EC: Add PM operations to block event > handling > > Originally, EC driver stops handling both events and transactions in > acpi_ec_block_transactions(), and res

[PATCH v2 2/2] ACPI / EC: Add PM operations to block event handling

2016-07-29 Thread Lv Zheng
Originally, EC driver stops handling both events and transactions in acpi_ec_block_transactions(), and restarts to handle transactions in acpi_ec_unblock_transactions_early(), restarts to handle both events and transactions in acpi_ec_unblock_transactions(). Thus, the event handling is actually st