summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
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-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-19regmap: Allow drivers to control cache_only flagMark Brown1-0/+18
2011-09-19regmap: A cache type of _NONE behaves like a bypassed cacheMark Brown1-1/+3
2011-09-19regmap: Incorporate the regcache core into regmapDimitris Papastamos1-0/+31
2011-09-19regmap: Add the regcache_sync trace eventDimitris Papastamos1-1/+7
2011-09-19regmap: Add the LZO cache supportDimitris Papastamos5-1/+367
2011-09-19regmap: Add the rbtree cache supportDimitris Papastamos4-1/+402
2011-09-19regmap: Add the indexed cache supportDimitris Papastamos4-1/+68
2011-09-19regmap: Introduce caching supportDimitris Papastamos3-1/+357
2011-09-06regmap: Make debugfs stubs static inlineLars-Peter Clausen1-3/+3
2011-09-06regmap: Add support for device specific write and read flag masks.Lars-Peter Clausen2-3/+15
2011-09-05regmap: Include the last register in debugfs outputMark Brown1-2/+2
2011-09-05regmap: Remove redundant owner field from the bus type structMark Brown2-2/+0
2011-09-05Merge branch 'regmap-linus' into regmap-nextMark Brown1-4/+1
2011-09-05regmap: Remove bitrotted module_put()sMark Brown1-4/+1
2011-08-14regmap: Provide access information via debugfsMark Brown1-1/+71
2011-08-14regmap: Share some of the debugfs infrastructure ready for more filesMark Brown1-4/+10
2011-08-14regmap: Add functions to check for access on registersMark Brown3-4/+51
2011-08-12Merge branch 'regmap-linus' into regmap-nextMark Brown2-0/+3
2011-08-12regmap: Specify a module licenseStephen Warren2-0/+3
2011-08-09regmap: Remove unused type and list fields from bus interfaceMark Brown2-2/+0
2011-08-09regmap: Fix type of field width specifiers for x86_64Mark Brown1-1/+1
2011-08-08regmap: Skip precious registers when dumping registers via debugfsMark Brown3-0/+6
2011-08-08regmap: Provide register map dump via debugfsMark Brown4-0/+158
2011-08-08regmap: Use a local header for API internalsMark Brown2-28/+46
2011-08-08regmap: Implement writable register checksMark Brown1-0/+7
2011-08-08regmap: Add basic tracepointsMark Brown1-6/+30
2011-08-08Merge branches 'regmap-linus' and 'regmap-interface' into regmap-nextMark Brown1-1/+10
2011-08-08regmap: Just send the buffer directly for single register writesMark Brown1-3/+9
2011-08-08regmap: Allow devices to specify which registers are accessibleMark Brown1-0/+9
2011-08-05PM / Runtime: Allow _put_sync() from interrupts-disabled contextKevin Hilman1-2/+8
2011-08-05PM / Domains: Fix pm_genpd_poweron()Rafael J. Wysocki1-2/+1
2011-07-28devtmpfs: missing initialialization in never-hit caseAl Viro1-1/+1
2011-07-27atomic: use <linux/atomic.h>Arun Sharma2-2/+2
2011-07-27drivers/base/power/opp.c: fix dev_opp initial valueJonghwan Choi1-1/+1
2011-07-26Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-30/+34
2011-07-26Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-0/+21
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+2