summaryrefslogtreecommitdiffstats
path: root/drivers/base/power
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-03-062-33/+80
|\
| * 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
| * | PM core: Use new async_schedule_dev commandAlexander Duyck2019-01-311-6/+6
| | |
| \ \
| \ \
| \ \
| \ \
| \ \
*-----. \ \ Merge branches 'pm-core', 'pm-sleep', 'pm-qos', 'pm-domains' and 'pm-em'Rafael J. Wysocki2019-03-047-40/+88
|\ \ \ \ \ \ | | | | |/ / | | | |/| |
| | | | * | PM / Domains: Mark "name" const in dev_pm_domain_attach_by_name()Douglas Anderson2019-02-151-1/+1
| | | | * | PM / Domains: Mark "name" const in genpd_dev_pm_attach_by_name()Douglas Anderson2019-02-151-1/+1
| | | | * | PM: domains: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-231-9/+2
| | | |/ /
| | * / / PM / wakeup: fix kerneldoc comment for pm_wakeup_dev_event()Yangtao Li2019-01-291-1/+1
| | |/ /
| * | | Merge back earlier PM core material for v5.1.Rafael J. Wysocki2019-02-244-28/+83
|/| | |
| * | | PM / core: Add support to skip power management in device/driver modelSudeep Holla2019-02-192-0/+13
| * | | PM / suspend: Print debug messages for device using direct-completeRafael J. Wysocki2019-02-131-1/+3
| * | | 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-013-14/+45
| |\ \ \ | | |_|/ | |/| |
| | * | PM-runtime: Replace jiffies-based accounting with ktime-based accountingThara Gopinath2019-01-312-11/+17
| | * | PM-runtime: update accounting_timestamp on enableVincent Guittot2019-01-311-3/+8
| | * | PM: clock_ops: fix missing clk_prepare() return value checkAditya Pakki2019-01-181-4/+9
| | * | 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
|/
*-. Merge branches 'pm-cpuidle', 'pm-cpufreq' and 'pm-sleep'Rafael J. Wysocki2019-01-111-0/+3
|\ \
| | * PM: sleep: call devfreq suspend/resumeLukasz Luba2019-01-021-0/+3
| |/
* | 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
* | Merge tag 'rtc-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2019-01-011-3/+1
|\ \ | |/ |/|
| * PM: Switch to use %ptRAndy Shevchenko2018-12-101-3/+1
| |
| \
| \
| \
*---. \ Merge branches 'pm-core', 'pm-qos', 'pm-domains' and 'pm-sleep'Rafael J. Wysocki2018-12-212-76/+58
|\ \ \ \ | | | |/ | | |/|
| | | * PM / Domains: remove define_genpd_open_function() and define_genpd_debugfs_fo...Yangtao Li2018-12-191-47/+24
| | |/
| * / PM-runtime: Switch autosuspend over to using hrtimersVincent Guittot2018-12-191-29/+34
| |/
* | PM / Domains: Propagate performance state updatesViresh Kumar2018-12-141-11/+82
* | PM / Domains: Factorize dev_pm_genpd_set_performance_state()Viresh Kumar2018-12-141-40/+55
* | PM / Domains: Save OPP table pointer in genpdViresh Kumar2018-12-141-2/+21
* | PM / Domains: Make genpd performance states orthogonal to the idlestatesUlf Hansson2018-12-141-15/+4
* | OPP: Rename and relocate of_genpd_opp_to_performance_state()Viresh Kumar2018-11-051-48/+0
* | PM / Domains: Add genpd_opp_to_performance_state()Viresh Kumar2018-11-051-0/+32
* | PM / Domains: Rename genpd virtual devices as virt_devViresh Kumar2018-11-051-13/+13
|/
* PM / Domains: Deal with multiple states but no governor in genpdUlf Hansson2018-10-181-0/+6
* PM / Domains: Don't treat zero found compatible idle states as an errorUlf Hansson2018-10-181-4/+10
* PM / core: Clear the direct_complete flag on errorsRafael J. Wysocki2018-10-041-1/+4
* PM / clk: signedness bug in of_pm_clk_add_clks()Dan Carpenter2018-08-241-1/+1
* Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-08-181-1/+1
|\
| * Merge 4.18-rc7 into driver-core-nextGreg Kroah-Hartman2018-07-301-11/+12
| |\
| * | PM / Domains: Stop deferring probe at the end of initcallRob Herring2018-07-101-1/+1