summaryrefslogtreecommitdiffstats
path: root/drivers/base/power
Commit message (Expand)AuthorAgeFilesLines
*---. Merge branches 'pm-core', 'pm-qos' and 'pm-domains'Rafael J. Wysocki2017-02-203-60/+88
|\ \ \
| | | * PM / Domains: Fix asynchronous execution of *noirq() callbacksUlf Hansson2017-02-091-29/+39
| | | * PM / Domains: Correct comment in irq_safe_dev_in_no_sleep_domain()Ulf Hansson2017-02-081-1/+1
| | | * PM / Domains: Rename functions in genpd for power on/offUlf Hansson2017-01-271-36/+36
| | * | PM / QoS: Fix memory leak on resume_latency.notifiersJohn Keeping2017-02-181-1/+1
| | |/
| * | PM / wakeirq: report a wakeup_event on dedicated wekup irqGrygorii Strashko2017-02-131-0/+7
| * | PM / wakeirq: Fix spurious wake-up events for dedicated wakeirqsGrygorii Strashko2017-02-131-0/+3
| * | PM / wakeirq: Enable dedicated wakeirq for suspendGrygorii Strashko2017-02-131-2/+10
* | | Merge branch 'pm-opp'Rafael J. Wysocki2017-02-204-795/+476
|\ \ \ | |/ / |/| |
| * | PM / OPP: Expose _of_get_opp_desc_node as dev_pm_opp APIDave Gerlach2017-02-091-4/+5
| * | PM / OPP: Make _find_opp_table_unlocked() staticWei Yongjun2017-02-071-1/+1
| * | PM / OPP: Simplify dev_pm_opp_get_max_volt_latency()Viresh Kumar2017-01-301-25/+9
| * | PM / OPP: Simplify _opp_set_availability()Viresh Kumar2017-01-301-22/+5
| * | PM / OPP: Move away from RCU lockingViresh Kumar2017-01-304-294/+80
| * | PM / OPP: Take kref from _find_opp_table()Viresh Kumar2017-01-302-122/+95
| * | PM / OPP: Update OPP users to put referenceViresh Kumar2017-01-302-67/+69
| * | PM / OPP: Add 'struct kref' to struct dev_pm_oppViresh Kumar2017-01-302-15/+15
| * | PM / OPP: Use dev_pm_opp_get_opp_table() instead of _add_opp_table()Viresh Kumar2017-01-303-89/+29
| * | PM / OPP: Take reference of the OPP table while adding/removing OPPsViresh Kumar2017-01-301-5/+4
| * | PM / OPP: Return opp_table from dev_pm_opp_set_*() routinesViresh Kumar2017-01-301-193/+50
| * | PM / OPP: Add 'struct kref' to OPP tableViresh Kumar2017-01-302-2/+52
| * | PM / OPP: Add per OPP table mutexViresh Kumar2017-01-302-4/+29
| * | PM / OPP: Split out part of _add_opp_table() and _remove_opp_table()Viresh Kumar2017-01-271-32/+44
| * | PM / OPP: Don't expose srcu_head to register notifiersViresh Kumar2017-01-271-16/+50
| * | PM / OPP: Rename dev_pm_opp_get_suspend_opp() and return OPP rateViresh Kumar2017-01-271-14/+13
| * | PM / OPP: Don't allocate OPP table from _opp_allocate()Viresh Kumar2017-01-273-73/+78
| * | PM / OPP: Rename and split _dev_pm_opp_remove_table()Viresh Kumar2017-01-273-15/+24
| * | PM / OPP: Add light weight _opp_free() routineViresh Kumar2017-01-273-11/+13
| * | PM / OPP: Error out on failing to add static OPPs for v1 bindingsViresh Kumar2017-01-271-4/+8
| * | PM / OPP: Rename _allocate_opp() to _opp_allocate()Viresh Kumar2017-01-273-4/+4
| * | PM / OPP: Remove useless TODOViresh Kumar2017-01-271-2/+0
| * | PM / OPP: Fix memory leak while adding duplicate OPPsViresh Kumar2017-01-272-3/+21
| |/
* / PM / runtime: Avoid false-positive warnings from might_sleep_if()Rafael J. Wysocki2017-02-041-5/+6
|/
* PM / domains: Fix 'may be used uninitialized' build warningAugusto Mecking Caringi2016-12-311-0/+1
* avoid spurious "may be used uninitialized" warningLinus Torvalds2016-12-251-0/+1
* ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-252-2/+2
* ktime: Get rid of the unionThomas Gleixner2016-12-251-1/+1
* Merge tag 'driver-core-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-12-133-11/+260
|\
| * PM / runtime: Optimize the use of device linksRafael J. Wysocki2016-10-311-3/+20
| * PM / runtime: Use device linksRafael J. Wysocki2016-10-311-5/+152
| * PM / sleep: Make async suspend/resume of devices use device linksRafael J. Wysocki2016-10-311-6/+79
| * driver core: Functional dependencies tracking supportRafael J. Wysocki2016-10-312-0/+12
* | Merge tag 'pm-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2016-12-1312-270/+977
|\ \
| | \
| | \
| *-. \ Merge branches 'pm-sleep' and 'powercap'Rafael J. Wysocki2016-12-121-3/+3
| |\ \ \
| | * | | PM / sleep: Print active wakeup sources when blocking on wakeup_count readsxing wei2016-12-081-3/+3
| | | |/ | | |/|
| * | | Merge branch 'pm-opp'Rafael J. Wysocki2016-12-124-178/+529
| |\ \ \
| | * | | PM / OPP: Don't WARN on multiple calls to dev_pm_opp_set_regulators()Viresh Kumar2016-12-061-1/+1
| | * | | PM / OPP: Allow platform specific custom set_opp() callbacksViresh Kumar2016-12-062-1/+115
| | * | | PM / OPP: Separate out _generic_set_opp()Viresh Kumar2016-12-062-53/+131
| | * | | PM / OPP: Add infrastructure to manage multiple regulatorsViresh Kumar2016-12-064-120/+293