summaryrefslogtreecommitdiffstats
path: root/drivers/base/power/runtime.c
Commit message (Expand)AuthorAgeFilesLines
* PM / Wakeirq: Add automated device wake IRQ handlingTony Lindgren2015-05-201-0/+5
* PM / Runtime: Update last_busy in rpm_resumeTony Lindgren2015-05-201-0/+1
* PM: Drop CONFIG_PM_RUNTIME from the driver coreRafael J. Wysocki2014-12-041-9/+0Star
* PM / Runtime: Rework RPM get callback routinesAndrzej Hajda2014-11-061-36/+33Star
*-. Merge branches 'pm-runtime' and 'pm-sleep'Rafael J. Wysocki2014-03-201-1/+1
|\ \
| | * PM / Runtime: Add missing "it" in commentGeert Uytterhoeven2014-03-121-1/+1
| |/
* | PM: Add pm_runtime_suspend|resume_force functionsUlf Hansson2014-03-021-0/+84
* | PM / runtime: Fetch runtime PM callbacks using a macroUlf Hansson2014-03-021-39/+39
|/
* PM / Runtime: Respect autosuspend when idle triggers suspendUlf Hansson2013-10-161-2/+3
* PM / Runtime: Rework the "runtime idle" helper routineRafael J. Wysocki2013-06-031-7/+5Star
* PM / Runtime: Asyncronous idle|suspend parent devices at removalUlf Hansson2013-04-121-1/+1
* pm / runtime: force memory allocation with no I/O during Runtime PM callbcackMing Lei2013-02-241-1/+18
* pm / runtime: introduce pm_runtime_set_memalloc_noio()Ming Lei2013-02-241-0/+70
* PM / Runtime: let rpm_resume() succeed if RPM_ACTIVE, even when disabled, v2Kevin Hilman2012-09-221-0/+3
* PM / Runtime: Check device PM QoS setting before "no callbacks" checkRafael J. Wysocki2012-08-171-6/+2Star
* PM / Runtime: Clear power.deferred_resume on success in rpm_suspend()Rafael J. Wysocki2012-08-171-1/+1
* PM / Runtime: Fix rpm_resume() return value for power.no_callbacks setRafael J. Wysocki2012-08-171-1/+2
* PM / Runtime: Remove device fields related to suspend time, v2Rafael J. Wysocki2012-05-011-101/+2Star
* PM / Runtime: don't forget to wake up waitqueue on failureAlan Stern2012-03-261-1/+2
* Merge branch 'pm-runtime' into pm-for-linusRafael J. Wysocki2011-12-251-20/+128
|\
| * PM / Runtime: Use device PM QoS constraints (v2)Rafael J. Wysocki2011-12-011-20/+128
* | PM: Run the driver callback directly if the subsystem one is not thereRafael J. Wysocki2011-12-211-0/+9
|/
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-071-0/+1
|\
| * drivers/base: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required.Paul Gortmaker2011-11-011-0/+1
* | PM / Runtime: Automatically retry failed autosuspendsAlan Stern2011-11-041-2/+16
* | PM / Runtime: Fix runtime accounting calculation errorvenu byravarasu2011-11-041-4/+1Star
|/
* PM / Runtime: Handle .runtime_suspend() failure correctlyMing Lei2011-10-161-12/+13
* PM / Runtime: Fix kerneldoc comment for rpm_suspend()Ming Lei2011-10-161-8/+10
* PM / Runtime: Replace dev_dbg() with trace_rpm_*()Ming Lei2011-09-271-4/+7
* PM / Runtime: Don't run callbacks under lock for power.irq_safe setRafael J. Wysocki2011-09-271-22/+46
* PM / Runtime: Add might_sleep() to runtime PM functionsColin Cross2011-08-141-3/+12
* PM / Runtime: Allow _put_sync() from interrupts-disabled contextKevin Hilman2011-08-051-2/+8
* PM / Runtime: Consistent utilization of deferred_resumeShuoX Liu2011-07-081-1/+1
* PM / Runtime: Replace "run-time" with "runtime" in documentationRafael J. Wysocki2011-07-061-33/+33
* PM / Runtime: Return special error code if runtime PM is disabledRafael J. Wysocki2011-07-021-4/+5
* PM / Domains: Rename struct dev_power_domain to struct dev_pm_domainRafael J. Wysocki2011-07-021-6/+6
* PM: Make power domain callbacks take precedence over subsystem onesRafael J. Wysocki2011-04-291-19/+10Star
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* PM: Make system-wide PM and runtime PM treat subsystems consistentlyRafael J. Wysocki2011-03-151-9/+9
* PM: Add support for device power domainsRafael J. Wysocki2011-03-151-2/+17
* PM / Runtime: Don't enable interrupts while running in_interruptAlan Stern2011-01-251-3/+6
* PM / Runtime: Add synchronous runtime interface for interrupt handlers (v3)Alan Stern2010-12-241-9/+38
* PM / Runtime: Fix typo in status comparison causing warningKevin Winchester2010-10-291-1/+1
* PM / Runtime: fix recursive locking warning of lockdep from rpm_resume()Ming Lei2010-10-221-1/+1
* PM / Runtime: Remove idle notification after failing suspendRafael J. Wysocki2010-10-171-9/+2Star
* PM / Runtime: Reduce code duplication in core helper functionsRafael J. Wysocki2010-10-171-68/+54Star
* PM / Runtime: Implement autosuspend supportAlan Stern2010-10-171-7/+179
* PM / Runtime: Add no_callbacks flagAlan Stern2010-10-171-1/+53
* PM / Runtime: Combine runtime PM entry pointsAlan Stern2010-10-171-110/+64Star
* PM / Runtime: Merge synchronous and async runtime routinesAlan Stern2010-10-171-235/+140Star