aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-23Merge tag 'pm-fixes-for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+1
2012-01-23PM / Sleep: Fix read_unlock_usermodehelper() call.Tetsuo Handa1-2/+1
2012-01-23kernel-doc: fix new warnings in driver-coreRandy Dunlap1-4/+5
2012-01-16Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-5/+34
2012-01-14PM / Domains: Skip governor functions for CONFIG_PM_RUNTIME unsetRafael J. Wysocki1-5/+19
2012-01-14PM / Domains: Fix build for CONFIG_PM_SLEEP unsetRafael J. Wysocki1-0/+15
2012-01-13dma-buf: drop option text so users don't select it.Dave Airlie1-1/+1
2012-01-12kdump: add udev events for memory online/offlineMichael Holzheu1-3/+14
2012-01-11cpu: Register a generic CPU device on architectures that currently do notBen Hutchings2-0/+23
2012-01-11cpu: Do not return errors from cpu_dev_init() which will be ignoredBen Hutchings2-9/+6
2012-01-08Merge branch 'dma-buf-merge' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds3-0/+303
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds9-153/+574
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds9-576/+912
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-6/+6
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds14-335/+618
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman14-333/+616
2012-01-06dma-buf: mark EXPERIMENTAL for 1st release.Sumit Semwal1-0/+1
2012-01-06dma-buf: Introduce dma buffer sharing mechanismSumit Semwal3-0/+302
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-14Merge branch 'mfd/da9052' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/misc into regmap-nextMark Brown6-21/+24
2011-12-12Merge branch 'topic/irq' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into mfd/da9052Mark Brown3-0/+306
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-05Merge branch 'regmap/irq' into regmap-nextMark Brown1-0/+13
2011-12-05regmap: Add irq_base accessor to regmap_irqMark Brown1-0/+13
2011-12-05Merge branch 'topic/cache' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into regmap-nextMark Brown1-0/+33
2011-12-05regmap: Allow drivers to reinitialise the register cache at runtimeMark Brown1-0/+33