summaryrefslogtreecommitdiffstats
path: root/scripts/setlocalversion (unfollow)
Commit message (Expand)AuthorFilesLines
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-03regmap: Fix doc commentDimitris Papastamos1-1/+1
2011-10-03regmap: Optimize the lookup path to use binary searchDimitris Papastamos1-5/+24
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 Papastamos2-0/+20
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-20mfd: Support software initiated shutdown of WM831x PMICsMark Brown5-0/+33
2011-09-19regmap: Allow drivers to control cache_only flagMark Brown2-0/+20
2011-09-19regmap: Prototype regcache_sync()Mark Brown1-0/+1
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 Papastamos2-1/+31
2011-09-19regmap: Add the LZO cache supportDimitris Papastamos6-1/+368
2011-09-19regmap: Add the rbtree cache supportDimitris Papastamos5-1/+403
2011-09-19regmap: Add the indexed cache supportDimitris Papastamos5-1/+69
2011-09-19regmap: Introduce caching supportDimitris Papastamos4-2/+371
2011-09-09regmap: Provide device read and write map interface for mergingMark Brown1-0/+9
2011-09-06regmap: Make debugfs stubs static inlineLars-Peter Clausen1-3/+3
2011-09-05regmap: Add support for device specific write and read flag masks.Lars-Peter Clausen3-3/+24
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 Brown3-5/+0
2011-09-05regmap: Remove bitrotted module_put()sMark Brown1-4/+1
2011-08-22mfd: Convert WM8400 to regmap APIMark Brown2-81/+32
2011-08-22mfd: Convert WM8994 to use new register map APIMark Brown3-152/+36
2011-08-22mfd: Use device ID matching for WM831x SPI driverMark Brown1-119/+19
2011-08-22mfd: Provide regmap register access info from wm831x driverMark Brown1-0/+351
2011-08-22mfd: Convert WM831x to use regmap APIMark Brown5-170/+58
2011-08-21regmap: Allow drivers to specify register defaultsMark Brown1-2/+22
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-12regmap: Specify a module licenseStephen Warren2-0/+3
2011-08-09regmap: Remove unused type and list fields from bus interfaceMark Brown3-6/+0
2011-08-09regmap: Fix type of field width specifiers for x86_64Mark Brown1-1/+1