aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/power (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-19PM / Domains: Avoid a potential deadlockJiada Wang1-7/+6
2019-03-14Merge tag 'pm-5.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds9-53/+52
2019-03-14Merge branch 'pm-domains'Rafael J. Wysocki2-5/+4
2019-03-14Merge branches 'pm-core', 'pm-sleep' and 'pm-qos'Rafael J. Wysocki5-32/+25
2019-03-12PM / wakeup: Drop wakeup_source_drop()Rafael J. Wysocki1-17/+1
2019-03-12PM / wakeup: Rework wakeup source timer cancellationViresh Kumar1-1/+7
2019-03-11PM / domains: Remove one unnecessary blank lineAisheng Dong1-1/+0
2019-03-11PM / Domains: Return early for all errors in _genpd_power_off()Aisheng Dong1-3/+3
2019-03-11PM / Domains: Improve warn for multiple states but no governorAisheng Dong1-1/+1
2019-03-11PM / QoS: Fix typo in file descriptionAisheng Dong1-1/+1
2019-03-07PM-runtime: Call pm_runtime_active|suspended_time() from sysfsUlf Hansson2-11/+3
2019-03-07PM-runtime: Consolidate code to get active/suspended timeUlf Hansson2-2/+13
2019-03-07PM: Add and use pr_fmt()Joe Perches4-16/+23
2019-03-06Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-33/+80
2019-03-04Merge branches 'pm-core', 'pm-sleep', 'pm-qos', 'pm-domains' and 'pm-em'Rafael J. Wysocki7-40/+88
2019-02-24Merge back earlier PM core material for v5.1.Rafael J. Wysocki4-28/+83
2019-02-21PM-runtime: Fix deadlock when canceling hrtimerVincent Guittot1-1/+1
2019-02-20driver core: Fix PM-runtime for links added during consumer probeRafael J. Wysocki1-23/+6
2019-02-19PM / core: Add support to skip power management in device/driver modelSudeep Holla2-0/+13
2019-02-15PM / Domains: Mark "name" const in dev_pm_domain_attach_by_name()Douglas Anderson1-1/+1
2019-02-15PM / Domains: Mark "name" const in genpd_dev_pm_attach_by_name()Douglas Anderson1-1/+1
2019-02-13PM / suspend: Print debug messages for device using direct-completeRafael J. Wysocki1-1/+3
2019-02-13driver core: Fix possible supplier PM-usage counter imbalanceRafael J. Wysocki1-2/+25
2019-02-13PM-runtime: Fix __pm_runtime_set_status() race with runtime resumeRafael J. Wysocki1-6/+18
2019-02-11Merge 5.0-rc6 into driver-core-nextGreg Kroah-Hartman1-5/+5
2019-02-08PM-runtime: Take suppliers into account in __pm_runtime_set_status()Rafael J. Wysocki1-5/+40
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. Wysocki3-14/+45
2019-02-01driver core: Do not call rpm_put_suppliers() in pm_runtime_drop_link()Rafael J. Wysocki1-2/+0
2019-02-01driver core: Fix handling of runtime PM flags in device_link_add()Rafael J. Wysocki1-15/+11
2019-01-31PM core: Use new async_schedule_dev commandAlexander Duyck1-6/+6
2019-01-31PM-runtime: Replace jiffies-based accounting with ktime-based accountingThara Gopinath2-11/+17
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-29PM / wakeup: fix kerneldoc comment for pm_wakeup_dev_event()Yangtao Li1-1/+1
2019-01-23PM: domains: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-9/+2
2019-01-18PM: clock_ops: fix missing clk_prepare() return value checkAditya Pakki1-4/+9
2019-01-15PM-runtime: Add new interface to get accounted timeVincent Guittot1-0/+15
2019-01-11Merge branches 'pm-cpuidle', 'pm-cpufreq' and 'pm-sleep'Rafael J. Wysocki1-0/+3
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
2019-01-02PM: sleep: call devfreq suspend/resumeLukasz Luba1-0/+3
2019-01-01Merge tag 'rtc-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds1-3/+1
2018-12-21Merge branches 'pm-core', 'pm-qos', 'pm-domains' and 'pm-sleep'Rafael J. Wysocki2-76/+58
2018-12-19PM / Domains: remove define_genpd_open_function() and define_genpd_debugfs_fops()Yangtao Li1-47/+24
2018-12-19PM-runtime: Switch autosuspend over to using hrtimersVincent Guittot1-29/+34
2018-12-14PM / Domains: Propagate performance state updatesViresh Kumar1-11/+82
2018-12-14PM / Domains: Factorize dev_pm_genpd_set_performance_state()Viresh Kumar1-40/+55