aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/power/runtime.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-24Merge back earlier PM core material for v5.1.Rafael J. Wysocki1-20/+50
2019-02-21PM-runtime: Fix deadlock when canceling hrtimerVincent Guittot1-1/+1
2019-02-05PM-runtime: update time accounting only when enabledVincent Guittot1-7/+10
2019-02-05PM-runtime: Switch accounting over to ktime_get_mono_fast_ns()Vincent Guittot1-4/+13
2019-02-01PM-runtime: Optimize pm_runtime_autosuspend_expiration()Ladislav Michl1-11/+8
2019-02-01Merge back earlier PM core material for v5.1.Rafael J. Wysocki1-7/+28
2019-01-31PM-runtime: Replace jiffies-based accounting with ktime-based accountingThara Gopinath1-8/+9
2019-01-31PM-runtime: update accounting_timestamp on enableVincent Guittot1-3/+8
2019-01-30PM-runtime: Fix deadlock with ktime_get()Vincent Guittot1-5/+5
2019-01-15PM-runtime: Add new interface to get accounted timeVincent Guittot1-0/+15
2019-01-10PM-runtime: Fix autosuspend_delay on 32bits archVincent Guittot1-2/+2
2019-01-10PM-runtime: Fix 'jiffies' in comments after switch to hrtimersLadislav Michl1-2/+5
2018-12-19PM-runtime: Switch autosuspend over to using hrtimersVincent Guittot1-29/+34
2018-06-12Revert "PM / runtime: Fixup reference counting of device link suppliers at probe"Rafael J. Wysocki1-3/+24
2018-05-27PM / runtime: Drop usage count for suppliers at device link removalUlf Hansson1-0/+2
2018-05-27PM / runtime: Fixup reference counting of device link suppliers at probeUlf Hansson1-24/+3
2018-01-17PM / runtime: Allow no callbacks in pm_runtime_force_suspend|resume()Ulf Hansson1-8/+3
2018-01-15PM / runtime: Check ignore_children in pm_runtime_need_not_resume()Rafael J. Wysocki1-1/+2
2018-01-15PM / runtime: Rework pm_runtime_force_suspend/resume()Rafael J. Wysocki1-40/+34
2017-12-04PM / runtime: Fix handling of suppliers with disabled runtime PMRafael J. Wysocki1-1/+2
2017-11-16PM / runtime: Drop children check from __pm_runtime_set_status()Rafael J. Wysocki1-20/+11
2017-11-13Merge tag 'pm-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-5/+4
2017-11-13Merge branch 'pm-core'Rafael J. Wysocki1-4/+3
2017-11-08PM / QoS: Fix device resume latency frameworkRafael J. Wysocki1-1/+1
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-2/+2
2017-10-24PM / core: Convert timers to use timer_setup()Kees Cook1-4/+3
2017-03-02sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h>Ingo Molnar1-1/+1
2017-02-04PM / runtime: Avoid false-positive warnings from might_sleep_if()Rafael J. Wysocki1-5/+6
2016-12-13Merge tag 'driver-core-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-5/+169
2016-12-06PM / wakeirq: Fix dedicated wakeirq for drivers not using autosuspendTony Lindgren1-4/+4
2016-11-19PM / Runtime: Defer resuming of the device in pm_runtime_force_resume()Ulf Hansson1-5/+30
2016-11-09PM / Runtime: Don't allow to suspend a device with an active childUlf Hansson1-1/+11
2016-10-31PM / runtime: Optimize the use of device linksRafael J. Wysocki1-3/+20
2016-10-31PM / runtime: Use device linksRafael J. Wysocki1-5/+152
2016-10-21PM / Runtime: Clarify comment in rpm_resume() when resuming the parentUlf Hansson1-2/+2
2016-10-21PM / Runtime: Remove the exported function pm_children_suspended()Ulf Hansson1-1/+2
2016-09-16PM / runtime: Use _rcuidle for runtime suspend tracepointsPaul E. McKenney1-2/+2
2016-08-31PM / runtime: Add _rcuidle suffix to allow rpm_idle() use from idlePaul E. McKenney1-3/+3
2016-08-31PM / runtime: Add _rcuidle suffix to allow rpm_resume() to be called from idlePaul E. McKenney1-2/+2
2016-07-25Merge branches 'pm-core', 'pm-clk', 'pm-domains' and 'pm-pci'Rafael J. Wysocki1-3/+10
2016-07-02PM / runtime: Asynchronous "idle" in pm_runtime_allow()Rafael J. Wysocki1-1/+1
2016-06-28PM / runtime: print error when activating a child to unactive parentLinus Walleij1-2/+6
2016-06-16PM / Runtime: Avoid resuming devices again in pm_runtime_force_resume()Ulf Hansson1-0/+3
2016-04-21PM / Runtime: Fix error path in pm_runtime_force_resume()Ulf Hansson1-2/+7
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