summaryrefslogtreecommitdiffstats
path: root/drivers/base/power/runtime.c
Commit message (Expand)AuthorAgeFilesLines
* sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h>Ingo Molnar2017-03-021-1/+1
* PM / runtime: Avoid false-positive warnings from might_sleep_if()Rafael J. Wysocki2017-02-041-5/+6
* Merge tag 'driver-core-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-12-131-5/+169
|\
| * PM / runtime: Optimize the use of device linksRafael J. Wysocki2016-10-311-3/+20
| * PM / runtime: Use device linksRafael J. Wysocki2016-10-311-5/+152
* | PM / wakeirq: Fix dedicated wakeirq for drivers not using autosuspendTony Lindgren2016-12-061-4/+4
* | PM / Runtime: Defer resuming of the device in pm_runtime_force_resume()Ulf Hansson2016-11-191-5/+30
* | PM / Runtime: Don't allow to suspend a device with an active childUlf Hansson2016-11-091-1/+11
* | PM / Runtime: Clarify comment in rpm_resume() when resuming the parentUlf Hansson2016-10-211-2/+2
* | PM / Runtime: Remove the exported function pm_children_suspended()Ulf Hansson2016-10-211-1/+2
|/
* PM / runtime: Use _rcuidle for runtime suspend tracepointsPaul E. McKenney2016-09-161-2/+2
* PM / runtime: Add _rcuidle suffix to allow rpm_idle() use from idlePaul E. McKenney2016-08-311-3/+3
* PM / runtime: Add _rcuidle suffix to allow rpm_resume() to be called from idlePaul E. McKenney2016-08-311-2/+2
*-. Merge branches 'pm-core', 'pm-clk', 'pm-domains' and 'pm-pci'Rafael J. Wysocki2016-07-251-3/+10
|\ \
| | * PM / Runtime: Avoid resuming devices again in pm_runtime_force_resume()Ulf Hansson2016-06-161-0/+3
| |/ |/|
| * PM / runtime: Asynchronous "idle" in pm_runtime_allow()Rafael J. Wysocki2016-07-021-1/+1
| * PM / runtime: print error when activating a child to unactive parentLinus Walleij2016-06-281-2/+6
|/
* PM / Runtime: Fix error path in pm_runtime_force_resume()Ulf Hansson2016-04-211-2/+7
* PM / runtime: Add new helper for conditional usage count incrementationRafael J. Wysocki2015-12-211-0/+24
* PM / runtime: Re-init runtime PM states at probe error and driver unbindUlf Hansson2015-11-301-6/+20
* 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/+0
* PM / Runtime: Rework RPM get callback routinesAndrzej Hajda2014-11-061-36/+33
*-. 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/+5
* 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-231-1/+18
* pm / runtime: introduce pm_runtime_set_memalloc_noio()Ming Lei2013-02-231-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/+2
* 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/+2
* 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-061-0/+1
|\
| * drivers/base: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required.Paul Gortmaker2011-10-311-0/+1
* | PM / Runtime: Automatically retry failed autosuspendsAlan Stern2011-11-041-2/+16
* | PM / Runtime: Fix runtime accounting calculation errorvenu byravarasu2011-11-041-4/+1
|/
* 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
OpenPOWER on IntegriCloud