aboutsummaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)Author
2012-01-08Merge branch 'dma-buf-merge' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman
2012-01-06dma-buf: mark EXPERIMENTAL for 1st release.Sumit Semwal
2012-01-06dma-buf: Introduce dma buffer sharing mechanismSumit Semwal
2012-01-04firmware: Fix an oops on reading fw_priv->fw in sysfs loading fileNeil Horman
2012-01-03switch devtmpfs to umode_tAl Viro
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro
2011-12-25Merge branch 'pm-domains' into pm-for-linusRafael J. Wysocki
2011-12-25Merge branch 'pm-runtime' into pm-for-linusRafael J. Wysocki
2011-12-25PM / QoS: Introduce dev_pm_qos_add_ancestor_request()Rafael J. Wysocki
2011-12-21convert 'memory' sysdev_class to a regular subsystemKay Sievers
2011-12-21cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers
2011-12-21PM: Drop generic_subsys_pm_opsRafael J. Wysocki
2011-12-21PM / Sleep: Remove forward-only callbacks from platform bus typeRafael J. Wysocki
2011-12-21PM: Run the driver callback directly if the subsystem one is not thereRafael J. Wysocki
2011-12-21PM / Sleep: Make pm_op() and pm_noirq_op() return callback pointersRafael J. Wysocki
2011-12-21Merge branch 'master' into pm-sleepRafael J. Wysocki
2011-12-21devres: Fix a typo in devm_kfree commentAxel Lin
2011-12-18PM / Sleep: Merge internal functions in generic_ops.cRafael J. Wysocki
2011-12-18PM / Sleep: Simplify generic system suspend callbacksRafael J. Wysocki
2011-12-14driver-core: implement 'sysdev' functionality for regular devices and busesKay Sievers
2011-12-14Merge branch 'mfd/da9052' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown
2011-12-12Merge branch 'topic/irq' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown
2011-12-11driver-core/cpu: Expose hotpluggability to the rest of the kernelJosh Triplett
2011-12-09drivers_base: make argument to platform_device_register_full constUwe Kleine-König
2011-12-09PM / Sleep: Fix freezer failures due to racy usermodehelper_is_disabled()Srivatsa S. Bhat
2011-12-09PM / Domains: Provide an always on power domain governorMark Brown
2011-12-08PM / Domains: Fix default system suspend/resume operationsRafael J. Wysocki
2011-12-07PM / Driver core: leave runtime PM enabled during system shutdownAlan Stern
2011-12-06PM / Domains: Make it possible to assign names to generic PM domainsRafael J. Wysocki
2011-12-06PM / Sleep: Unify diagnostic messages from device suspend/resumeRafael J. Wysocki
2011-12-05Merge branch 'regmap/irq' into regmap-nextMark Brown
2011-12-05regmap: Add irq_base accessor to regmap_irqMark Brown
2011-12-05Merge branch 'topic/cache' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Mark Brown
2011-12-05regmap: Allow drivers to reinitialise the register cache at runtimeMark Brown
2011-12-01PM / Domains: Automatically update overoptimistic latency informationRafael J. Wysocki
2011-12-01PM / Domains: Add default power off governor function (v4)Rafael J. Wysocki
2011-12-01PM / Domains: Add device stop governor function (v4)Rafael J. Wysocki
2011-12-01PM / Domains: Rework system suspend callback routines (v2)Rafael J. Wysocki
2011-12-01PM / Domains: Introduce "save/restore state" device callbacksRafael J. Wysocki
2011-12-01PM / Domains: Make it possible to use per-device domain callbacksRafael J. Wysocki
2011-12-01PM / Runtime: Use device PM QoS constraints (v2)Rafael J. Wysocki
2011-11-30regmap: Add trace event for successful cache readsMark Brown
2011-11-29regmap: Allow regmap_update_bits() users to detect changesMark Brown
2011-11-28Merge remote-tracking branch 'regmap/topic/irq' into regmap-nextMark Brown