aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/ec.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-01Revert "ACPI / EC: Remove old CLEAR_ON_RESUME quirk"Zhang Rui1-0/+53
2019-02-01ACPI: EC: Simplify boot EC checks in acpi_ec_add()Rafael J. Wysocki1-19/+10
2019-02-01ACPI: EC: Eliminate acpi_config_boot_ec()Rafael J. Wysocki1-46/+8
2019-02-01ACPI: EC: Make acpi_ec_dsdt_probe() more straightforwardRafael J. Wysocki1-2/+9
2019-02-01ACPI: EC: Make acpi_ec_ecdt_probe() more straightforwardRafael J. Wysocki1-2/+10
2019-02-01ACPI: EC: Declare boot_ec as staticRafael J. Wysocki1-1/+3
2019-01-29ACPI: EC: Clean up probing for early ECRafael J. Wysocki1-27/+20
2018-12-18ACPI: EC / PM: Disable non-wakeup GPEs for suspend-to-idleRafael J. Wysocki1-0/+12
2018-08-09ACPI / EC: Add another entry for Thinkpad X1 Carbon 6thMika Westerberg1-0/+7
2018-08-06ACPI / EC: Use ec_no_wakeup on ThinkPad X1 Yoga 3rdAaron Ma1-0/+7
2018-07-19ACPI / EC: Use ec_no_wakeup on more Thinkpad X1 Carbon 6th systemsRobin H. Johnson1-1/+1
2018-06-18ACPI / EC: Use ec_no_wakeup on Thinkpad X1 Carbon 6thMika Westerberg1-0/+20
2018-05-25ACPI: EC: Dispatch the EC GPE directly on s2idle wakeRafael J. Wysocki1-0/+6
2018-02-12ACPI / EC: Restore polling during noirq suspend/resume phasesRafael J. Wysocki1-0/+6
2018-01-04ACPI: EC: Fix debugfs_create_*() usageGeert Uytterhoeven1-1/+1
2017-11-30Merge branch 'acpi-ec' into acpiRafael J. Wysocki1-24/+45
2017-11-21ACPI / EC: Fix regression related to PM ops support in ECDT deviceLv Zheng1-24/+45
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds1-2/+4
2017-11-09ACPI / EC: Fix regression related to triggering source of EC event handlingLv Zheng1-5/+7
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook1-2/+4
2017-09-14dmi: Mark all struct dmi_system_id instances constChristoph Hellwig1-1/+1
2017-08-19ACPI / EC: Clean up EC GPE mask flagLv Zheng1-12/+11
2017-08-18ACPI: EC: Fix possible issues related to EC initialization orderLv Zheng1-9/+16
2017-08-17ACPI: EC: Fix regression related to wrong ECDT initialization orderLv Zheng1-10/+7
2017-07-20ACPI / PM / EC: Flush all EC work in acpi_freeze_sync()Rafael J. Wysocki1-0/+8
2017-07-20Merge branch 'acpi-ec' into acpi-pmRafael J. Wysocki1-0/+31
2017-07-19ACPI / EC: Add parameter to force disable the GPE on suspendRafael J. Wysocki1-0/+31
2017-07-14Merge branches 'acpi-ec', 'acpi-irq' and 'acpi-quirks'Rafael J. Wysocki1-20/+1
2017-07-12Revert "ACPI / EC: Enable event freeze mode..." to fix a regressionLv Zheng1-1/+1
2017-07-12ACPI / EC: Drop EC noirq hooks to fix a regressionLv Zheng1-19/+0
2017-07-04Merge tag 'acpi-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-13/+71
2017-07-03Merge branches 'acpi-ec' and 'acpi-video'Rafael J. Wysocki1-12/+70
2017-06-29ACPI / EC: Add quirk for GL720VMKCarlo Caione1-1/+5
2017-06-29ACPI / EC: Fix media keys not working problem on some Asus laptopsChris Chiu1-6/+43
2017-06-29ACPI / EC: Add support to skip boot stage DSDT probeLv Zheng1-0/+14
2017-06-29ACPI / EC: Enhance boot EC sanity checkLv Zheng1-0/+2
2017-06-28ACPI: EC: Fix EC command visibility for dynamic debugLv Zheng1-1/+1
2017-06-28ACPI: EC: Fix an EC event IRQ storming issueLv Zheng1-5/+6
2017-06-23ACPI / sleep: EC-based wakeup from suspend-to-idle on recent systemsRafael J. Wysocki1-1/+1
2017-06-22ACPI: fix whitespace in pr_fmt() to align log entriesVincent Legoll1-1/+1
2017-01-30ACPI / EC: Use busy polling mode when GPE is not enabledLv Zheng1-32/+30
2017-01-30ACPI / EC: Remove old CLEAR_ON_RESUME quirkLv Zheng1-53/+0
2016-10-10ACPI / EC: Fix unused function warning when CONFIG_PM_SLEEP=nEric Biggers1-0/+2
2016-09-10ACPI / EC: Fix issues related to boot_ecLv Zheng1-14/+49
2016-09-10ACPI / EC: Fix a gap that ECDT EC cannot handle EC eventsLv Zheng1-23/+96
2016-09-10ACPI / EC: Fix a memory leakage issue in acpi_ec_add()Lv Zheng1-4/+12
2016-09-10ACPI / EC: Cleanup first_ec/boot_ec codeLv Zheng1-33/+63
2016-08-31ACPI / EC: Enable event freeze mode to improve event handling for suspend processLv Zheng1-1/+1
2016-08-31ACPI / EC: Add PM operations to improve event handling for suspend processLv Zheng1-5/+59
2016-08-31ACPI / EC: Add PM operations to improve event handling for resume processLv Zheng1-15/+11