summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)Author
2011-11-30drivers: power: Add watchdog timer to catch drivers which lockup during suspend.San Mehat
2011-11-26drivers/base/node.c: fix compilation error with older versions of gccClaudio Scordino
2011-11-26PM / driver core: disable device's runtime PM during shutdownPeter Chen
2011-11-11PM / Runtime: Automatically retry failed autosuspendsAlan Stern
2011-10-13regmap: Support some block operations on cached devicesMark Brown
2011-10-10regmap: Allow caches for devices with no defaultsMark Brown
2011-10-10regmap: Ensure rbtree syncs registers set to zero properlyMark Brown
2011-10-10regmap: Allow rbtree to cache zero default valuesMark Brown
2011-10-10regmap: Warn on raw I/O as well as bulk reads that bypass cacheMark Brown
2011-10-10regmap: Return a sensible error code if we fail to read the cacheMark Brown
2011-10-09regmap: Use bsearch() to search the register defaultsMark Brown
2011-10-03regmap: Fix doc commentDimitris Papastamos
2011-10-03regmap: Optimize the lookup path to use binary searchDimitris Papastamos
2011-09-30regmap: Ensure we scream if we enable cache bypass/only at the same timeDimitris Papastamos
2011-09-30regmap: Implement regcache_cache_bypass helper functionDimitris Papastamos
2011-09-30regmap: Save/restore the bypass state upon syncingDimitris Papastamos
2011-09-30regmap: Lock the sync path, ensure we use the lockless _regmap_write()Dimitris Papastamos
2011-09-30regmap: Fix apostrophe usageMark Brown
2011-09-29regmap: Make _regmap_write() globalDimitris Papastamos
2011-09-29regmap: Fix lock used for regcache_cache_only()Mark Brown
2011-09-28regmap: Grab the lock in regcache_cache_only()Dimitris Papastamos
2011-09-28regmap: Modify map->cache_bypass directlyDimitris Papastamos
2011-09-28regmap: Fix regcache_sync generic implementationDimitris Papastamos
2011-09-28regmap: rbtree-cache: Move cached rbnode handling into lookup functionLars-Peter Clausen
2011-09-28regmap: regcache_rbtree_{set,get}_register: Use regcache_{set,get}_valLars-Peter Clausen
2011-09-27regmap: Implement generic syncing functionalityDimitris Papastamos
2011-09-27regmap: Fix signed/unsigned comparisonDimitris Papastamos
2011-09-27regmap: Remove redundant member `word_size' from regcache_rbtree_nodeDimitris Papastamos
2011-09-26PM / Clocks: Do not acquire a mutex under a spinlockRafael J. Wysocki
2011-09-19regmap: Allow drivers to control cache_only flagMark Brown
2011-09-19regmap: A cache type of _NONE behaves like a bypassed cacheMark Brown
2011-09-19regmap: Incorporate the regcache core into regmapDimitris Papastamos
2011-09-19regmap: Add the regcache_sync trace eventDimitris Papastamos
2011-09-19regmap: Add the LZO cache supportDimitris Papastamos
2011-09-19regmap: Add the rbtree cache supportDimitris Papastamos
2011-09-19regmap: Add the indexed cache supportDimitris Papastamos
2011-09-19regmap: Introduce caching supportDimitris Papastamos
2011-09-08Merge branch 'for-linus' of git://opensource.wolfsonmicro.com/regmapLinus Torvalds
2011-09-05regmap: Make debugfs stubs static inlineLars-Peter Clausen
2011-09-05regmap: Add support for device specific write and read flag masks.Lars-Peter Clausen
2011-09-05regmap: Include the last register in debugfs outputMark Brown
2011-09-05regmap: Remove redundant owner field from the bus type structMark Brown
2011-09-05Merge branch 'regmap-linus' into regmap-nextMark Brown
2011-09-05regmap: Remove bitrotted module_put()sMark Brown
2011-08-28Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2011-08-26Merge branch 'driver-core-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2011-08-24firmware loader: allow builtin firmware load even if usermodehelper is disabledLinus Torvalds
2011-08-24PM: Use spinlock instead of mutex in clock management functionsRafael J. Wysocki
2011-08-22base/devres.c: quiet sparse noise about context imbalanceH Hartley Sweeten
2011-08-17Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds