summaryrefslogtreecommitdiffstats
path: root/drivers/base/power
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | 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
* | | PM / Domains: Introduce dev_pm_domain_attach_by_name()Ulf Hansson2018-07-091-0/+17
* | | PM / Domains: Introduce option to attach a device by name to genpdUlf Hansson2018-07-091-0/+24
| |/ |/|
* | PM / Domains: Don't power on at attach for the multi PM domain caseUlf Hansson2018-07-031-7/+9
* | PM / Domains: Rename opp_node to npViresh Kumar2018-06-251-4/+3
|/
*-. Merge branches 'pm-domains' and 'pm-tools'Rafael J. Wysocki2018-06-132-23/+154
|\ \
| * | PM / Domains: Add dev_pm_domain_attach_by_id() to manage multi PM domainsUlf Hansson2018-06-061-3/+40
| * | PM / Domains: Add support for multi PM domains per device to genpdUlf Hansson2018-06-061-0/+80
| * | PM / Domains: Split genpd_dev_pm_attach()Ulf Hansson2018-06-061-27/+33
| * | PM / Domains: Don't attach devices in genpd with multi PM domainsUlf Hansson2018-06-061-5/+13
| |/
* | Revert "PM / runtime: Fixup reference counting of device link suppliers at pr...Rafael J. Wysocki2018-06-121-3/+24
* | PM / wakeup: Export wakeup_count instead of event_count via sysfsRavi Chandra Sadineni2018-06-061-1/+1
|/
*-. Merge branches 'pm-pci', 'acpi-pm', 'pm-sleep' and 'pm-avs'Rafael J. Wysocki2018-06-041-9/+9
|\ \