aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-31drivers/base: transport_class explicitly requires EXPORT_SYMBOLPaul Gortmaker1-0/+1
2011-10-25Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds10-270/+931
2011-10-25Merge branch 'for-linus' of git://opensource.wolfsonmicro.com/regmapLinus Torvalds11-47/+1691
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+15
2011-10-25Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds4-41/+83
2011-10-22PM / Clocks: Remove redundant NULL checks before kfree()Jonghwan Choi1-3/+1
2011-10-22Merge branch 'pm-domains' into pm-for-linusRafael J. Wysocki2-3/+9
2011-10-22PM / Sleep: Mark devices involved in wakeup signaling during suspendRafael J. Wysocki2-3/+9
2011-10-19class: Implement support for class attrs in tagged sysfs directories.Eric W. Biederman1-2/+15
2011-10-18mm: memory hotplug: Check if pages are correctly reserved on a per-section basisMel Gorman1-18/+40
2011-10-18Revert "memory hotplug: Correct page reservation checking"Greg Kroah-Hartman1-37/+23
2011-10-16PM: Update the policy on default wakeup settingsAlan Stern1-1/+3
2011-10-16PM / Suspend: Add statistics debugfs file for suspend to RAMShuoX Liu1-5/+26
2011-10-16Merge branch 'pm-runtime' into pm-for-linusRafael J. Wysocki1-15/+18
2011-10-16PM / Runtime: Handle .runtime_suspend() failure correctlyMing Lei1-12/+13
2011-10-16PM / Runtime: Fix kerneldoc comment for rpm_suspend()Ming Lei1-8/+10
2011-10-13regmap: Support some block operations on cached devicesMark Brown1-8/+26
2011-10-10regmap: Allow caches for devices with no defaultsMark Brown1-1/+1
2011-10-10regmap: Ensure rbtree syncs registers set to zero properlyMark Brown1-6/+5
2011-10-10regmap: Allow rbtree to cache zero default valuesMark Brown1-3/+0
2011-10-10regmap: Warn on raw I/O as well as bulk reads that bypass cacheMark Brown1-0/+4
2011-10-10regmap: Return a sensible error code if we fail to read the cacheMark Brown4-9/+7
2011-10-09regmap: Use bsearch() to search the register defaultsMark Brown1-20/+20
2011-10-07Merge branch 'pm-devfreq' into pm-for-linusRafael J. Wysocki1-0/+30
2011-10-07Merge branch 'pm-qos' into pm-for-linusRafael J. Wysocki4-3/+433
2011-10-07Merge branch 'pm-domains' into pm-for-linusRafael J. Wysocki4-212/+347
2011-10-07Merge branch 'pm-runtime' into pm-for-linusRafael J. Wysocki1-29/+65
2011-10-04PM / QoS: Add function dev_pm_qos_read_value() (v3)Rafael J. Wysocki3-74/+102
2011-10-03regmap: Fix doc commentDimitris Papastamos1-1/+1
2011-10-03regmap: Optimize the lookup path to use binary searchDimitris Papastamos1-5/+24
2011-09-30PM / OPP: Add OPP availability change notifier.MyungJoo Ham1-0/+30
2011-09-30regmap: Ensure we scream if we enable cache bypass/only at the same timeDimitris Papastamos1-0/+2
2011-09-30regmap: Implement regcache_cache_bypass helper functionDimitris Papastamos1-0/+19
2011-09-30regmap: Save/restore the bypass state upon syncingDimitris Papastamos1-0/+5
2011-09-30regmap: Lock the sync path, ensure we use the lockless _regmap_write()Dimitris Papastamos4-5/+7
2011-09-30regmap: Fix apostrophe usageMark Brown1-1/+1
2011-09-29regmap: Make _regmap_write() globalDimitris Papastamos2-2/+5
2011-09-29regmap: Fix lock used for regcache_cache_only()Mark Brown1-2/+2
2011-09-28regmap: Grab the lock in regcache_cache_only()Dimitris Papastamos1-0/+2
2011-09-28regmap: Modify map->cache_bypass directlyDimitris Papastamos1-2/+2
2011-09-28regmap: Fix regcache_sync generic implementationDimitris Papastamos1-1/+1
2011-09-28regmap: rbtree-cache: Move cached rbnode handling into lookup functionLars-Peter Clausen1-43/+18
2011-09-28regmap: regcache_rbtree_{set,get}_register: Use regcache_{set,get}_valLars-Peter Clausen1-33/+2
2011-09-27PM / Runtime: Replace dev_dbg() with trace_rpm_*()Ming Lei1-4/+7
2011-09-27PM / Runtime: Don't run callbacks under lock for power.irq_safe setRafael J. Wysocki1-22/+46
2011-09-27regmap: Implement generic syncing functionalityDimitris Papastamos1-7/+26
2011-09-27regmap: Fix signed/unsigned comparisonDimitris Papastamos1-1/+1
2011-09-27regmap: Remove redundant member `word_size' from regcache_rbtree_nodeDimitris Papastamos1-23/+30
2011-09-26drivers: base: print rejected matches with DEBUG_DRIVERWolfram Sang1-0/+3
2011-09-26memory hotplug: Correct page reservation checkingNathan Fontenot1-23/+37