summaryrefslogtreecommitdiff
path: root/drivers/base/regmap/regmap.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-13regmap: Support some block operations on cached devicesMark Brown1-8/+26
2011-10-10regmap: Warn on raw I/O as well as bulk reads that bypass cacheMark Brown1-0/+4
2011-09-29regmap: Make _regmap_write() globalDimitris Papastamos1-2/+2
2011-09-19regmap: Incorporate the regcache core into regmapDimitris Papastamos1-0/+31
2011-09-06regmap: Add support for device specific write and read flag masks.Lars-Peter Clausen1-3/+12
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: Add functions to check for access on registersMark Brown1-0/+44
2011-08-08regmap: Skip precious registers when dumping registers via debugfsMark Brown1-0/+1
2011-08-08regmap: Provide register map dump via debugfsMark Brown1-0/+11
2011-08-08regmap: Use a local header for API internalsMark Brown1-28/+1
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-07-25regmap: Fix bulk readsMark Brown1-1/+1
2011-07-23regmap: Add generic non-memory mapped register access APIMark Brown1-0/+455