summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds9-576/+912
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2-6/+6
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds14-335/+618
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman14-333/+616
2012-01-04firmware: Fix an oops on reading fw_priv->fw in sysfs loading fileNeil Horman1-7/+7
2012-01-03switch devtmpfs to umode_tAl Viro1-3/+3
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro2-3/+3
2011-12-25Merge branch 'pm-domains' into pm-for-linusRafael J. Wysocki4-146/+576
2011-12-25Merge branch 'pm-runtime' into pm-for-linusRafael J. Wysocki2-28/+144
2011-12-25PM / QoS: Introduce dev_pm_qos_add_ancestor_request()Rafael J. Wysocki1-0/+25
2011-12-21convert 'memory' sysdev_class to a regular subsystemKay Sievers2-164/+142
2011-12-21cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers3-99/+106
2011-12-21PM: Drop generic_subsys_pm_opsRafael J. Wysocki1-25/+0
2011-12-21PM / Sleep: Remove forward-only callbacks from platform bus typeRafael J. Wysocki1-115/+0
2011-12-21PM: Run the driver callback directly if the subsystem one is not thereRafael J. Wysocki2-37/+81
2011-12-21PM / Sleep: Make pm_op() and pm_noirq_op() return callback pointersRafael J. Wysocki1-102/+95
2011-12-21Merge branch 'master' into pm-sleepRafael J. Wysocki1-2/+4
2011-12-21devres: Fix a typo in devm_kfree commentAxel Lin1-1/+1
2011-12-18PM / Sleep: Merge internal functions in generic_ops.cRafael J. Wysocki1-37/+11
2011-12-18PM / Sleep: Simplify generic system suspend callbacksRafael J. Wysocki1-18/+6
2011-12-14driver-core: implement 'sysdev' functionality for regular devices and busesKay Sievers6-58/+357
2011-12-11driver-core/cpu: Expose hotpluggability to the rest of the kernelJosh Triplett1-0/+7
2011-12-09drivers_base: make argument to platform_device_register_full constUwe Kleine-König1-1/+1
2011-12-09PM / Sleep: Fix freezer failures due to racy usermodehelper_is_disabled()Srivatsa S. Bhat1-0/+4
2011-12-09PM / Domains: Provide an always on power domain governorMark Brown1-0/+13
2011-12-08PM / Domains: Fix default system suspend/resume operationsRafael J. Wysocki1-8/+8
2011-12-07PM / Driver core: leave runtime PM enabled during system shutdownAlan Stern1-2/+4
2011-12-06PM / Domains: Make it possible to assign names to generic PM domainsRafael J. Wysocki1-2/+12
2011-12-06PM / Sleep: Unify diagnostic messages from device suspend/resumeRafael J. Wysocki1-93/+35
2011-12-01PM / Domains: Automatically update overoptimistic latency informationRafael J. Wysocki1-4/+39
2011-12-01PM / Domains: Add default power off governor function (v4)Rafael J. Wysocki2-0/+122
2011-12-01PM / Domains: Add device stop governor function (v4)Rafael J. Wysocki3-8/+60
2011-12-01PM / Domains: Rework system suspend callback routines (v2)Rafael J. Wysocki1-99/+150
2011-12-01PM / Domains: Introduce "save/restore state" device callbacksRafael J. Wysocki1-12/+56
2011-12-01PM / Domains: Make it possible to use per-device domain callbacksRafael J. Wysocki1-37/+115
2011-12-01PM / Runtime: Use device PM QoS constraints (v2)Rafael J. Wysocki2-28/+144
2011-11-26topology: Provide CPU topology in sysfs in !SMP configurationsBen Hutchings1-2/+2
2011-11-23PM / Sleep: Simplify device_suspend_noirq()Rafael J. Wysocki1-10/+2
2011-11-23PM / Sleep: Remove unnecessary label and jumps to it form PM core codeRafael J. Wysocki1-7/+0
2011-11-21Merge branch 'driver-core-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-6/+8
2011-11-18drivers/base/node.c: fix compilation error with older versions of gccClaudio Scordino1-6/+8
2011-11-17PM Sleep: Do not extend wakeup paths to devices with ignore_children setRafael J. Wysocki1-1/+2
2011-11-15devtmpfsd: fix task state handlingKautuk Consul1-2/+1
2011-11-15PM / driver core: disable device's runtime PM during shutdownPeter Chen1-0/+3
2011-11-10PM / QoS: Properly use the WARN() macro in dev_pm_qos_add_request()Guennadi Liakhovetski1-12/+6
2011-11-10PM / Clocks: Only disable enabled clocks in pm_clk_suspend()Magnus Damm1-1/+2
2011-11-08PM / OPP: Use ERR_CAST instead of ERR_PTR(PTR_ERR())Thomas Meyer1-1/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds14-1/+14
2011-11-04PM / Runtime: Automatically retry failed autosuspendsAlan Stern1-2/+16