summaryrefslogtreecommitdiffstats
path: root/drivers/base/power/runtime.c
AgeCommit message (Expand)AuthorLines
2020-05-25PM: runtime: Make clear what we do when conditions are wrong in rpm_suspend()Andy Shevchenko-4/+2
2020-03-04PM: runtime: Add pm_runtime_get_if_active()Sakari Ailus-9/+27
2020-01-13PM-runtime: add tracepoints for usage_count changesMichał Mirosław-2/+11
2019-09-18Merge tag 'driver-core-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+2
2019-08-13driver/core: Convert to use built-in RCU list checkingJoel Fernandes (Google)-5/+10
2019-07-25driver core: Remove device link creation limitationRafael J. Wysocki-2/+2
2019-07-04PM / QOS: Rename __dev_pm_qos_read_value() and dev_pm_qos_raw_read_value()Viresh Kumar-1/+1
2019-04-04drivers: base: power: add proper SPDX identifiers on files that did not have ...Greg Kroah-Hartman-3/+1
2019-03-14Merge tag 'pm-5.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds-3/+13
2019-03-07PM-runtime: Call pm_runtime_active|suspended_time() from sysfsUlf Hansson-1/+1
2019-03-07PM-runtime: Consolidate code to get active/suspended timeUlf Hansson-2/+12
2019-03-06Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-27/+74
2019-02-24Merge back earlier PM core material for v5.1.Rafael J. Wysocki-20/+50
2019-02-21PM-runtime: Fix deadlock when canceling hrtimerVincent Guittot-1/+1
2019-02-20driver core: Fix PM-runtime for links added during consumer probeRafael J. Wysocki-23/+6
2019-02-13driver core: Fix possible supplier PM-usage counter imbalanceRafael J. Wysocki-2/+25
2019-02-13PM-runtime: Fix __pm_runtime_set_status() race with runtime resumeRafael J. Wysocki-6/+18
2019-02-11Merge 5.0-rc6 into driver-core-nextGreg Kroah-Hartman-5/+5
2019-02-08PM-runtime: Take suppliers into account in __pm_runtime_set_status()Rafael J. Wysocki-5/+40
2019-02-05PM-runtime: update time accounting only when enabledVincent Guittot-7/+10
2019-02-05PM-runtime: Switch accounting over to ktime_get_mono_fast_ns()Vincent Guittot-4/+13
2019-02-01PM-runtime: Optimize pm_runtime_autosuspend_expiration()Ladislav Michl-11/+8
2019-02-01Merge back earlier PM core material for v5.1.Rafael J. Wysocki-7/+28
2019-02-01driver core: Do not call rpm_put_suppliers() in pm_runtime_drop_link()Rafael J. Wysocki-2/+0
2019-02-01driver core: Fix handling of runtime PM flags in device_link_add()Rafael J. Wysocki-15/+11
2019-01-31PM-runtime: Replace jiffies-based accounting with ktime-based accountingThara Gopinath-8/+9
2019-01-31PM-runtime: update accounting_timestamp on enableVincent Guittot-3/+8
2019-01-30PM-runtime: Fix deadlock with ktime_get()Vincent Guittot-5/+5
2019-01-15PM-runtime: Add new interface to get accounted timeVincent Guittot-0/+15
2019-01-10PM-runtime: Fix autosuspend_delay on 32bits archVincent Guittot-2/+2
2019-01-10PM-runtime: Fix 'jiffies' in comments after switch to hrtimersLadislav Michl-2/+5
2018-12-19PM-runtime: Switch autosuspend over to using hrtimersVincent Guittot-29/+34
2018-06-12Revert "PM / runtime: Fixup reference counting of device link suppliers at pr...Rafael J. Wysocki-3/+24
2018-05-27PM / runtime: Drop usage count for suppliers at device link removalUlf Hansson-0/+2
2018-05-27PM / runtime: Fixup reference counting of device link suppliers at probeUlf Hansson-24/+3
2018-01-17PM / runtime: Allow no callbacks in pm_runtime_force_suspend|resume()Ulf Hansson-8/+3
2018-01-15PM / runtime: Check ignore_children in pm_runtime_need_not_resume()Rafael J. Wysocki-1/+2
2018-01-15PM / runtime: Rework pm_runtime_force_suspend/resume()Rafael J. Wysocki-40/+34
2017-12-04PM / runtime: Fix handling of suppliers with disabled runtime PMRafael J. Wysocki-1/+2
2017-11-16PM / runtime: Drop children check from __pm_runtime_set_status()Rafael J. Wysocki-20/+11
2017-11-13Merge tag 'pm-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-5/+4
2017-11-13Merge branch 'pm-core'Rafael J. Wysocki-4/+3
2017-11-08PM / QoS: Fix device resume latency frameworkRafael J. Wysocki-1/+1
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland-2/+2
2017-10-24PM / core: Convert timers to use timer_setup()Kees Cook-4/+3
2017-03-02sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h>Ingo Molnar-1/+1
2017-02-04PM / runtime: Avoid false-positive warnings from might_sleep_if()Rafael J. Wysocki-5/+6
2016-12-13Merge tag 'driver-core-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-5/+169
2016-12-06PM / wakeirq: Fix dedicated wakeirq for drivers not using autosuspendTony Lindgren-4/+4
2016-11-19PM / Runtime: Defer resuming of the device in pm_runtime_force_resume()Ulf Hansson-5/+30