summaryrefslogtreecommitdiff
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2008-12-31ACPICA: FADT: Update error msgs for consistencyBob Moore1-4/+4
2008-12-31ACPICA: FADT: set acpi_gbl_use_default_register_widths to TRUE by defaultrobert.moore@intel.com1-68/+105
2008-12-31ACPICA: FADT parsing changes and fixesBob Moore1-20/+105
2008-12-31ACPICA: Restructure includes into public/privateBob Moore109-58/+165
2008-12-31ACPI: remove private acpica headers from driver filesLin Ming7-9/+0
2008-12-31ACPI: reboot.c: use new acpi_reset interfaceLin Ming1-1/+1
2008-12-31ACPICA: New: acpi_reset interface - write to reset registerBob Moore1-0/+37
2008-12-31ACPICA: Move all public H/W interfaces to new hwxfaceBob Moore3-497/+558
2008-12-31ACPICA: New: acpi_read and acpi_write public interfacesBob Moore5-113/+81
2008-12-31ACPI: power.c: call acpi_get_name to get node nameLin Ming1-1/+5
2008-12-31ACPI: main.c: use new public GPE group enable/disable interfacesLin Ming1-6/+6
2008-12-31ACPICA: New: Public GPE group enable/disable interfacesBob Moore1-0/+58
2008-12-31ACPICA: New: acpi_get_gpe_device interfaceBob Moore7-83/+136
2008-12-31ACPI: wakeup.c: remove ACPI_FUNCTION_TRACELin Ming1-5/+0
2008-12-31ACPI: proc.c: remove ACPI_FUNCTION_TRACELin Ming1-9/+3
2008-12-31ACPI: ec.c: call acpi_get_name to get node nameLin Ming1-2/+7
2008-12-31ACPI: osl.c: replace return_ACPI_STATUS with returnLin Ming1-2/+2
2008-12-29ACPICA: Enhance implicit return mechanismLin Ming1-0/+16
2008-12-29ACPICA: Consolidate method arg count validation codeBob Moore2-74/+101
2008-12-29ACPICA: Add Buffer->String conversion for predefined methodsBob Moore2-29/+124
2008-12-29ACPICA: Allow multiple backslash prefix in namepathsLin Ming1-1/+7
2008-12-29ACPICA: Fix to allow aliases within ASL namepathsBob Moore1-0/+4
2008-12-29ACPICA: Remove references to obsolete ACPI_DUMP_APPBob Moore1-5/+2
2008-12-29ACPICA: Add support to externally execute _OSI methodBob Moore4-3/+27
2008-12-29ACPICA: Reformat comments, no functional changesBob Moore9-163/+152
2008-12-29ACPICA: Add global pointer for FACS table to simplify FACS accessBob Moore5-47/+48
2008-12-29ACPICA: Emit warning if two FACS or DSDT tables found in the FADTBob Moore1-2/+15
2008-12-29ACPICA: Fix namestring for the SystemCMOS address spaceBob Moore1-1/+1
2008-12-29ACPICA: Update debug output for IndexField I/OBob Moore1-4/+7
2008-12-29ACPICA: Add a mechanism to escape infinite AML While() loopsBob Moore1-3/+21
2008-12-29ACPICA: Optimize execution of AML While loopsBob Moore1-4/+25
2008-12-29ACPICA: Fix possible memory leak on error in parserLin Ming1-0/+8
2008-12-29ACPICA: Update FACS waking vector interfacesBob Moore1-22/+32
2008-12-29ACPICA: Fix several warnings under gcc 4 compilerBob Moore1-2/+2
2008-12-19ACPI: fix 2.6.28 acpi.debug_level regressionBjorn Helgaas2-9/+1
2008-12-15ACPI toshiba: only register rfkill if bt is enabledFrederik Deweerdt1-25/+29
2008-12-05Revert "ACPI: battery: Convert discharge energy rate to current properly"Linus Torvalds1-13/+1
2008-12-04ACPI: Fix ACPI battery regression introduced by commit 558073Rafael J. Wysocki1-7/+10
2008-11-28toshiba_acpi: close race in toshiba_acpi driverArjan van de Ven1-2/+0
2008-11-27ACPI: delete OSI(Linux) DMI dmesg spamLen Brown2-475/+30
2008-11-26Revert "ACPI: don't enable control method power button as wakeup device when ...Len Brown1-10/+0
2008-11-26ACPI suspend: Blacklist boxes that require us to set SCI_EN directly on resumeRafael J. Wysocki1-1/+39
2008-11-26ACPI: scheduling in atomic via acpi_evaluate_integer ()Pavel Machek1-12/+4
2008-11-26ACPI: battery: Convert discharge energy rate to current properlyAlexey Starikovskiy1-0/+9
2008-11-26ACPI: EC: count interrupts only if called from interrupt handler.Alexey Starikovskiy1-1/+2
2008-11-16acpi: fix oops in acpi_system_wakeup_device_seq_showLinus Torvalds1-1/+1
2008-11-11Merge branch 'ec' into releaseLen Brown5-64/+79
2008-11-11Merge branch 'processor-256' into releaseLen Brown2-38/+50
2008-11-11Merge branch 'video' into releaseLen Brown5-44/+334
2008-11-11Merge branch 'sysfs' into releaseLen Brown7-16/+16