summaryrefslogtreecommitdiff
path: root/drivers/base/power
AgeCommit message (Expand)Author
2019-03-19PM / Domains: Avoid a potential deadlockJiada Wang
2019-03-14Merge tag 'pm-5.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2019-03-14Merge branch 'pm-domains'Rafael J. Wysocki
2019-03-14Merge branches 'pm-core', 'pm-sleep' and 'pm-qos'Rafael J. Wysocki
2019-03-12PM / wakeup: Drop wakeup_source_drop()Rafael J. Wysocki
2019-03-12PM / wakeup: Rework wakeup source timer cancellationViresh Kumar
2019-03-11PM / domains: Remove one unnecessary blank lineAisheng Dong
2019-03-11PM / Domains: Return early for all errors in _genpd_power_off()Aisheng Dong
2019-03-11PM / Domains: Improve warn for multiple states but no governorAisheng Dong
2019-03-11PM / QoS: Fix typo in file descriptionAisheng Dong
2019-03-07PM-runtime: Call pm_runtime_active|suspended_time() from sysfsUlf Hansson
2019-03-07PM-runtime: Consolidate code to get active/suspended timeUlf Hansson
2019-03-07PM: Add and use pr_fmt()Joe Perches
2019-03-06Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-03-04Merge branches 'pm-core', 'pm-sleep', 'pm-qos', 'pm-domains' and 'pm-em'Rafael J. Wysocki
2019-02-24Merge back earlier PM core material for v5.1.Rafael J. Wysocki
2019-02-21PM-runtime: Fix deadlock when canceling hrtimerVincent Guittot
2019-02-20driver core: Fix PM-runtime for links added during consumer probeRafael J. Wysocki
2019-02-19PM / core: Add support to skip power management in device/driver modelSudeep Holla
2019-02-15PM / Domains: Mark "name" const in dev_pm_domain_attach_by_name()Douglas Anderson
2019-02-15PM / Domains: Mark "name" const in genpd_dev_pm_attach_by_name()Douglas Anderson
2019-02-13PM / suspend: Print debug messages for device using direct-completeRafael J. Wysocki
2019-02-13driver core: Fix possible supplier PM-usage counter imbalanceRafael J. Wysocki
2019-02-13PM-runtime: Fix __pm_runtime_set_status() race with runtime resumeRafael J. Wysocki
2019-02-11Merge 5.0-rc6 into driver-core-nextGreg Kroah-Hartman
2019-02-08PM-runtime: Take suppliers into account in __pm_runtime_set_status()Rafael J. Wysocki
2019-02-05PM-runtime: update time accounting only when enabledVincent Guittot
2019-02-05PM-runtime: Switch accounting over to ktime_get_mono_fast_ns()Vincent Guittot
2019-02-01PM-runtime: Optimize pm_runtime_autosuspend_expiration()Ladislav Michl
2019-02-01Merge back earlier PM core material for v5.1.Rafael J. Wysocki
2019-02-01driver core: Do not call rpm_put_suppliers() in pm_runtime_drop_link()Rafael J. Wysocki
2019-02-01driver core: Fix handling of runtime PM flags in device_link_add()Rafael J. Wysocki
2019-01-31PM core: Use new async_schedule_dev commandAlexander Duyck
2019-01-31PM-runtime: Replace jiffies-based accounting with ktime-based accountingThara Gopinath
2019-01-31PM-runtime: update accounting_timestamp on enableVincent Guittot
2019-01-30PM-runtime: Fix deadlock with ktime_get()Vincent Guittot
2019-01-29PM / wakeup: fix kerneldoc comment for pm_wakeup_dev_event()Yangtao Li
2019-01-23PM: domains: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-01-18PM: clock_ops: fix missing clk_prepare() return value checkAditya Pakki
2019-01-15PM-runtime: Add new interface to get accounted timeVincent Guittot
2019-01-11Merge branches 'pm-cpuidle', 'pm-cpufreq' and 'pm-sleep'Rafael J. Wysocki
2019-01-10PM-runtime: Fix autosuspend_delay on 32bits archVincent Guittot
2019-01-10PM-runtime: Fix 'jiffies' in comments after switch to hrtimersLadislav Michl
2019-01-02PM: sleep: call devfreq suspend/resumeLukasz Luba
2019-01-01Merge tag 'rtc-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds
2018-12-21Merge branches 'pm-core', 'pm-qos', 'pm-domains' and 'pm-sleep'Rafael J. Wysocki
2018-12-19PM / Domains: remove define_genpd_open_function() and define_genpd_debugfs_fo...Yangtao Li
2018-12-19PM-runtime: Switch autosuspend over to using hrtimersVincent Guittot
2018-12-14PM / Domains: Propagate performance state updatesViresh Kumar
2018-12-14PM / Domains: Factorize dev_pm_genpd_set_performance_state()Viresh Kumar