summaryrefslogtreecommitdiffstats
path: root/drivers/base/power/runtime.c
Commit message (Expand)AuthorAgeFilesLines
* PM-runtime: add tracepoints for usage_count changesMichał Mirosław2020-01-131-2/+11
* Merge tag 'driver-core-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-09-181-2/+2
|\
| * driver core: Remove device link creation limitationRafael J. Wysocki2019-07-251-2/+2
* | driver/core: Convert to use built-in RCU list checkingJoel Fernandes (Google)2019-08-131-5/+10
|/
* PM / QOS: Rename __dev_pm_qos_read_value() and dev_pm_qos_raw_read_value()Viresh Kumar2019-07-041-1/+1
* drivers: base: power: add proper SPDX identifiers on files that did not have ...Greg Kroah-Hartman2019-04-041-3/+1
* Merge tag 'pm-5.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2019-03-141-3/+13
|\
| * PM-runtime: Call pm_runtime_active|suspended_time() from sysfsUlf Hansson2019-03-071-1/+1
| * PM-runtime: Consolidate code to get active/suspended timeUlf Hansson2019-03-071-2/+12
* | Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-03-061-27/+74
|\ \ | |/ |/|
| * driver core: Fix PM-runtime for links added during consumer probeRafael J. Wysocki2019-02-201-23/+6
| * driver core: Fix possible supplier PM-usage counter imbalanceRafael J. Wysocki2019-02-131-2/+25
| * PM-runtime: Fix __pm_runtime_set_status() race with runtime resumeRafael J. Wysocki2019-02-131-6/+18
| * Merge 5.0-rc6 into driver-core-nextGreg Kroah-Hartman2019-02-111-5/+5
| |\
| * | PM-runtime: Take suppliers into account in __pm_runtime_set_status()Rafael J. Wysocki2019-02-081-5/+40
| * | driver core: Do not call rpm_put_suppliers() in pm_runtime_drop_link()Rafael J. Wysocki2019-02-011-2/+0
| * | driver core: Fix handling of runtime PM flags in device_link_add()Rafael J. Wysocki2019-02-011-15/+11
* | | Merge back earlier PM core material for v5.1.Rafael J. Wysocki2019-02-241-20/+50
|\ \ \
| * | | PM-runtime: update time accounting only when enabledVincent Guittot2019-02-051-7/+10
| * | | PM-runtime: Switch accounting over to ktime_get_mono_fast_ns()Vincent Guittot2019-02-051-4/+13
| * | | PM-runtime: Optimize pm_runtime_autosuspend_expiration()Ladislav Michl2019-02-011-11/+8
| * | | Merge back earlier PM core material for v5.1.Rafael J. Wysocki2019-02-011-7/+28
| |\ \ \ | | |_|/ | |/| |
| | * | PM-runtime: Replace jiffies-based accounting with ktime-based accountingThara Gopinath2019-01-311-8/+9
| | * | PM-runtime: update accounting_timestamp on enableVincent Guittot2019-01-311-3/+8
| | * | PM-runtime: Add new interface to get accounted timeVincent Guittot2019-01-151-0/+15
| | |/
* | / PM-runtime: Fix deadlock when canceling hrtimerVincent Guittot2019-02-211-1/+1
|/ /
* / PM-runtime: Fix deadlock with ktime_get()Vincent Guittot2019-01-301-5/+5
|/
* PM-runtime: Fix autosuspend_delay on 32bits archVincent Guittot2019-01-101-2/+2
* PM-runtime: Fix 'jiffies' in comments after switch to hrtimersLadislav Michl2019-01-101-2/+5
* PM-runtime: Switch autosuspend over to using hrtimersVincent Guittot2018-12-191-29/+34
* Revert "PM / runtime: Fixup reference counting of device link suppliers at pr...Rafael J. Wysocki2018-06-121-3/+24
* PM / runtime: Drop usage count for suppliers at device link removalUlf Hansson2018-05-271-0/+2
* PM / runtime: Fixup reference counting of device link suppliers at probeUlf Hansson2018-05-271-24/+3
* PM / runtime: Allow no callbacks in pm_runtime_force_suspend|resume()Ulf Hansson2018-01-171-8/+3
* PM / runtime: Check ignore_children in pm_runtime_need_not_resume()Rafael J. Wysocki2018-01-151-1/+2
* PM / runtime: Rework pm_runtime_force_suspend/resume()Rafael J. Wysocki2018-01-151-40/+34
* PM / runtime: Fix handling of suppliers with disabled runtime PMRafael J. Wysocki2017-12-041-1/+2
* PM / runtime: Drop children check from __pm_runtime_set_status()Rafael J. Wysocki2017-11-161-20/+11
* Merge tag 'pm-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-11-131-5/+4
|\
| * Merge branch 'pm-core'Rafael J. Wysocki2017-11-131-4/+3
| |\
| | * PM / core: Convert timers to use timer_setup()Kees Cook2017-10-241-4/+3
| * | PM / QoS: Fix device resume latency frameworkRafael J. Wysocki2017-11-081-1/+1
| |/
* / locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-2/+2
|/
* 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