summaryrefslogtreecommitdiffstats
path: root/include/acpi
AgeCommit message (Expand)AuthorFilesLines
2009-01-08ACPICA: delete acdisasm.hLen Brown1-453/+0
2008-12-31ACPICA: Update version to 20081204.robert.moore@intel.com1-1/+1
2008-12-31ACPICA: FADT: set acpi_gbl_use_default_register_widths to TRUE by defaultrobert.moore@intel.com1-1/+1
2008-12-31ACPICA: FADT parsing changes and fixesBob Moore2-1/+13
2008-12-31ACPICA: Add ACPI_MUTEX_TYPE configuration optionBob Moore4-28/+75
2008-12-31ACPICA: Fixes for various ACPI data tablesBob Moore2-1/+9
2008-12-31ACPICA: Restructure includes into public/privateBob Moore14-615/+815
2008-12-31ACPICA: New: acpi_reset interface - write to reset registerBob Moore1-0/+2
2008-12-31ACPICA: New: acpi_read and acpi_write public interfacesBob Moore2-13/+8
2008-12-31ACPICA: New: Public GPE group enable/disable interfacesBob Moore1-4/+11
2008-12-31ACPICA: New: acpi_get_gpe_device interfaceBob Moore5-9/+20
2008-12-31ACPI: osl.c: replace return_ACPI_STATUS with returnLin Ming2-1/+2
2008-12-29ACPICA: Update version to 20081031Bob Moore1-1/+1
2008-12-29ACPICA: Consolidate method arg count validation codeBob Moore1-0/+3
2008-12-29ACPICA: Add Buffer->String conversion for predefined methodsBob Moore1-1/+1
2008-12-29ACPICA: Add global pointer for FACS table to simplify FACS accessBob Moore2-0/+3
2008-12-29ACPICA: Add a mechanism to escape infinite AML While() loopsBob Moore3-1/+8
2008-12-29ACPICA: Update FACS waking vector interfacesBob Moore1-4/+2
2008-12-29ACPICA: Fix several warnings under gcc 4 compilerBob Moore1-4/+4
2008-12-19ACPI: don't cond_resched() when irqs_disabled()Wu Fengguang1-1/+5
2008-12-19ACPI: fix 2.6.28 acpi.debug_level regressionBjorn Helgaas1-1/+1
2008-11-27ACPICA: disable _BIF warningLin Ming1-1/+1
2008-11-27ACPICA: Allow _WAK method to return an IntegerBob Moore1-1/+1
2008-11-11Merge branch 'ec' into releaseLen Brown1-2/+2
2008-11-11Merge branch 'processor-256' into releaseLen Brown1-0/+1
2008-11-11Merge branch 'video' into releaseLen Brown1-0/+2
2008-11-11Merge branch 'misc' into releaseLen Brown1-5/+16
2008-11-11ACPICA: Use spinlock for acpi_{en|dis}able_gpeAlexey Starikovskiy1-2/+2
2008-11-07ACPI: video: Ignore devices that aren't present in hardwareThomas Renninger1-0/+2
2008-11-07ACPI: add driver component definitions to sysfs debug_layersBjorn Helgaas1-0/+4
2008-11-07ACPI: fix conflicting component definitionsBjorn Helgaas1-3/+3
2008-11-07ACPI: consolidate ACPI_*_COMPONENT definitions in acpi_drivers.hBjorn Helgaas1-1/+12
2008-11-06ACPI: Disambiguate processor declaration typeMyron Stowe1-0/+1
2008-11-06ACPI: remove CONFIG_ACPI_ECBjorn Helgaas1-2/+0
2008-11-06ACPI: remove CONFIG_ACPI_POWERBjorn Helgaas1-2/+0
2008-10-28ACPI: bugfix reporting of event handler statusZhang Rui1-0/+1
2008-10-23Merge branch 'linus' into testLen Brown2-4/+4
2008-10-22Merge branch 'ull' into testLen Brown1-1/+1
2008-10-22Merge branch 'misc' into testLen Brown1-1/+5
2008-10-22Merge branch 'ec' into testLen Brown1-0/+1
2008-10-22Merge branch 'dock' into testLen Brown3-2/+13
2008-10-22Merge branch 'acpica' into testLen Brown15-255/+777
2008-10-22ACPICA: Update version to 20080926Bob Moore1-1/+1
2008-10-22ACPICA: New: Validation for predefined ACPI methods/objectsBob Moore4-0/+468
2008-10-22ACPICA: Remove unused ACPI register bit definitionLin Ming1-11/+23
2008-10-22ACPICA: Update version to 20080829Bob Moore1-1/+1
2008-10-22ACPICA: Cleanup for internal Reference ObjectBob Moore3-11/+30
2008-10-22ACPICA: Update for Reference ACPI_OPERAND_OBJECTBob Moore1-0/+1
2008-10-22ACPICA: Remove obsolete exception codesBob Moore1-73/+55
2008-10-22ACPICA: Add namespace node to operand object unionBob Moore1-0/+7