summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)AuthorLines
2011-12-07PM / Driver core: leave runtime PM enabled during system shutdownAlan Stern-2/+4
2011-11-21Merge branch 'driver-core-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-6/+8
2011-11-18drivers/base/node.c: fix compilation error with older versions of gccClaudio Scordino-6/+8
2011-11-17PM Sleep: Do not extend wakeup paths to devices with ignore_children setRafael J. Wysocki-1/+2
2011-11-15PM / driver core: disable device's runtime PM during shutdownPeter Chen-0/+3
2011-11-10PM / QoS: Properly use the WARN() macro in dev_pm_qos_add_request()Guennadi Liakhovetski-12/+6
2011-11-10PM / Clocks: Only disable enabled clocks in pm_clk_suspend()Magnus Damm-1/+2
2011-11-08PM / OPP: Use ERR_CAST instead of ERR_PTR(PTR_ERR())Thomas Meyer-1/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+14
2011-11-04PM / Runtime: Automatically retry failed autosuspendsAlan Stern-2/+16
2011-11-04PM / Runtime: Fix runtime accounting calculation errorvenu byravarasu-4/+1
2011-10-31drivers/base: change module.h -> export.h in power/common.cPaul Gortmaker-1/+1
2011-10-31drivers/base: base.h implicitly depends on <linux/notifier.h>Paul Gortmaker-0/+1
2011-10-31drivers/base: dma-coherent.c is a module and needs module.hPaul Gortmaker-0/+1
2011-10-31drivers/base: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required.Paul Gortmaker-0/+10
2011-10-31drivers/base: transport_class explicitly requires EXPORT_SYMBOLPaul Gortmaker-0/+1
2011-10-25Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-270/+931
2011-10-25Merge branch 'for-linus' of git://opensource.wolfsonmicro.com/regmapLinus Torvalds-47/+1691
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-2/+15
2011-10-25Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-41/+83
2011-10-22PM / Clocks: Remove redundant NULL checks before kfree()Jonghwan Choi-3/+1
2011-10-22Merge branch 'pm-domains' into pm-for-linusRafael J. Wysocki-3/+9
2011-10-22PM / Sleep: Mark devices involved in wakeup signaling during suspendRafael J. Wysocki-3/+9
2011-10-19class: Implement support for class attrs in tagged sysfs directories.Eric W. Biederman-2/+15
2011-10-18mm: memory hotplug: Check if pages are correctly reserved on a per-section basisMel Gorman-18/+40
2011-10-18Revert "memory hotplug: Correct page reservation checking"Greg Kroah-Hartman-37/+23
2011-10-16PM: Update the policy on default wakeup settingsAlan Stern-1/+3
2011-10-16PM / Suspend: Add statistics debugfs file for suspend to RAMShuoX Liu-5/+26
2011-10-16Merge branch 'pm-runtime' into pm-for-linusRafael J. Wysocki-15/+18
2011-10-16PM / Runtime: Handle .runtime_suspend() failure correctlyMing Lei-12/+13
2011-10-16PM / Runtime: Fix kerneldoc comment for rpm_suspend()Ming Lei-8/+10
2011-10-13regmap: Support some block operations on cached devicesMark Brown-8/+26
2011-10-10regmap: Allow caches for devices with no defaultsMark Brown-1/+1
2011-10-10regmap: Ensure rbtree syncs registers set to zero properlyMark Brown-6/+5
2011-10-10regmap: Allow rbtree to cache zero default valuesMark Brown-3/+0
2011-10-10regmap: Warn on raw I/O as well as bulk reads that bypass cacheMark Brown-0/+4
2011-10-10regmap: Return a sensible error code if we fail to read the cacheMark Brown-9/+7
2011-10-09regmap: Use bsearch() to search the register defaultsMark Brown-20/+20
2011-10-07Merge branch 'pm-devfreq' into pm-for-linusRafael J. Wysocki-0/+30
2011-10-07Merge branch 'pm-qos' into pm-for-linusRafael J. Wysocki-3/+433
2011-10-07Merge branch 'pm-domains' into pm-for-linusRafael J. Wysocki-212/+347
2011-10-07Merge branch 'pm-runtime' into pm-for-linusRafael J. Wysocki-29/+65
2011-10-04PM / QoS: Add function dev_pm_qos_read_value() (v3)Rafael J. Wysocki-74/+102
2011-10-03regmap: Fix doc commentDimitris Papastamos-1/+1
2011-10-03regmap: Optimize the lookup path to use binary searchDimitris Papastamos-5/+24
2011-09-30PM / OPP: Add OPP availability change notifier.MyungJoo Ham-0/+30
2011-09-30regmap: Ensure we scream if we enable cache bypass/only at the same timeDimitris Papastamos-0/+2
2011-09-30regmap: Implement regcache_cache_bypass helper functionDimitris Papastamos-0/+19
2011-09-30regmap: Save/restore the bypass state upon syncingDimitris Papastamos-0/+5
2011-09-30regmap: Lock the sync path, ensure we use the lockless _regmap_write()Dimitris Papastamos-5/+7