summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/ec.c
Commit message (Expand)AuthorAgeFilesLines
* ACPI / EC: Fix unused function warning when CONFIG_PM_SLEEP=nEric Biggers2016-10-101-0/+2
* ACPI / EC: Fix issues related to boot_ecLv Zheng2016-09-101-14/+49
* ACPI / EC: Fix a gap that ECDT EC cannot handle EC eventsLv Zheng2016-09-101-23/+96
* ACPI / EC: Fix a memory leakage issue in acpi_ec_add()Lv Zheng2016-09-101-4/+12
* ACPI / EC: Cleanup first_ec/boot_ec codeLv Zheng2016-09-101-33/+63
* ACPI / EC: Enable event freeze mode to improve event handling for suspend pro...Lv Zheng2016-08-311-1/+1
* ACPI / EC: Add PM operations to improve event handling for suspend processLv Zheng2016-08-311-5/+59
* ACPI / EC: Add PM operations to improve event handling for resume processLv Zheng2016-08-311-15/+11
* ACPI / EC: Fix an issue that SCI_EVT cannot be detected after event is enabledLv Zheng2016-08-311-0/+2
* ACPI / EC: Add EC_FLAGS_QUERY_ENABLED to reveal a hidden logicLv Zheng2016-08-311-32/+71
* ACPI / EC: Add PM operations for suspend/resume noirq stageLv Zheng2016-08-171-0/+53
*-. Merge branches 'acpi-ec' and 'acpi-button'Rafael J. Wysocki2016-08-051-4/+37
|\ \
| * | ACPI / EC: Work around method reentrancy limit in ACPICA for _QxxLv Zheng2016-08-041-4/+37
| | |
| \ \
*-. \ \ Merge branches 'acpi-ec', 'acpi-video', 'acpi-button' and 'acpi-thermal'Rafael J. Wysocki2016-07-251-53/+53
|\ \ \ \ | | |/ / | |/| / | | |/
| * | ACPI / EC: Remove wrong ECDT correction quirksLv Zheng2016-07-041-16/+5
| * | ACPI / EC: Cleanup boot EC code using acpi_ec_alloc()Lv Zheng2016-07-041-37/+48
| |/
* / ACPI / EC: Fix code ordering issue in ec_remove_handlers()Lv Zheng2016-07-081-2/+13
|/
* ACPI / EC: Fix a boot EC regresion by restoring boot EC support for the DSDT ECLv Zheng2016-06-071-7/+22
* ACPI 2.0 / ECDT: Remove early namespace reference from ECLv Zheng2016-04-091-91/+54
* ACPI 2.0 / ECDT: Split EC_FLAGS_HANDLERS_INSTALLEDLv Zheng2016-04-091-41/+55
* ACPI-EC: Drop unnecessary check made before calling acpi_ec_delete_query()Markus Elfring2015-11-161-1/+1
* ACPI / EC: Fix a race issue in acpi_ec_guard_event()Lv Zheng2015-09-261-13/+29
* ACPI / EC: Fix query handler related issuesLv Zheng2015-09-261-28/+45
* ACPI / EC: Fix a memory leak issue in acpi_ec_query()Lv Zheng2015-09-261-0/+2
*-. Merge branches 'acpi-pci', 'acpi-soc', 'acpi-ec' and 'acpi-osl'Rafael J. Wysocki2015-09-011-22/+60
|\ \
| | * ACPI / EC: Fix an issue caused by the serialized _Qxx evaluationsLv Zheng2015-08-251-22/+60
| |/
* / ACPI: Remove FSF mailing addressesJarkko Nikula2015-07-081-4/+0
|/
* ACPI / EC: Fix a code coverity issue when QR_EC transactions are failed.Lv Zheng2015-06-151-1/+13
* ACPI / EC: Fix EC_FLAGS_QUERY_HANDSHAKE platforms using new event clearing ti...Lv Zheng2015-06-151-7/+9
* ACPI / EC: Add event clearing variation support.Lv Zheng2015-06-151-5/+132
* ACPI / EC: Convert event handling work queue into loop style.Lv Zheng2015-06-151-9/+24
* ACPI / EC: Cleanup transaction state transition.Lv Zheng2015-06-151-8/+15
* ACPI / EC: Remove non-root-caused busy polling quirks.Lv Zheng2015-05-161-32/+3
* ACPI / EC: Add module params for polling modes.Lv Zheng2015-05-161-16/+23
* ACPI / EC: Fix and clean up register access guarding logics.Lv Zheng2015-05-161-28/+54
* ACPI / EC: Remove irqs_disabled() check.Lv Zheng2015-05-161-2/+1
* ACPI / EC: Remove storming threashold enlarging quirk.Lv Zheng2015-05-161-15/+0
* ACPI / EC: Update acpi_ec_is_gpe_raised() with new GPE status flag.Lv Zheng2015-05-161-1/+1
* ACPI / EC: fix NULL pointer dereference in acpi_ec_remove_query_handler()Chris Bainbridge2015-04-221-1/+1
* ACPI / EC: Call acpi_walk_dep_device_list() after installing EC opregion handlerLan Tianyu2015-04-021-0/+3
* ACPI / EC: Add GPE reference counting debugging messages.Lv Zheng2015-03-101-2/+10
* ACPI / EC: Cleanup logging/debugging splitter support.Lv Zheng2015-03-101-34/+74
* ACPI / EC: Remove non-standard log emphasisScot Doyle2015-02-171-2/+2
* Revert "ACPI / EC: Add query flushing support"Rafael J. Wysocki2015-02-111-85/+16
* Revert "ACPI / EC: Add GPE reference counting debugging messages"Rafael J. Wysocki2015-02-111-22/+2
* ACPI / EC: Add GPE reference counting debugging messagesLv Zheng2015-02-061-2/+22
* ACPI / EC: Add query flushing supportLv Zheng2015-02-061-16/+85
* ACPI / EC: Refine command storm prevention supportLv Zheng2015-02-061-19/+36
* ACPI / EC: Add command flushing support.Lv Zheng2015-02-061-3/+65
* ACPI / EC: Introduce STARTED/STOPPED flags to replace BLOCKED flagLv Zheng2015-02-061-11/+54