aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/power/runtime.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-21PM / runtime: Add new helper for conditional usage count incrementationRafael J. Wysocki1-0/+24
2015-11-30PM / runtime: Re-init runtime PM states at probe error and driver unbindUlf Hansson1-6/+20
2015-05-20PM / Wakeirq: Add automated device wake IRQ handlingTony Lindgren1-0/+5
2015-05-20PM / Runtime: Update last_busy in rpm_resumeTony Lindgren1-0/+1
2014-12-04PM: Drop CONFIG_PM_RUNTIME from the driver coreRafael J. Wysocki1-9/+0
2014-11-06PM / Runtime: Rework RPM get callback routinesAndrzej Hajda1-36/+33
2014-03-20Merge branches 'pm-runtime' and 'pm-sleep'Rafael J. Wysocki1-1/+1
2014-03-12PM / Runtime: Add missing "it" in commentGeert Uytterhoeven1-1/+1
2014-03-02PM: Add pm_runtime_suspend|resume_force functionsUlf Hansson1-0/+84
2014-03-02PM / runtime: Fetch runtime PM callbacks using a macroUlf Hansson1-39/+39
2013-10-16PM / Runtime: Respect autosuspend when idle triggers suspendUlf Hansson1-2/+3
2013-06-03PM / Runtime: Rework the "runtime idle" helper routineRafael J. Wysocki1-7/+5
2013-04-12PM / Runtime: Asyncronous idle|suspend parent devices at removalUlf Hansson1-1/+1
2013-02-23pm / runtime: force memory allocation with no I/O during Runtime PM callbcackMing Lei1-1/+18
2013-02-23pm / runtime: introduce pm_runtime_set_memalloc_noio()Ming Lei1-0/+70
2012-09-22PM / Runtime: let rpm_resume() succeed if RPM_ACTIVE, even when disabled, v2Kevin Hilman1-0/+3
2012-08-17PM / Runtime: Check device PM QoS setting before "no callbacks" checkRafael J. Wysocki1-6/+2
2012-08-17PM / Runtime: Clear power.deferred_resume on success in rpm_suspend()Rafael J. Wysocki1-1/+1
2012-08-17PM / Runtime: Fix rpm_resume() return value for power.no_callbacks setRafael J. Wysocki1-1/+2
2012-05-01PM / Runtime: Remove device fields related to suspend time, v2Rafael J. Wysocki1-101/+2
2012-03-26PM / Runtime: don't forget to wake up waitqueue on failureAlan Stern1-1/+2
2011-12-25Merge branch 'pm-runtime' into pm-for-linusRafael J. Wysocki1-20/+128
2011-12-21PM: Run the driver callback directly if the subsystem one is not thereRafael J. Wysocki1-0/+9
2011-12-01PM / Runtime: Use device PM QoS constraints (v2)Rafael J. Wysocki1-20/+128
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2011-11-04PM / Runtime: Automatically retry failed autosuspendsAlan Stern1-2/+16
2011-11-04PM / Runtime: Fix runtime accounting calculation errorvenu byravarasu1-4/+1
2011-10-31drivers/base: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required.Paul Gortmaker1-0/+1
2011-10-16PM / Runtime: Handle .runtime_suspend() failure correctlyMing Lei1-12/+13
2011-10-16PM / Runtime: Fix kerneldoc comment for rpm_suspend()Ming Lei1-8/+10
2011-09-27PM / Runtime: Replace dev_dbg() with trace_rpm_*()Ming Lei1-4/+7
2011-09-27PM / Runtime: Don't run callbacks under lock for power.irq_safe setRafael J. Wysocki1-22/+46
2011-08-14PM / Runtime: Add might_sleep() to runtime PM functionsColin Cross1-3/+12
2011-08-05PM / Runtime: Allow _put_sync() from interrupts-disabled contextKevin Hilman1-2/+8
2011-07-08PM / Runtime: Consistent utilization of deferred_resumeShuoX Liu1-1/+1
2011-07-06PM / Runtime: Replace "run-time" with "runtime" in documentationRafael J. Wysocki1-33/+33
2011-07-02PM / Runtime: Return special error code if runtime PM is disabledRafael J. Wysocki1-4/+5
2011-07-02PM / Domains: Rename struct dev_power_domain to struct dev_pm_domainRafael J. Wysocki1-6/+6
2011-04-29PM: Make power domain callbacks take precedence over subsystem onesRafael J. Wysocki1-19/+10
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-15PM: Make system-wide PM and runtime PM treat subsystems consistentlyRafael J. Wysocki1-9/+9
2011-03-15PM: Add support for device power domainsRafael J. Wysocki1-2/+17
2011-01-25PM / Runtime: Don't enable interrupts while running in_interruptAlan Stern1-3/+6
2010-12-24PM / Runtime: Add synchronous runtime interface for interrupt handlers (v3)Alan Stern1-9/+38
2010-10-29PM / Runtime: Fix typo in status comparison causing warningKevin Winchester1-1/+1
2010-10-22PM / Runtime: fix recursive locking warning of lockdep from rpm_resume()Ming Lei1-1/+1
2010-10-17PM / Runtime: Remove idle notification after failing suspendRafael J. Wysocki1-9/+2
2010-10-17PM / Runtime: Reduce code duplication in core helper functionsRafael J. Wysocki1-68/+54
2010-10-17PM / Runtime: Implement autosuspend supportAlan Stern1-7/+179
2010-10-17PM / Runtime: Add no_callbacks flagAlan Stern1-1/+53