summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | thermal: use integers rather than strings for thermal valuesMatthew Garrett2009-02-206-88/+174
| | * | | | | Merge branch 'pmtimer-overflow' into releaseLen Brown2009-04-051-36/+27
| | |\ \ \ \ \
| | | * | | | | acpi: fix of pmtimer overflow that make Cx states time incorrectalex.shi2009-03-171-36/+27
| | * | | | | | Merge branch 'dynamic-ssdt' into releaseLen Brown2009-04-051-3/+48
| | |\ \ \ \ \ \
| | | * | | | | | ACPI: introduce sysfs I/F for dynamic tablesZhang Rui2009-02-261-3/+48
| | | |/ / / / /
| | * | | | | | Merge branch 'driver-ops-cleanup' into releaseLen Brown2009-04-051-12/+0
| | |\ \ \ \ \ \
| | | * | | | | | ACPI: remove unused acpi_device_ops .shutdown methodBjorn Helgaas2009-03-271-12/+0
| | | | |_|_|/ / | | | |/| | | |
| | * | | | | | Merge branch 'bjorn-cleanups' into releaseLen Brown2009-04-053-164/+135
| | |\ \ \ \ \ \
| | | * | | | | | ACPI: update Kconfig help texts (no functional changes)Bjorn Helgaas2009-03-171-64/+86
| | | * | | | | | ACPI: PCI: use generic pci_swizzle_interrupt_pin()Bjorn Helgaas2009-03-171-1/+1
| | | * | | | | | ACPI: pci_link: simplify list of link devicesBjorn Helgaas2009-03-171-26/+6
| | | * | | | | | ACPI: pci_link: remove unnecessary null pointer checksBjorn Helgaas2009-03-171-13/+1
| | | * | | | | | ACPI: pci_link: remove unnecessary casts and initializationsBjorn Helgaas2009-03-171-19/+19
| | | * | | | | | ACPI: pci_link: clean up whitespaceBjorn Helgaas2009-03-171-46/+27
| | | | |/ / / / | | | |/| | | |
| | * | | | | | Merge branch 'bjorn-initcall-cleanup' into releaseLen Brown2009-04-0512-59/+80
| | |\ \ \ \ \ \
| | | * | | | | | ACPI: tidy up makefileBjorn Helgaas2009-03-271-6/+2
| | | * | | | | | ACPI: call acpi_wakeup_device_init() explicitly rather than as initcallBjorn Helgaas2009-03-273-6/+4
| | | * | | | | | ACPI: call acpi_sleep_proc_init() explicitly rather than as initcallBjorn Helgaas2009-03-273-6/+8
| | | * | | | | | ACPI: call init_acpi_device_notify() explicitly rather than as initcallBjorn Helgaas2009-03-273-5/+3
| | | * | | | | | ACPI: call acpi_debug_init() explicitly rather than as initcallBjorn Helgaas2009-03-273-8/+13
| | | * | | | | | ACPI: call acpi_system_init() explicitly rather than as initcallBjorn Helgaas2009-03-273-7/+4
| | | * | | | | | ACPI: call acpi_power_init() explicitly rather than as initcallBjorn Helgaas2009-03-273-8/+3
| | | * | | | | | ACPI: call acpi_ec_init() explicitly rather than as initcallBjorn Helgaas2009-03-273-6/+3
| | | * | | | | | ACPI: call acpi_scan_init() explicitly rather than as initcallBjorn Helgaas2009-03-273-8/+5
| | | * | | | | | ACPI: skip DMI power state check when ACPI disabledBjorn Helgaas2009-03-271-0/+4
| | | * | | | | | ACPI: move private declarations to internal.hBjorn Helgaas2009-03-175-0/+32
| | | |/ / / / /
| | * | | | | | ACPI: Remove R40e c-state blacklistThomas Renninger2009-04-031-51/+0
| | * | | | | | ACPICA: Fix index value in package warning messageBob Moore2009-03-271-8/+16
| | * | | | | | ACPICA: FADT: Favor 32-bit FACS and DSDT addressesBob Moore2009-03-271-2/+6
| | * | | | | | ACPICA: FADT: Favor 32-bit register addresses for compatibilityBob Moore2009-03-271-35/+51
| | * | | | | | ACPICA: Fix PCI configuration space port address rangeBob Moore2009-03-271-1/+1
| | * | | | | | ACPICA: Condense some protected portsBob Moore2009-03-271-8/+26
| | * | | | | | ACPICA: Remove unused code, no functional changeBob Moore2009-03-271-35/+9
| | * | | | | | ACPICA: Clear PM register write-only bits on readingLin Ming2009-03-272-0/+11
| | * | | | | | ACPICA: Remove obsolete acpi_os_validate_address interfaceBob Moore2009-03-273-31/+0
| | * | | | | | ACPICA: New: I/O port protectionBob Moore2009-03-2712-29/+319
| | * | | | | | ACPICA: Preserve all PM control reserved and ignored bitsBob Moore2009-03-272-1/+24
| | * | | | | | ACPICA: Change handling of PM1 Status register ignored bitBob Moore2009-03-271-16/+11
| | * | | | | | ACPICA: Fix AcpiWalkNamespace race condition with table unloadBob Moore2009-03-2711-33/+303
| | * | | | | | ACPICA: FADT: Fix extraneous length mismatch warningBob Moore2009-03-271-1/+2
| | * | | | | | ACPICA: Formatting update - no functional changesBob Moore2009-03-2721-174/+161
| | * | | | | | ACPICA: Add manifest constants for bit register valuesBob Moore2009-03-274-13/+22
| | * | | | | | ACPICA: Update table header print functionBob Moore2009-03-261-7/+11
| | * | | | | | ACPICA: Restructure bit register access functionsBob Moore2009-03-261-115/+62
| | * | | | | | ACPICA: Rename ACPI bit register access functionsBob Moore2009-03-268-42/+43
| | * | | | | | ACPICA: Optimize ACPI register lockingBob Moore2009-03-263-40/+29
| | * | | | | | ACPICA: Formatting update - no functional changesBob Moore2009-03-268-54/+61
| | * | | | | | ACPICA: Debug output: decrease verbosity of DB_INFO debug levelBob Moore2009-03-263-4/+4
| | * | | | | | ACPICA: Debug output: print result of _OSI invocationsBob Moore2009-03-261-11/+21
| | * | | | | | ACPICA: Conditionally compile acpi_set_firmware_waking_vector64Bob Moore2009-03-261-1/+4