summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-10-0228-596/+1272
|\
| * Merge branch 'pm-qos'Rafael J. Wysocki2012-09-241-41/+26
| |\
| | * Revert "PM QoS: Use spinlock in the per-device PM QoS constraints code"Rafael J. Wysocki2012-09-241-41/+26
| * | Merge branch 'pm-sleep'Rafael J. Wysocki2012-09-242-29/+19
| |\ \
| | * | PM: Prevent runtime suspend during system resumeAlan Stern2012-09-192-28/+18
| | * | PM / Sleep: use resume event when call dpm_resume_earlyFeng Hong2012-09-191-1/+1
| * | | Merge branch 'pm-runtime'Rafael J. Wysocki2012-09-241-0/+3
| |\ \ \
| | * | | PM / Runtime: let rpm_resume() succeed if RPM_ACTIVE, even when disabled, v2Kevin Hilman2012-09-221-0/+3
| * | | | Merge branch 'pm-qos'Rafael J. Wysocki2012-09-241-26/+41
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | PM QoS: Use spinlock in the per-device PM QoS constraints codeJean Pihet2012-09-191-26/+41
| * | | | Merge branch 'pm-cpuidle'Rafael J. Wysocki2012-09-242-17/+33
| |\ \ \ \
| | * | | | cpuidle: rename function name "__cpuidle_register_driver", v2Daniel Lezcano2012-09-221-6/+9
| | * | | | cpuidle: remove some empty linesDaniel Lezcano2012-09-191-3/+0
| | * | | | cpuidle / ACPI : move cpuidle_device field out of the acpi_processor_power st...Daniel Lezcano2012-09-171-8/+24
| * | | | | Merge branch 'pm-cpufreq'Rafael J. Wysocki2012-09-241-2/+2
| |\ \ \ \ \
| | * | | | | cpufreq: OMAP: Check IS_ERR() instead of NULL for omap_device_get_by_hwmod_nameAxel Lin2012-09-191-2/+2
| * | | | | | Merge branch 'pm-cpufreq'Rafael J. Wysocki2012-09-1713-455/+698
| |\| | | | |
| | * | | | | cpufreq: OMAP: remove loops_per_jiffy recalculate for smpRichard Zhao2012-09-141-35/+0
| | * | | | | sections: fix section conflicts in drivers/cpufreqAndi Kleen2012-09-141-13/+13
| | * | | | | cpufreq: conservative: update frequency when limits are relaxedMichal Pecio2012-09-141-0/+1
| | * | | | | cpufreq / ondemand: update frequency when limits are relaxedMichal Pecio2012-09-141-0/+1
| | * | | | | cpufreq: Add a generic cpufreq-cpu0 driverShawn Guo2012-09-093-0/+282
| | * | | | | PM / OPP: Initialize OPP table from device treeShawn Guo2012-09-091-0/+47
| | * | | | | cpufreq: Remove support for hardware P-state chips from powernow-k8Matthew Garrett2012-09-093-397/+29
| | * | | | | acpi-cpufreq: Add compatibility for legacy AMD cpb sysfs knobAndre Przywara2012-09-092-2/+56
| | * | | | | acpi-cpufreq: Add support for disabling dynamic overclockingAndre Przywara2012-09-091-0/+177
| | * | | | | ACPI: Add fixups for AMD P-state figuresMatthew Garrett2012-09-091-0/+30
| | * | | | | powernow-k8: delay info messages until initialization has succeededAndre Przywara2012-09-091-10/+14
| | * | | | | cpufreq: Add warning message to powernow-k8Andre Przywara2012-09-092-1/+5
| | * | | | | acpi-cpufreq: Add quirk to disable _PSD usage on all AMD CPUsAndre Przywara2012-09-091-0/+10
| | * | | | | acpi-cpufreq: Add support for modern AMD CPUsMatthew Garrett2012-09-092-7/+39
| | * | | | | cpufreq / powernow-k8: Fixup missing _PSS objects messageBorislav Petkov2012-09-051-4/+7
| | * | | | | PM / cpufreq: Initialise the cpu field during conservative governor startAmit Daniel Kachhap2012-09-041-0/+1
| | | |/ / / | | |/| | |
| * | | | | Merge branch 'pm-sleep'Rafael J. Wysocki2012-09-171-6/+40
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | PM / wakeup: Use irqsave/irqrestore for events_lockJohn Stultz2012-09-061-6/+11
| | * | | | PM / Sleep: Print name of wakeup source that aborts suspendTodd Poynor2012-08-171-0/+29
| * | | | | Merge branch 'pm-domains'Rafael J. Wysocki2012-09-171-9/+117
| |\ \ \ \ \
| | * | | | | PM / Domains: Fix compilation warning related to genpd_start_dev_no_timing()Sachin Kamat2012-09-061-6/+6
| | * | | | | PM / Domains: Operations related to cpuidle using domain namesRafael J. Wysocki2012-09-041-0/+19
| | * | | | | PM / Domains: Document cpuidle-related functions and change their namesRafael J. Wysocki2012-09-041-2/+18
| | * | | | | PM / Domains: Add power-on function using names to identify domainsRafael J. Wysocki2012-09-041-15/+31
| | * | | | | PM / Domains: Make it possible to use names when adding subdomainsRafael J. Wysocki2012-09-041-1/+31
| | * | | | | PM / Domains: Make it possible to use domain names when adding devicesRafael J. Wysocki2012-09-041-0/+27
| * | | | | | Merge branch 'pm-cpuidle'Rafael J. Wysocki2012-09-174-13/+10
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | ACPI / processor: remove pointless variable initializationDaniel Lezcano2012-09-151-2/+0
| | * | | | | ACPI / processor: remove unused function parameterDaniel Lezcano2012-09-152-7/+5
| | * | | | | cpuidle / ACPI : remove power from acpi_processor_cx structureDaniel Lezcano2012-09-052-3/+0
| | * | | | | PM / cpuidle: Make ladder governor use the "disabled" state flagRafael J. Wysocki2012-09-041-1/+3
| | * | | | | Honor state disabling in the cpuidle ladder governorCarsten Emde2012-09-041-1/+3
| | | |_|/ / | | |/| | |
| * | | | | Merge branch 'pm-timers'Rafael J. Wysocki2012-09-177-71/+356
| |\ \ \ \ \ | | | |/ / / | | |/| | / | | |_|_|/ | |/| | |