aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/power (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-20Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+3
2013-11-19Merge branch 'pm-runtime'Rafael J. Wysocki1-0/+3
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-2/+2
2013-11-14PM / Runtime: Fix error path for prepareUlf Hansson1-0/+3
2013-10-28Merge branch 'pm-cpufreq'Rafael J. Wysocki1-56/+59
2013-10-28Merge branch 'pm-sleep'Rafael J. Wysocki1-0/+73
2013-10-25PM / OPP: rename header to linux/pm_opp.hNishanth Menon1-1/+1
2013-10-25PM / OPP: rename data structures to dev_pm equivalentsNishanth Menon1-19/+22
2013-10-25PM / OPP: rename functions to dev_pm_opp*Nishanth Menon1-41/+41
2013-10-18PM / Sleep: Detect device suspend/resume lockup and log eventBenoit Goby1-0/+73
2013-10-16PM / Runtime: Respect autosuspend when idle triggers suspendUlf Hansson1-2/+3
2013-09-03Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-34/+44
2013-08-27Merge branch 'pm-opp'Rafael J. Wysocki1-0/+1
2013-08-06PM / OPP: Export opp_add()Viresh Kumar1-0/+1
2013-07-27PM / Sleep: new trace event to print device suspend and resume timesShuah Khan1-34/+43
2013-07-26driver core: replace strict_strto*() with kstrto*()Jingoo Han1-1/+1
2013-06-28Merge branch 'pm-assorted'Rafael J. Wysocki5-34/+17
2013-06-24PM / QoS: Add dev_pm_qos_request tracepointsSahara1-0/+6
2013-06-21PM / Sleep: Print last wakeup source on failed wakeup_count writeJulius Werner1-2/+3
2013-06-11PM / wakeup: Adjust messaging for wake events during suspendBernie Thompson1-1/+3
2013-06-04cpufreq: rename index as driver_data in cpufreq_frequency_tableViresh Kumar1-2/+2
2013-06-03PM / Runtime: Rework the "runtime idle" helper routineRafael J. Wysocki3-31/+5
2013-05-12PM: Avoid calling kfree() under spinlock in dev_pm_put_subsys_data()Shuah Khan1-6/+6
2013-04-28Merge branch 'pm-assorted'Rafael J. Wysocki1-0/+1
2013-04-12PM / Runtime: Improve prepare handling at system suspend for genpdUlf Hansson1-2/+2
2013-04-12PM / Runtime: Asyncronous idle|suspend parent devices at removalUlf Hansson1-1/+1
2013-04-12PM / Runtime: Asyncronous idle|suspend devices at system resumeUlf Hansson3-3/+3
2013-04-05PM / OPP: add documentation to RCU head in struct oppNishanth Menon1-0/+1
2013-04-02PM / QoS: Avoid possible deadlock related to sysfs accessRafael J. Wysocki1-13/+47
2013-03-04PM / QoS: Remove device PM QoS sysfs attributes at the right placeRafael J. Wysocki4-76/+55
2013-03-04PM / QoS: Fix concurrency issues and memory leaks in device PM QoSRafael J. Wysocki1-42/+87
2013-02-23pm / runtime: force memory allocation with no I/O during Runtime PM callbcackMing Lei1-1/+18
2013-02-23pm / runtime: introduce pm_runtime_set_memalloc_noio()Ming Lei1-0/+70
2013-02-21Merge tag 'usb-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-0/+1
2013-02-15Merge branch 'pm-cpufreq'Rafael J. Wysocki1-8/+11
2013-02-09PM: Introduce suspend state PM_SUSPEND_FREEZEZhang Rui1-0/+6
2013-02-02PM / OPP: Export more symbols for module usageMark Langsdorf1-0/+3
2013-02-02PM / OPP: switch exported symbols to GPL variantNishanth Menon1-8/+8
2013-01-26PM / Domains: don't use [delayed_]work_pending()Tejun Heo1-2/+1
2013-01-25PM/Qos: Expose dev_pm_qos_flags symbolLan Tianyu1-0/+1
2013-01-06Merge branch 'pm-sleep'Rafael J. Wysocki1-5/+4
2013-01-06PM: Move disabling/enabling runtime PM to late suspend/early resumeRafael J. Wysocki1-5/+4
2013-01-06PM / QoS: Rename local variable in dev_pm_qos_add_ancestor_request()Rafael J. Wysocki1-5/+5
2012-11-29Merge branch 'pm-runtime'Rafael J. Wysocki1-3/+3
2012-11-29Merge branch 'pm-opp'Rafael J. Wysocki1-13/+31
2012-11-29Merge branch 'pm-qos'Rafael J. Wysocki4-77/+355
2012-11-24PM / QoS: Handle device PM QoS flags while removing constraintsRafael J. Wysocki1-3/+10
2012-11-23PM / QoS: fix wrong error-checking conditionGuennadi Liakhovetski1-1/+1
2012-11-15base: power - use clk_prepare_enable and clk_prepare_disableMurali Karicheri1-3/+3
2012-11-15PM / OPP: using kfree_rcu() to simplify the codeWei Yongjun1-12/+1