summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2013-02-11Merge branch 'acpi-pm'Rafael J. Wysocki8-867/+1072
2013-02-11Merge branch 'acpica'Rafael J. Wysocki166-4043/+4518
2013-02-11Merge branch 'acpi-scan'Rafael J. Wysocki11-498/+198
2013-02-03ACPI / PM: Handle missing _PSC in acpi_bus_update_power()Rafael J. Wysocki1-0/+3
2013-02-01ACPI / PM: Do not power manage devices in unknown initial statesRafael J. Wysocki2-1/+10
2013-01-31ACPI / PM: Fix acpi_bus_get_device() check in drivers/acpi/device_pm.cYasuaki Ishimatsu1-3/+3
2013-01-31ACPI / scan: Fix acpi_bus_get_device() check in acpi_match_device()Rafael J. Wysocki1-2/+2
2013-01-31Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2013-01-30efi: Make 'efi_enabled' a function to query EFI facilitiesMatt Fleming1-1/+1
2013-01-27ACPI / PM: Fix /proc/acpi/wakeup for devices w/o bus or parentAndreas Fleig1-4/+5
2013-01-27ACPI / scan: Make namespace scanning and trimming mutually exclusiveRafael J. Wysocki1-4/+12
2013-01-26ACPI / scan: Make it clear that acpi_bus_trim() cannot failRafael J. Wysocki2-15/+5
2013-01-25ACPI / PM: Fix consistency check for power resources during resumeRafael J. Wysocki1-11/+26
2013-01-25ACPI / PM: Expose lists of device power resources to user spaceRafael J. Wysocki1-13/+91
2013-01-25ACPICA: Update predefined info table for _MLS methodBob Moore1-2/+2
2013-01-25ACPICA: Remove some extraneous newlines in ACPI_ERROR type callsBob Moore3-3/+3
2013-01-25ACPICA: iASL/Disassembler: Add option to ignore NOOP opcodes/operatorsBob Moore1-1/+3
2013-01-25ACPICA: AcpiGetSleepTypeData: Allow \_Sx to return either 1 or 2 integersBob Moore1-51/+74
2013-01-25ACPICA: Update ACPICA copyrights to 2013Bob Moore162-162/+162
2013-01-25ACPICA: Update predefined info tableLv Zheng1-5/+6
2013-01-24ACPI / PM: Expose current status of ACPI power resourcesRafael J. Wysocki2-1/+28
2013-01-24ACPI / PM: Expose power states of ACPI devices to user spaceRafael J. Wysocki1-1/+48
2013-01-24ACPI / scan: Prevent device add uevents from racing with user spaceRafael J. Wysocki3-8/+20
2013-01-22ACPI: Check MSR valid bit before using P-state frequenciesStefan Bader1-0/+7
2013-01-22ACPI / PM: Fix device power state value after transitions to D3coldRafael J. Wysocki1-2/+5
2013-01-22ACPI / PM: Use string "D3cold" to represent ACPI_STATE_D3_COLDRafael J. Wysocki1-1/+1
2013-01-22ACPI / PM: Sanitize checks in acpi_power_on_resources()Rafael J. Wysocki1-4/+1
2013-01-22ACPI / PM: Always evaluate _PSn after setting power resourcesRafael J. Wysocki1-29/+17
2013-01-22ACPI / PM: Introduce helper for executing _PSn methodsRafael J. Wysocki1-28/+23
2013-01-22ACPI / PM: Make acpi_bus_init_power() more robustRafael J. Wysocki1-4/+14
2013-01-19ACPI / PM: remove leading whitespace from #ifdefMika Westerberg1-1/+1
2013-01-19ACPI / PM: Consolidate suspend-specific and hibernate-specific codeRafael J. Wysocki1-36/+51
2013-01-19ACPI / PM: Move device power management functions to device_pm.cRafael J. Wysocki3-294/+288
2013-01-19ACPI, APEI: Fixup incorrect 64-bit access width firmware bugLans Zhang1-0/+3
2013-01-19ACPI / scan: Drop acpi_bus_add() and use acpi_bus_scan() insteadRafael J. Wysocki5-36/+26
2013-01-19ACPI / processor: Get power info before updating the C-statesThomas Schlichter1-0/+1
2013-01-18ACPI / cpuidle: Fix NULL pointer issues when cpuidle is disabledKonrad Rzeszutek Wilk1-0/+3
2013-01-17ACPI / PM: Common string representations of device power statesRafael J. Wysocki1-6/+12
2013-01-17ACPI / PM: More visible function for retrieving device power statesRafael J. Wysocki1-3/+12
2013-01-17ACPI / PM: Change the way power transitions to D3cold are carried outRafael J. Wysocki1-2/+10
2013-01-17ACPI: Use system level attribute of wakeup power resourcesRafael J. Wysocki3-0/+26
2013-01-17ACPI: Take power resource initialization errors into accountRafael J. Wysocki3-55/+53
2013-01-17ACPI / scan: Consolidate extraction of power resources listsRafael J. Wysocki3-32/+55
2013-01-17ACPI / scan: Remove unnecessary initialization of local variablesRafael J. Wysocki1-3/+3
2013-01-17ACPI / scan: Move power state initialization to a separate routineRafael J. Wysocki1-41/+46
2013-01-17ACPI / PM: Take order attribute of wakeup power resources into accountRafael J. Wysocki2-38/+32
2013-01-17ACPI / PM: Take order attribute of power resources into accountRafael J. Wysocki3-77/+117
2013-01-17ACPI: Do not use device power states of power resourcesRafael J. Wysocki1-20/+3
2013-01-17ACPI: Drop power resources driverRafael J. Wysocki4-59/+37
2013-01-17ACPI / scan: Treat power resources in a special wayRafael J. Wysocki3-115/+102