summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan8-17/+0
2009-03-30trivial: Fix misspelling of "Celsius".Adam Buchbinder1-1/+1
2009-03-27ACPI video: add a warning message if _BQC is not foundZhang Rui1-0/+3
2009-03-27ACPI: battery: add power_{now,avg} properties to power_classAlexey Starikovskiy2-16/+23
2009-03-27ACPI: Populate DIDL before registering ACPI video device on IntelMatthew Garrett1-1/+39
2009-03-27ACPI video: support buggy BIOSes with _BCQ implementedZhang Rui1-4/+13
2009-03-27ACPI video: support _BQC/_BCL/_BCM methods that use index valuesZhang Rui1-21/+70
2009-03-27ACPI video: support reversed _BCL method in ACPI video driverZhang Rui1-3/+9
2009-03-27ACPI video: support _BCL packages that don't export brightness levels when ma...Zhang Rui1-7/+30
2009-03-27ACPI video: check the return value of acpi_video_device_lcd_set_levelZhang Rui1-16/+21
2009-03-27ACPI video: check the return value of acpi_video_device_lcd_get_level_currentZhang Rui1-10/+45
2009-03-27ACPI: Avoid wiping out pr->performance during preregisteringStanislaw Gruszka1-25/+21
2009-03-27ACPI: remove unused acpi_device_ops .shutdown methodBjorn Helgaas1-12/+0
2009-03-27ACPI: update thermal for bus_id removalStephen Rothwell1-1/+2
2009-03-27ACPI: tidy up makefileBjorn Helgaas1-6/+2
2009-03-27ACPI: call acpi_wakeup_device_init() explicitly rather than as initcallBjorn Helgaas3-6/+4
2009-03-27ACPI: call acpi_sleep_proc_init() explicitly rather than as initcallBjorn Helgaas3-6/+8
2009-03-27ACPI: call init_acpi_device_notify() explicitly rather than as initcallBjorn Helgaas3-5/+3
2009-03-27ACPI: call acpi_debug_init() explicitly rather than as initcallBjorn Helgaas3-8/+13
2009-03-27ACPI: call acpi_system_init() explicitly rather than as initcallBjorn Helgaas3-7/+4
2009-03-27ACPI: call acpi_power_init() explicitly rather than as initcallBjorn Helgaas3-8/+3
2009-03-27ACPI: call acpi_ec_init() explicitly rather than as initcallBjorn Helgaas3-6/+3
2009-03-27ACPI: call acpi_scan_init() explicitly rather than as initcallBjorn Helgaas3-8/+5
2009-03-27ACPI: skip DMI power state check when ACPI disabledBjorn Helgaas1-0/+4
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar4-14/+40
2009-03-27ACPICA: Fix index value in package warning messageBob Moore1-8/+16
2009-03-27ACPICA: FADT: Favor 32-bit FACS and DSDT addressesBob Moore1-2/+6
2009-03-27ACPICA: FADT: Favor 32-bit register addresses for compatibilityBob Moore1-35/+51
2009-03-27ACPICA: Fix PCI configuration space port address rangeBob Moore1-1/+1
2009-03-27ACPICA: Condense some protected portsBob Moore1-8/+26
2009-03-27ACPICA: Remove unused code, no functional changeBob Moore1-35/+9
2009-03-27ACPICA: Clear PM register write-only bits on readingLin Ming2-0/+11
2009-03-27ACPICA: Remove obsolete acpi_os_validate_address interfaceBob Moore3-31/+0
2009-03-27ACPICA: New: I/O port protectionBob Moore12-29/+319
2009-03-27ACPICA: Preserve all PM control reserved and ignored bitsBob Moore2-1/+24
2009-03-27ACPICA: Change handling of PM1 Status register ignored bitBob Moore1-16/+11
2009-03-27ACPICA: Fix AcpiWalkNamespace race condition with table unloadBob Moore11-33/+303
2009-03-27ACPICA: FADT: Fix extraneous length mismatch warningBob Moore1-1/+2
2009-03-27ACPICA: Formatting update - no functional changesBob Moore21-174/+161
2009-03-27ACPICA: Add manifest constants for bit register valuesBob Moore4-13/+22
2009-03-26Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller5-60/+19
2009-03-26ACPICA: Update table header print functionBob Moore1-7/+11
2009-03-26ACPICA: Restructure bit register access functionsBob Moore1-115/+62
2009-03-26ACPICA: Rename ACPI bit register access functionsBob Moore8-42/+43
2009-03-26ACPICA: Optimize ACPI register lockingBob Moore3-40/+29
2009-03-26ACPICA: Formatting update - no functional changesBob Moore8-54/+61
2009-03-26ACPICA: Debug output: decrease verbosity of DB_INFO debug levelBob Moore3-4/+4
2009-03-26ACPICA: Debug output: print result of _OSI invocationsBob Moore1-11/+21
2009-03-26ACPICA: Conditionally compile acpi_set_firmware_waking_vector64Bob Moore1-1/+4
2009-03-26ACPICA: Remove ACPI_GET_OBJECT_TYPE macroBob Moore38-194/+158