summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm+acpi-for-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-12-11233-3326/+9470
|\
| * Merge branch 'acpi-enumeration'Rafael J. Wysocki2012-12-101-0/+8
| |\
| | * mmc: sdhci-acpi: enable runtime-pm for device HID INT33C6Adrian Hunter2012-12-101-0/+8
| * | Merge branch 'acpi-general'Rafael J. Wysocki2012-12-073-2/+21
| |\ \
| | * | pnpacpi: fix incorrect TEST_ALPHA() testAlan Cox2012-12-071-1/+1
| | * | ACPI / video: ignore BIOS initial backlight value for HP Folio 13-2000Zhang Rui2012-12-041-0/+14
| | * | ACPI : do not use Lid and Sleep button for S5 wakeupZhang Rui2012-12-041-1/+6
| * | | Merge branch 'acpi-enumeration'Rafael J. Wysocki2012-12-072-0/+237
| |\ \ \ | | | |/ | | |/|
| | * | ACPI: add Haswell LPSS devices to acpi_platform_device_ids listMika Westerberg2012-12-071-0/+10
| | * | ACPI: add documentation about ACPI 5 enumerationMika Westerberg2012-12-071-0/+227
| * | | Merge branch 'acpi-dev-pm'Rafael J. Wysocki2012-12-071-1/+1
| |\ \ \
| | * | | ACPI / PM: Fix header of acpi_dev_pm_detach() in acpi.hRafael J. Wysocki2012-12-051-1/+1
| * | | | Merge branch 'pm-devfreq'Rafael J. Wysocki2012-12-0710-401/+942
| |\ \ \ \
| | * | | | PM / devfreq: remove compiler error with module governors (2)MyungJoo Ham2012-11-281-0/+5
| | * | | | Merge tag 'pull_req_20121126' of git://git.kernel.org/pub/scm/linux/kernel/gi...Rafael J. Wysocki2012-11-262-9/+23
| | |\ \ \ \
| | | * | | | PM / devfreq: Fix return value in devfreq_remove_governor()Sachin Kamat2012-11-261-1/+1
| | | * | | | PM / devfreq: Fix incorrect argument in error messageSachin Kamat2012-11-261-1/+1
| | | * | | | PM / devfreq: missing rcu_read_lock() added for find_device_opp()MyungJoo Ham2012-11-261-6/+20
| | | * | | | PM / devfreq: remove compiler error when a governor is moduleMyungJoo Ham2012-11-261-1/+1
| | * | | | | Merge tag 'pull_req_20121120' of git://git.kernel.org/pub/scm/linux/kernel/gi...Rafael J. Wysocki2012-11-2110-94/+560
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | PM / devfreq: exynos4_bus.c: Fixed an alignment of the func call args.Sangho Yi2012-11-201-1/+1
| | | * | | | PM / devfreq: Add sysfs node to expose available governorsNishanth Menon2012-11-202-0/+29
| | | * | | | PM / devfreq: allow sysfs governor node to switch governorNishanth Menon2012-11-202-2/+45
| | | * | | | PM / devfreq: governors: add GPL module license and allow module buildNishanth Menon2012-11-205-4/+12
| | | * | | | PM / devfreq: map devfreq drivers to governor using nameNishanth Menon2012-11-207-30/+96
| | | * | | | PM / devfreq: register governors with devfreq frameworkNishanth Menon2012-11-204-0/+72
| | | * | | | PM / devfreq: provide hooks for governors to be registeredNishanth Menon2012-11-203-0/+98
| | | * | | | PM / devfreq: export update_devfreqNishanth Menon2012-11-201-0/+1
| | | * | | | PM / devfreq: Add sysfs node for representing frequency transition information.Jonghwa Lee2012-11-203-0/+127
| | | * | | | PM / devfreq: Add sysfs node to expose available frequenciesNishanth Menon2012-11-202-0/+41
| | | * | | | PM / devfreq: documentation cleanups for devfreq headerNishanth Menon2012-11-201-27/+27
| | | * | | | PM / devfreq: Use devm_* functions in exynos4_bus.cSachin Kamat2012-11-201-30/+11
| | |/ / / /
| | * | | | PM / devfreq: make devfreq_class staticNishanth Menon2012-11-151-1/+1
| | * | | | PM / devfreq: fix sscanf handling for writable sysfs entriesNishanth Menon2012-11-151-6/+3
| | * | | | PM / devfreq: kernel-doc typo correctionsNishanth Menon2012-11-151-11/+11
| | * | | | PM / devfreq: Add current freq callback in device profileRajagopal Venkat2012-11-153-1/+27
| | * | | | PM / devfreq: Add suspend and resume apisRajagopal Venkat2012-11-154-0/+51
| | * | | | PM / devfreq: Core updates to support devices which can idleRajagopal Venkat2012-11-158-296/+278
| * | | | | Merge branch 'acpi-general'Rafael J. Wysocki2012-12-043-171/+188
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | ACPI / PNP: Do not crash due to stale pointer use during system resumeRafael J. Wysocki2012-11-301-0/+3
| | * | | | ACPI / video: Add "Asus UL30VT" to ACPI video detect blacklistLan Tianyu2012-11-301-0/+8
| | * | | | ACPI: do acpisleep dmi check when CONFIG_ACPI_SLEEP is setZhang Rui2012-11-301-171/+177
| * | | | | Merge branch 'acpi-enumeration'Rafael J. Wysocki2012-11-305-1/+180
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | spi / ACPI: add ACPI enumeration supportMika Westerberg2012-11-301-1/+102
| | * | | | gpio / ACPI: add ACPI supportMathias Nyman2012-11-304-0/+78
| * | | | | Merge branch 'pm-tools'Rafael J. Wysocki2012-11-2911-60/+110
| |\ \ \ \ \
| | * | | | | cpupower: IvyBridge (0x3a and 0x3e models) supportThomas Renninger2012-11-272-2/+10
| | * | | | | cpupower: Provide -c param for cpupower monitor to schedule process on all coresThomas Renninger2012-11-274-3/+48
| | * | | | | cpupower tools: Fix warning and a bug with the cpu package countPalmer Cox2012-11-271-5/+13
| | * | | | | cpupower tools: Fix malloc of cpu_info structurePalmer Cox2012-11-272-19/+12
OpenPOWER on IntegriCloud