summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2011-07-2340-324/+2274
|\
| * Merge branch 'pm-runtime' into for-linusRafael J. Wysocki2011-07-1512-137/+277
| |\
| | * OMAP: PM: disable idle on suspend for GPIO and UARTKevin Hilman2011-07-122-0/+3
| | * OMAP: PM: omap_device: add API to disable idle on suspendKevin Hilman2011-07-122-0/+11
| | * OMAP: PM: omap_device: add system PM methods for PM domain handlingKevin Hilman2011-07-122-0/+40
| | * OMAP: PM: omap_device: conditionally use PM domain runtime helpersKevin Hilman2011-07-121-3/+4
| | * PM / Runtime: Add new helper function: pm_runtime_status_suspended()Kevin Hilman2011-07-122-0/+9
| | * PM / Runtime: Consistent utilization of deferred_resumeShuoX Liu2011-07-081-1/+1
| | * PM / Runtime: Prevent runtime_resume from racing with probeAlan Stern2011-07-061-1/+5
| | * PM / Runtime: Replace "run-time" with "runtime" in documentationRafael J. Wysocki2011-07-062-98/+98
| | * PM / Runtime: Improve documentation of enable, disable and barrierRafael J. Wysocki2011-07-061-4/+14
| | * PM: Limit race conditions between runtime PM and system sleep (v2)Rafael J. Wysocki2011-07-062-12/+44
| | * PCI / PM: Detect early wakeup in pci_pm_prepare()Rafael J. Wysocki2011-07-061-1/+17
| | * PM / Runtime: Return special error code if runtime PM is disabledRafael J. Wysocki2011-07-023-10/+13
| | * PM / Runtime: Update documentation of interactions with system sleepRafael J. Wysocki2011-07-022-11/+22
| * | Merge branch 'pm-domains' into for-linusRafael J. Wysocki2011-07-1524-171/+1937
| |\ \
| | * | ARM / shmobile: Return -EBUSY from A4LC power off if A3RV is activeRafael J. Wysocki2011-07-141-2/+1
| | * | PM / Domains: Take .power_off() error code into accountRafael J. Wysocki2011-07-141-2/+10
| | * | ARM / shmobile: Use genpd_queue_power_off_work()Rafael J. Wysocki2011-07-143-2/+4
| | * | ARM / shmobile: Use pm_genpd_poweroff_unused()Rafael J. Wysocki2011-07-133-18/+2
| | * | PM / Domains: Introduce function to power off all unused PM domainsRafael J. Wysocki2011-07-132-0/+24
| | * | PM / Domains: Queue up power off work only if it is not pendingRafael J. Wysocki2011-07-121-1/+14
| | * | PM / Domains: Improve handling of wakeup devices during system suspendRafael J. Wysocki2011-07-121-0/+30
| | * | PM / Domains: Do not restore all devices on power off errorRafael J. Wysocki2011-07-121-9/+4
| | * | PM / Domains: Allow callbacks to execute all runtime PM helpersRafael J. Wysocki2011-07-122-45/+102
| | * | PM / Domains: Do not execute device callbacks under locksRafael J. Wysocki2011-07-122-74/+185
| | * | PM / Domains: Make failing pm_genpd_prepare() clean up properlyRafael J. Wysocki2011-07-121-1/+11
| | * | PM / Domains: Set device state to "active" during system resumeRafael J. Wysocki2011-07-121-0/+2
| | * | ARM: mach-shmobile: sh7372 A3RV requires A4LCMagnus Damm2011-07-101-3/+42
| | * | PM / Domains: Export pm_genpd_poweron() in headerMagnus Damm2011-07-102-1/+6
| | * | ARM: mach-shmobile: sh7372 late pm domain offMagnus Damm2011-07-101-0/+13
| | * | ARM: mach-shmobile: Runtime PM late init callbackMagnus Damm2011-07-102-0/+11
| | * | ARM: mach-shmobile: sh7372 D4 supportMagnus Damm2011-07-103-0/+6
| | * | ARM: mach-shmobile: sh7372 A4MP supportKuninori Morimoto2011-07-105-0/+10
| | * | ARM: mach-shmobile: sh7372: make sure that fsi is peripheral of spu2Kuninori Morimoto2011-07-103-0/+3
| | |/
| | * ARM: mach-shmobile: sh7372 A3SG supportMagnus Damm2011-07-023-0/+6
| | * ARM: mach-shmobile: sh7372 A3RI supportMagnus Damm2011-07-023-0/+6
| | * ARM: mach-shmobile: sh7372 A3RV supportMagnus Damm2011-07-023-0/+8
| | * ARM: mach-shmobile: sh7372 A4LC support for AP4EVBMagnus Damm2011-07-023-1/+5
| | * ARM / shmobile: Support for I/O power domains for SH7372 (v9)Rafael J. Wysocki2011-07-024-0/+131
| | * PM: Rename clock management functionsRafael J. Wysocki2011-07-024-114/+114
| | * PM: Allow the clocks management code to be used during system suspendRafael J. Wysocki2011-07-023-4/+62
| | * PM / Domains: Wakeup devices support for system sleep transitionsRafael J. Wysocki2011-07-022-0/+9
| | * PM / Domains: System-wide transitions support for generic domains (v5)Rafael J. Wysocki2011-07-022-15/+548
| | * PM / Domains: Move code from under #ifdef CONFIG_PM_RUNTIME (v2)Rafael J. Wysocki2011-07-021-55/+65
| | * PM: Introduce generic "noirq" callback routines for subsystems (v2)Rafael J. Wysocki2011-07-023-17/+119
| | * PM / Domains: Support for generic I/O PM domains (v8)Rafael J. Wysocki2011-07-024-0/+577
| | * PM: subsys_data in struct dev_pm_info need not depend on RM_RUNTIMERafael J. Wysocki2011-07-021-1/+1
| | * PM / Domains: Rename struct dev_power_domain to struct dev_pm_domainRafael J. Wysocki2011-07-0211-49/+49
| * | PM: Improve error code of pm_notifier_call_chain()Akinobu Mita2011-07-154-9/+10