summaryrefslogtreecommitdiff
path: root/source/components/hardware/hwsleep.c
Commit message (Expand)AuthorAgeFilesLines
* Hardware: Avoid evaluating methods too early during system resumeRafael J. Wysocki2021-09-291-6/+4
* Updated all copyrights to 2021. This affects all ACPICA source codeRobert Moore2021-01-051-1/+1
* converting all tabs to spacesErik Kaneda2020-03-241-2/+2
* Enable sleep button on ACPI legacy wakeAnchal Agarwal2020-01-221-0/+10
* All acpica: Update copyrights to 2020Robert Moore2020-01-091-1/+1
* All acpica: Update copyrights to 2019Robert Moore2019-01-081-1/+1
* GPE: Clear status of all events when entering sleep statesRafael J. Wysocki2018-08-161-9/+3
* ACPICA: Clear status of all events when entering S5Rafael J. Wysocki2018-07-161-4/+15
* Merge pull request #322 from zetalog/acpica-gpeRobert Moore2018-02-281-10/+2
|\
| * Events: Stop unconditionally clearing ACPI IRQs during suspend/resumeLv Zheng2017-10-121-10/+2
* | All acpica: Update copyrights to 2018Robert Moore2018-01-041-1/+1
|/
* Revert "Merge pull request #300 from zetalog/acpica-gpe"Robert Moore2017-09-281-2/+10
* Events: Stop unconditionally clearing ACPI IRQs during suspend/resumeLv Zheng2017-09-271-10/+2
* Update legal header in all source modulesRobert Moore2017-03-021-0/+36
* Source tree: Update copyright notices to 2017Robert Moore2017-01-061-1/+1
* Hardware: Add sleep register hooksLv Zheng2016-11-111-0/+10
* Source tree: Update copyright notices to 2016Robert Moore2016-01-061-1/+1
* Hardware: Fix some code formatting. No functional change.Robert Moore2015-10-081-7/+9
* Update source file permissions (2)Robert Moore2015-09-231-0/+0
* Update source file permissions (1)Robert Moore2015-09-231-0/+0
* Update Copyright headers to 2015.David E. Box2015-01-271-1/+1
* Revert "source and test: update copyright notices to 2015"David E. Box2015-01-271-426/+426
* source and test: update copyright notices to 2015David E. Box2015-01-231-426/+426
* Update ACPICA copyrights to 2014.Robert Moore2014-01-061-1/+1
* Update ACPICA copyrights to 2013.Robert Moore2013-01-081-1/+1
* Add time macros for various timer/time manipulation.Robert Moore2012-11-261-1/+1
* Small fix for standard Intel legal header.Robert Moore2012-09-271-1/+1
* Remove extra spaces after periods in the Intel license.Robert Moore2012-09-261-11/+11
* Remove all use of deprecated _GTS and _BFS methods.Robert Moore2012-08-091-22/+3
* Remove comments concerning bus master arbitration code removal.Robert Moore2012-07-101-17/+0
* Remove code to disable bus master arbitration.Robert Moore2012-07-091-21/+13
* Sleep/Wake interfaces: optionally execute _GTS and _BFS.Robert Moore2012-03-161-6/+20
* Clarify METHOD_NAME* defines for full-pathname cases.Robert Moore2012-02-161-5/+5
* Lint changes.Robert Moore2012-02-151-1/+1
* Split sleep/wake functions into two files.Robert Moore2012-02-101-216/+3
* Distill multiple sleep method functions to a single function.Robert Moore2012-02-101-140/+26
* Move invocations of _GTS and _BFS during sleep/wake.Robert Moore2012-02-101-43/+124
* For resume, always clear the WAK_STS bit.Robert Moore2012-02-101-1/+15
* For resume, enable all runtime GPEs before calling _WAK.Robert Moore2012-02-101-4/+7
* Support for custom ACPICA build for ACPI 5.0 reduced hardware.Robert Moore2012-02-011-0/+3
* ACPI 5.0: Support for new FADT SleepStatus, SleepControl registers.Robert Moore2012-01-261-245/+216
* Update ACPICA copyrights to 2012.Robert Moore2012-01-031-1/+1
* Update all ACPICA copyrights and signons to 2011.Robert Moore2011-01-031-1/+1
* Revert "Remove obsolete/unused AcpiGbl_SystemAwakeAndRunning global."Robert Moore2010-09-031-0/+3
* Remove obsolete/unused AcpiGbl_SystemAwakeAndRunning global.Robert Moore2010-08-191-3/+0
* Core: Replace all %d format specifiers with %u (unsigned).Robert Moore2010-05-201-1/+1
* Standardize integer output for ACPICA warnings/errors.Robert Moore2010-03-021-1/+1
* Update all ACPICA copyrights and signons to 2010.Robert Moore2010-01-081-1/+1
* Fix suspend failure if PM2 control register does not exist.Robert Moore2009-07-201-6/+12
* New: I/O port protection.Robert Moore2009-03-131-1/+1