summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2014-04-01Merge branch 'pm-runtime'Rafael J. Wysocki1-1/+1
2014-03-26PM / Runtime: Spelling s/competing/completing/Geert Uytterhoeven1-1/+1
2014-03-20Merge branch 'pm-cpufreq'Rafael J. Wysocki1-0/+5
2014-03-20Merge branches 'pm-runtime' and 'pm-sleep'Rafael J. Wysocki2-51/+226
2014-03-20Merge branches 'pm-qos', 'pm-domains' and 'pm-drivers'Rafael J. Wysocki6-120/+368
2014-03-12PM / Runtime: Add missing "it" in commentGeert Uytterhoeven1-1/+1
2014-03-06cpufreq: suspend governors on system suspend/hibernateViresh Kumar1-0/+5
2014-03-02PM: Add pm_runtime_suspend|resume_force functionsUlf Hansson2-2/+85
2014-03-02PM / runtime: Fetch runtime PM callbacks using a macroUlf Hansson1-39/+39
2014-03-01PM / domains: Turn latency warning into debug messagePhilipp Zabel1-1/+1
2014-02-26PM / hibernate: Fix restore hang in freeze_processes()Sebastian Capella1-0/+1
2014-02-20PM / sleep: Asynchronous threads for suspend_lateLiu, Chuansheng1-12/+54
2014-02-20PM / sleep: Asynchronous threads for suspend_noirqLiu, Chuansheng1-11/+57
2014-02-20PM / sleep: Asynchronous threads for resume_earlyLiu, Chuansheng1-11/+44
2014-02-20PM / sleep: Asynchronous threads for resume_noirqLiu, Chuansheng1-16/+50
2014-02-20PM / sleep: Two flags for async suspend_noirq and suspend_lateLiu, Chuansheng1-2/+22
2014-02-17Merge tag 'dma-buf-for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-13/+12
2014-02-13dma-buf: update debugfs outputSumit Semwal1-13/+12
2014-02-11PM / QoS: Add type to dev_pm_qos_add_ancestor_request() argumentsRafael J. Wysocki1-5/+17
2014-02-11PM / QoS: Introcuce latency tolerance device PM QoS typeRafael J. Wysocki2-29/+180
2014-02-11PM / QoS: Add no_constraints_value field to struct pm_qos_constraintsRafael J. Wysocki1-0/+1
2014-02-11PM / QoS: Rename device resume latency QoS itemsRafael J. Wysocki3-45/+46
2014-02-07drivers/base: fix devres handling for master deviceRussell King1-0/+8
2014-01-25Merge tag 'regmap-v3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2-33/+45
2014-01-24Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-9/+89
2014-01-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2014-01-17Merge branch 'acpi-modules'Rafael J. Wysocki1-1/+15
2014-01-17platform: introduce OF style 'modalias' support for platform busZhang Rui1-0/+4
2014-01-17Merge branch 'pm-clk'Rafael J. Wysocki1-5/+25
2014-01-16ACPI: fix module autoloading for ACPI enumerated devicesZhang Rui1-1/+11
2014-01-15PM / clock_ops: report clock errors from clk_enable()Ben Dooks1-2/+17
2014-01-15PM / clock_ops: check return of clk_enable() in pm_clk_resume()Ben Dooks1-2/+4
2014-01-15PM / clock_ops: fix up clk prepare/unprepare countBen Dooks1-2/+5
2014-01-13Revert "kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wr...Greg Kroah-Hartman1-17/+0
2014-01-13Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_ow...Greg Kroah-Hartman1-0/+33
2014-01-12Merge branches 'pm-sleep', 'pm-runtime' and 'pm-apm'Rafael J. Wysocki1-2/+2
2014-01-12Merge branch 'acpi-hotplug'Rafael J. Wysocki4-1/+47
2014-01-10drivers/base: provide an infrastructure for componentised subsystemsRussell King2-1/+383
2014-01-10sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()Tejun Heo1-33/+0
2014-01-10kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappersTejun Heo1-0/+17
2014-01-09Merge remote-tracking branch 'regmap/topic/ack' into regmap-nextMark Brown1-3/+3
2014-01-08firmware_class: Fix the file size checkBen Hutchings1-3/+3
2014-01-08driver-core: Fix use-after-free triggered by bus_unregister()Bart Van Assche1-2/+11
2014-01-08firmware loader: Add sparse annotationBart Van Assche1-0/+1
2013-12-30regmap: Allow regmap_bulk_write() to work for "no-bus" regmapsStephen Boyd1-25/+37
2013-12-30Merge tag 'v3.13-rc4' into regmap-coreMark Brown2-9/+10
2013-12-29ACPI / hotplug / driver core: Handle containers in a special wayRafael J. Wysocki4-1/+47
2013-12-24Merge 3.13-rc5 into staging-nextGreg Kroah-Hartman3-12/+10
2013-12-22PM / Runtime: Implement the pm_generic_runtime functions for CONFIG_PMUlf Hansson1-2/+2
2013-12-19devtmpfs: Calling delete_path() only when necessaryAxel Lin1-1/+1