summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap
AgeCommit message (Expand)AuthorLines
2011-09-19regmap: Allow drivers to control cache_only flagMark Brown-0/+18
2011-09-19regmap: A cache type of _NONE behaves like a bypassed cacheMark Brown-1/+3
2011-09-19regmap: Incorporate the regcache core into regmapDimitris Papastamos-0/+31
2011-09-19regmap: Add the regcache_sync trace eventDimitris Papastamos-1/+7
2011-09-19regmap: Add the LZO cache supportDimitris Papastamos-1/+367
2011-09-19regmap: Add the rbtree cache supportDimitris Papastamos-1/+402
2011-09-19regmap: Add the indexed cache supportDimitris Papastamos-1/+68
2011-09-19regmap: Introduce caching supportDimitris Papastamos-1/+357
2011-09-08Merge branch 'for-linus' of git://opensource.wolfsonmicro.com/regmapLinus Torvalds-4/+1
2011-09-05regmap: Make debugfs stubs static inlineLars-Peter Clausen-3/+3
2011-09-05regmap: Add support for device specific write and read flag masks.Lars-Peter Clausen-3/+15
2011-09-05regmap: Include the last register in debugfs outputMark Brown-2/+2
2011-09-05regmap: Remove redundant owner field from the bus type structMark Brown-2/+0
2011-09-05Merge branch 'regmap-linus' into regmap-nextMark Brown-4/+1
2011-09-05regmap: Remove bitrotted module_put()sMark Brown-4/+1
2011-08-15regmap: using module facilities requires module.hStephen Rothwell-0/+1
2011-08-14regmap: Provide access information via debugfsMark Brown-1/+71
2011-08-14regmap: Share some of the debugfs infrastructure ready for more filesMark Brown-4/+10
2011-08-14regmap: Add functions to check for access on registersMark Brown-4/+51
2011-08-12Merge branch 'regmap-linus' into regmap-nextMark Brown-0/+3
2011-08-12regmap: Specify a module licenseStephen Warren-0/+3
2011-08-10regmap: Remove unused type and list fields from bus interfaceMark Brown-2/+0
2011-08-10regmap: Fix type of field width specifiers for x86_64Mark Brown-1/+1
2011-08-08regmap: Skip precious registers when dumping registers via debugfsMark Brown-0/+6
2011-08-08regmap: Provide register map dump via debugfsMark Brown-0/+158
2011-08-08regmap: Use a local header for API internalsMark Brown-28/+46
2011-08-08regmap: Implement writable register checksMark Brown-0/+7
2011-08-08regmap: Add basic tracepointsMark Brown-6/+30
2011-08-08Merge branches 'regmap-linus' and 'regmap-interface' into regmap-nextMark Brown-1/+10
2011-08-08regmap: Just send the buffer directly for single register writesMark Brown-3/+9
2011-08-08regmap: Allow devices to specify which registers are accessibleMark Brown-0/+9
2011-07-24regmap: Fix bulk readsMark Brown-1/+1
2011-07-23regmap: Add SPI bus supportMark Brown-1/+77
2011-07-23regmap: Add I2C bus supportMark Brown-0/+120
2011-07-23regmap: Add generic non-memory mapped register access APIMark Brown-0/+462