summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/ec.c
Commit message (Expand)AuthorAgeFilesLines
* ACPI: EC: Dispatch the EC GPE directly on s2idle wakeRafael J. Wysocki2018-05-251-0/+6
* ACPI / EC: Restore polling during noirq suspend/resume phasesRafael J. Wysocki2018-02-121-0/+6
* ACPI: EC: Fix debugfs_create_*() usageGeert Uytterhoeven2018-01-041-1/+1
* Merge branch 'acpi-ec' into acpiRafael J. Wysocki2017-11-301-24/+45
|\
| * ACPI / EC: Fix regression related to PM ops support in ECDT deviceLv Zheng2017-11-211-24/+45
* | Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-2/+4
|\ \ | |/ |/|
| * treewide: Fix function prototypes for module_param_call()Kees Cook2017-10-311-2/+4
* | ACPI / EC: Fix regression related to triggering source of EC event handlingLv Zheng2017-11-091-5/+7
|/
* dmi: Mark all struct dmi_system_id instances constChristoph Hellwig2017-09-141-1/+1
* ACPI / EC: Clean up EC GPE mask flagLv Zheng2017-08-191-12/+11
* ACPI: EC: Fix possible issues related to EC initialization orderLv Zheng2017-08-181-9/+16
* ACPI: EC: Fix regression related to wrong ECDT initialization orderLv Zheng2017-08-171-10/+7
* ACPI / PM / EC: Flush all EC work in acpi_freeze_sync()Rafael J. Wysocki2017-07-201-0/+8
* Merge branch 'acpi-ec' into acpi-pmRafael J. Wysocki2017-07-201-0/+31
|\
| * ACPI / EC: Add parameter to force disable the GPE on suspendRafael J. Wysocki2017-07-191-0/+31
| |
| \
*-. \ Merge branches 'acpi-ec', 'acpi-irq' and 'acpi-quirks'Rafael J. Wysocki2017-07-141-20/+1
|\ \ \ | | |/ | |/|
| * | Revert "ACPI / EC: Enable event freeze mode..." to fix a regressionLv Zheng2017-07-121-1/+1
| * | ACPI / EC: Drop EC noirq hooks to fix a regressionLv Zheng2017-07-121-19/+0
* | | Merge tag 'acpi-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2017-07-041-13/+71
|\ \ \
| | \ \
| | \ \
| *-. \ \ Merge branches 'acpi-ec' and 'acpi-video'Rafael J. Wysocki2017-07-031-12/+70
| |\ \ \ \ | | | |/ / | | |/| / | | | |/
| | * | ACPI / EC: Add quirk for GL720VMKCarlo Caione2017-06-291-1/+5
| | * | ACPI / EC: Fix media keys not working problem on some Asus laptopsChris Chiu2017-06-291-6/+43
| | * | ACPI / EC: Add support to skip boot stage DSDT probeLv Zheng2017-06-291-0/+14
| | * | ACPI / EC: Enhance boot EC sanity checkLv Zheng2017-06-291-0/+2
| | * | ACPI: EC: Fix EC command visibility for dynamic debugLv Zheng2017-06-281-1/+1
| | * | ACPI: EC: Fix an EC event IRQ storming issueLv Zheng2017-06-281-5/+6
| | |/
| * / ACPI: fix whitespace in pr_fmt() to align log entriesVincent Legoll2017-06-221-1/+1
| |/
* / ACPI / sleep: EC-based wakeup from suspend-to-idle on recent systemsRafael J. Wysocki2017-06-231-1/+1
|/
* ACPI / EC: Use busy polling mode when GPE is not enabledLv Zheng2017-01-301-32/+30
* ACPI / EC: Remove old CLEAR_ON_RESUME quirkLv Zheng2017-01-301-53/+0
* 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