summaryrefslogtreecommitdiffstats
path: root/drivers/base/power
AgeCommit message (Expand)AuthorLines
2019-03-14Merge tag 'pm-5.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds-53/+52
2019-03-14Merge branch 'pm-domains'Rafael J. Wysocki-5/+4
2019-03-14Merge branches 'pm-core', 'pm-sleep' and 'pm-qos'Rafael J. Wysocki-32/+25
2019-03-12PM / wakeup: Drop wakeup_source_drop()Rafael J. Wysocki-17/+1
2019-03-12PM / wakeup: Rework wakeup source timer cancellationViresh Kumar-1/+7
2019-03-11PM / domains: Remove one unnecessary blank lineAisheng Dong-1/+0
2019-03-11PM / Domains: Return early for all errors in _genpd_power_off()Aisheng Dong-3/+3
2019-03-11PM / Domains: Improve warn for multiple states but no governorAisheng Dong-1/+1
2019-03-11PM / QoS: Fix typo in file descriptionAisheng Dong-1/+1
2019-03-07PM-runtime: Call pm_runtime_active|suspended_time() from sysfsUlf Hansson-11/+3
2019-03-07PM-runtime: Consolidate code to get active/suspended timeUlf Hansson-2/+13
2019-03-07PM: Add and use pr_fmt()Joe Perches-16/+23
2019-03-06Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-33/+80
2019-03-04Merge branches 'pm-core', 'pm-sleep', 'pm-qos', 'pm-domains' and 'pm-em'Rafael J. Wysocki-40/+88
2019-02-24Merge back earlier PM core material for v5.1.Rafael J. Wysocki-28/+83
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-19PM / core: Add support to skip power management in device/driver modelSudeep Holla-0/+13
2019-02-15PM / Domains: Mark "name" const in dev_pm_domain_attach_by_name()Douglas Anderson-1/+1
2019-02-15PM / Domains: Mark "name" const in genpd_dev_pm_attach_by_name()Douglas Anderson-1/+1
2019-02-13PM / suspend: Print debug messages for device using direct-completeRafael J. Wysocki-1/+3
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-14/+45
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 core: Use new async_schedule_dev commandAlexander Duyck-6/+6
2019-01-31PM-runtime: Replace jiffies-based accounting with ktime-based accountingThara Gopinath-11/+17
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-29PM / wakeup: fix kerneldoc comment for pm_wakeup_dev_event()Yangtao Li-1/+1
2019-01-23PM: domains: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-9/+2
2019-01-18PM: clock_ops: fix missing clk_prepare() return value checkAditya Pakki-4/+9
2019-01-15PM-runtime: Add new interface to get accounted timeVincent Guittot-0/+15
2019-01-11Merge branches 'pm-cpuidle', 'pm-cpufreq' and 'pm-sleep'Rafael J. Wysocki-0/+3
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
2019-01-02PM: sleep: call devfreq suspend/resumeLukasz Luba-0/+3
2019-01-01Merge tag 'rtc-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds-3/+1
2018-12-21Merge branches 'pm-core', 'pm-qos', 'pm-domains' and 'pm-sleep'Rafael J. Wysocki-76/+58
2018-12-19PM / Domains: remove define_genpd_open_function() and define_genpd_debugfs_fo...Yangtao Li-47/+24
2018-12-19PM-runtime: Switch autosuspend over to using hrtimersVincent Guittot-29/+34
2018-12-14PM / Domains: Propagate performance state updatesViresh Kumar-11/+82
2018-12-14PM / Domains: Factorize dev_pm_genpd_set_performance_state()Viresh Kumar-40/+55
2018-12-14PM / Domains: Save OPP table pointer in genpdViresh Kumar-2/+21