summaryrefslogtreecommitdiff
path: root/drivers/acpi/wakeup.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-04ACPI: PM: Add acpi_[un]register_wakeup_handler()Hans de Goede1-0/+81
2020-03-04ACPI: list_for_each_safe() -> list_for_each_entry_safe()chenqiwu1-15/+9
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2013-12-07ACPI: Clean up inclusions of ACPI header filesLv Zheng1-1/+0
2011-02-12ACPI / Wakeup: Enable button GPEs unconditionally during initializationRafael J. Wysocki1-1/+5
2011-01-12Merge branch 'wakeup-etc-rafael' into releaseLen Brown1-8/+10
2011-01-12ACPICA: Rename some function and variable namesLin Ming1-2/+2
2011-01-07ACPI / PM: Use device wakeup flags for handling ACPI wakeup devicesRafael J. Wysocki1-8/+10
2010-08-15Merge branch 'acpica-gpe' into releaseLen Brown1-7/+11
2010-07-06ACPICA: Introduce acpi_gpe_wakeup()Rafael J. Wysocki1-7/+11
2010-07-06ACPI / Wakeup: Simplify enabling of wakeup devicesRafael J. Wysocki1-38/+10
2010-06-17ACPI / PM: Do not enable GPEs for system wakeup in advanceRafael J. Wysocki1-13/+7
2010-02-22ACPI / PM: Add more run-time wake-up fieldsRafael J. Wysocki1-1/+2
2010-02-22ACPI: Use GPE reference counting to support shared GPEsRafael J. Wysocki1-54/+27
2009-09-09ACPI PM: Replace wakeup.prepared with reference counterRafael J. Wysocki1-2/+2
2009-04-07ACPI: convert acpi_device_lock spinlock to mutexShaohua Li1-23/+7
2009-03-27ACPI: call acpi_wakeup_device_init() explicitly rather than as initcallBjorn Helgaas1-6/+1
2009-03-17ACPI: move private declarations to internal.hBjorn Helgaas1-0/+2
2009-01-09ACPICA: create acpica/ directoryLen Brown1-0/+167