summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regmap.c
Commit message (Expand)AuthorAgeFilesLines
* regmap: Track if the register cache is dirty and suppress unneeded syncsMark Brown2011-11-081-1/+3
* regmap: Support some block operations on cached devicesMark Brown2011-10-131-8/+26
* regmap: Warn on raw I/O as well as bulk reads that bypass cacheMark Brown2011-10-101-0/+4
* regmap: Make _regmap_write() globalDimitris Papastamos2011-09-291-2/+2
* regmap: Incorporate the regcache core into regmapDimitris Papastamos2011-09-191-0/+31
* regmap: Add support for device specific write and read flag masks.Lars-Peter Clausen2011-09-051-3/+12
* Merge branch 'regmap-linus' into regmap-nextMark Brown2011-09-051-4/+1
|\
| * regmap: Remove bitrotted module_put()sMark Brown2011-09-051-4/+1
* | regmap: Add functions to check for access on registersMark Brown2011-08-141-0/+44
* | regmap: Skip precious registers when dumping registers via debugfsMark Brown2011-08-081-0/+1
* | regmap: Provide register map dump via debugfsMark Brown2011-08-081-0/+11
* | regmap: Use a local header for API internalsMark Brown2011-08-081-28/+1
* | regmap: Implement writable register checksMark Brown2011-08-081-0/+7
* | regmap: Add basic tracepointsMark Brown2011-08-081-6/+30
| |
| \
*-. \ Merge branches 'regmap-linus' and 'regmap-interface' into regmap-nextMark Brown2011-08-081-1/+10
|\ \ \ | | |/ | |/|
| | * regmap: Allow devices to specify which registers are accessibleMark Brown2011-08-081-0/+9
| * | regmap: Fix bulk readsMark Brown2011-07-241-1/+1
| |/
* | regmap: Just send the buffer directly for single register writesMark Brown2011-08-081-3/+9
|/
* regmap: Add generic non-memory mapped register access APIMark Brown2011-07-231-0/+455
OpenPOWER on IntegriCloud