summaryrefslogtreecommitdiff
path: root/drivers/acpi/ec.c
AgeCommit message (Expand)Author
2017-07-04Merge tag 'acpi-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2017-07-03Merge branches 'acpi-ec' and 'acpi-video'Rafael J. Wysocki
2017-06-29ACPI / EC: Add quirk for GL720VMKCarlo Caione
2017-06-29ACPI / EC: Fix media keys not working problem on some Asus laptopsChris Chiu
2017-06-29ACPI / EC: Add support to skip boot stage DSDT probeLv Zheng
2017-06-29ACPI / EC: Enhance boot EC sanity checkLv Zheng
2017-06-28ACPI: EC: Fix EC command visibility for dynamic debugLv Zheng
2017-06-28ACPI: EC: Fix an EC event IRQ storming issueLv Zheng
2017-06-23ACPI / sleep: EC-based wakeup from suspend-to-idle on recent systemsRafael J. Wysocki
2017-06-22ACPI: fix whitespace in pr_fmt() to align log entriesVincent Legoll
2017-01-30ACPI / EC: Use busy polling mode when GPE is not enabledLv Zheng
2017-01-30ACPI / EC: Remove old CLEAR_ON_RESUME quirkLv Zheng
2016-10-10ACPI / EC: Fix unused function warning when CONFIG_PM_SLEEP=nEric Biggers
2016-09-10ACPI / EC: Fix issues related to boot_ecLv Zheng
2016-09-10ACPI / EC: Fix a gap that ECDT EC cannot handle EC eventsLv Zheng
2016-09-10ACPI / EC: Fix a memory leakage issue in acpi_ec_add()Lv Zheng
2016-09-10ACPI / EC: Cleanup first_ec/boot_ec codeLv Zheng
2016-08-31ACPI / EC: Enable event freeze mode to improve event handling for suspend pro...Lv Zheng
2016-08-31ACPI / EC: Add PM operations to improve event handling for suspend processLv Zheng
2016-08-31ACPI / EC: Add PM operations to improve event handling for resume processLv Zheng
2016-08-31ACPI / EC: Fix an issue that SCI_EVT cannot be detected after event is enabledLv Zheng
2016-08-31ACPI / EC: Add EC_FLAGS_QUERY_ENABLED to reveal a hidden logicLv Zheng
2016-08-17ACPI / EC: Add PM operations for suspend/resume noirq stageLv Zheng
2016-08-05Merge branches 'acpi-ec' and 'acpi-button'Rafael J. Wysocki
2016-08-04ACPI / EC: Work around method reentrancy limit in ACPICA for _QxxLv Zheng
2016-07-25Merge branches 'acpi-ec', 'acpi-video', 'acpi-button' and 'acpi-thermal'Rafael J. Wysocki
2016-07-08ACPI / EC: Fix code ordering issue in ec_remove_handlers()Lv Zheng
2016-07-04ACPI / EC: Remove wrong ECDT correction quirksLv Zheng
2016-07-04ACPI / EC: Cleanup boot EC code using acpi_ec_alloc()Lv Zheng
2016-06-07ACPI / EC: Fix a boot EC regresion by restoring boot EC support for the DSDT ECLv Zheng
2016-04-09ACPI 2.0 / ECDT: Remove early namespace reference from ECLv Zheng
2016-04-09ACPI 2.0 / ECDT: Split EC_FLAGS_HANDLERS_INSTALLEDLv Zheng
2015-11-16ACPI-EC: Drop unnecessary check made before calling acpi_ec_delete_query()Markus Elfring
2015-09-26ACPI / EC: Fix a race issue in acpi_ec_guard_event()Lv Zheng
2015-09-26ACPI / EC: Fix query handler related issuesLv Zheng
2015-09-26ACPI / EC: Fix a memory leak issue in acpi_ec_query()Lv Zheng
2015-09-01Merge branches 'acpi-pci', 'acpi-soc', 'acpi-ec' and 'acpi-osl'Rafael J. Wysocki
2015-08-25ACPI / EC: Fix an issue caused by the serialized _Qxx evaluationsLv Zheng
2015-07-08ACPI: Remove FSF mailing addressesJarkko Nikula
2015-06-15ACPI / EC: Fix a code coverity issue when QR_EC transactions are failed.Lv Zheng
2015-06-15ACPI / EC: Fix EC_FLAGS_QUERY_HANDSHAKE platforms using new event clearing ti...Lv Zheng
2015-06-15ACPI / EC: Add event clearing variation support.Lv Zheng
2015-06-15ACPI / EC: Convert event handling work queue into loop style.Lv Zheng
2015-06-15ACPI / EC: Cleanup transaction state transition.Lv Zheng
2015-05-16ACPI / EC: Remove non-root-caused busy polling quirks.Lv Zheng
2015-05-16ACPI / EC: Add module params for polling modes.Lv Zheng
2015-05-16ACPI / EC: Fix and clean up register access guarding logics.Lv Zheng
2015-05-16ACPI / EC: Remove irqs_disabled() check.Lv Zheng
2015-05-16ACPI / EC: Remove storming threashold enlarging quirk.Lv Zheng
2015-05-16ACPI / EC: Update acpi_ec_is_gpe_raised() with new GPE status flag.Lv Zheng