aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-30ACPICA: Introduce acpi_enable_all_wakeup_gpes()Rafael J. Wysocki1-0/+32
2014-09-30ACPICA: Clear all non-wakeup GPEs in acpi_hw_enable_wakeup_gpe_block()Rafael J. Wysocki1-4/+4
2014-09-29Merge back earlier 'acpica' material for v3.18.Rafael J. Wysocki1-1/+3
2014-09-24ACPICA: Update to GPIO region handler interface.Bob Moore6-16/+104
2014-09-03ACPICA: Disassembler: Fix for gpio_int interrupt polarity flags.Bob Moore1-1/+3
2014-09-02ACPICA: ACPI 5.1: Add support for runtime validation of _DSD package.Mika Westerberg1-0/+39
2014-08-05Merge branch 'acpica'Rafael J. Wysocki12-58/+272
2014-07-31ACPICA: ACPI 5.1: Support for the _CCA predifined name.Bob Moore1-0/+3
2014-07-31ACPICA: ACPI 5.1: New notify value for System Affinity Update.Bob Moore1-2/+3
2014-07-31ACPICA: ACPI 5.1: Support for the _DSD predefined name.David E. Box1-1/+12
2014-07-31ACPICA: Debug object: Add current value of Timer() to debug line prefix.Bob Moore1-1/+10
2014-07-31ACPICA: acpihelp: Add UUID support, restructure some existing files.Bob Moore6-28/+217
2014-07-31ACPICA: Utilities: Fix local printf issue.Lv Zheng1-0/+3
2014-07-31ACPICA: Remove some extraneous printf arguments.Sascha Wildner2-5/+4
2014-07-31ACPICA: Update for comments/formatting. No functional changes.Bob Moore1-12/+10
2014-07-31ACPICA: Disassembler: Add support for the ToUUID opererator (macro).Bob Moore1-6/+7
2014-07-31ACPICA: Work around an ancient GCC bug.Bob Moore1-3/+3
2014-07-27Merge branch 'acpi-headers'Rafael J. Wysocki1-1/+1
2014-07-23ACPICA: Add new GPE public interface - acpi_mark_gpe_for_wake.Rafael J. Wysocki1-0/+47
2014-07-23ACPICA: GPEs: Do not allow enable for GPEs that have no handler(s).Rafael J. Wysocki1-3/+11
2014-07-23ACPI: Add support to force header inclusion rules for <acpi/acpi.h>.Lv Zheng1-1/+1
2014-07-09ACPICA: Fix a regression for deletion of Alias() objects.Bob Moore1-10/+9
2014-07-08ACPICA: Hardware: back port of a recursive locking fixLv Zheng1-1/+2
2014-07-08ACPICA: utprint/oslibcfs: cleanup - no functional changeBob Moore1-16/+28
2014-07-08ACPICA: Executer: Fix trivial issues in acpi_get_serial_access_bytes()Lv Zheng1-2/+2
2014-07-08ACPICA: acpidump: Reduce freopen() invocations to improve portabilityLv Zheng2-0/+135
2014-07-08ACPICA: Common: Enhance acpi_getopt() to improve portabilityLv Zheng1-0/+2
2014-07-08ACPICA: Common: Enhance cm_get_file_size() to improve portabilityLv Zheng1-1/+1
2014-07-08ACPICA: Application: Enhance ACPI_USAGE_xxx/ACPI_OPTION with acpi_os_printf() to improve portabilityLv Zheng1-2/+5
2014-07-08ACPICA: Utilities: Introduce acpi_log_error() to improve portabilityLv Zheng1-0/+26
2014-07-08ACPICA: Utilities: Add formatted printing APIsLv Zheng4-1/+674
2014-07-08ACPICA: OSL: Clean up acpi_os_printf()/acpi_os_vprintf() stubsLv Zheng3-3/+2
2014-07-08ACPICA: Utilities: Cleanup DEFINE_ACPI_GLOBALS by moving acpi_ut_init_global() from utglobal.c to utinit.cLv Zheng2-146/+146
2014-07-08ACPICA: Namespace: Properly null terminate objects detached from a namespace nodeDavid E. Box1-0/+11
2014-07-08ACPICA: Utilities: Validate full RSDP headerDavid E. Box1-12/+7
2014-07-08ACPICA: Utilities: Add support to read table from filesLv Zheng4-4/+346
2014-07-08ACPICA: Utilities: Fix an issue with non-native ACPI_IS_PRINT()Lv Zheng1-1/+1
2014-07-08ACPICA: Utilities: Fix memory leak in acpi_ut_copy_iobject_to_iobjectDavid E. Box1-0/+6
2014-07-07ACPICA: Events: Fix edge-triggered GPE by disabling before acknowledging it.Lv Zheng1-15/+17
2014-06-03ACPICA: Namespace: Remove _PRP method support.Lv Zheng1-6/+0
2014-06-01ACPICA: Tables: Add mechanism to control early table checksum verification.Lv Zheng4-26/+61
2014-05-07ACPICA: Events: Update GPE handling and initialization code.Bob Moore6-37/+43
2014-05-07ACPICA: Remove extraneous error message for large number of GPEs.Bob Moore1-18/+33
2014-05-07ACPICA: Tables: Remove old mechanism to validate if XSDT contains NULL entries.Lv Zheng1-105/+0
2014-05-07ACPICA: Tables: Add new mechanism to skip NULL entries in RSDT and XSDT.Lv Zheng1-6/+15
2014-05-07ACPICA: OSL: Add configurability for error message functions.Lv Zheng1-0/+2
2014-05-07ACPICA: OSL: Move external globals from utglobal.c to acpixf.h using ACPI_INIT_GLOBAL/ACPI_GLOBAL.Lv Zheng1-22/+0
2014-05-07ACPICA: Update handling of PCI ID lists.David E. Box1-3/+12
2014-05-07ACPICA: Add support for _LPD and _PRP methods.Bob Moore1-0/+4
2014-05-07ACPICA: Update acpi_buffer_to_resource interface.Bob Moore1-5/+8