summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regmap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* regmap: Reset cache status when reinitialsing the cacheMark Brown2012-01-201-0/+3
* Merge branch 'topic/cache' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Mark Brown2011-12-051-0/+33
|\
| * regmap: Allow drivers to reinitialise the register cache at runtimeMark Brown2011-12-051-0/+33
* | regmap: Allow regmap_update_bits() users to detect changesMark Brown2011-11-291-13/+45
* | regmap: Do debugfs init before cache initMark Brown2011-11-211-2/+2
* | regmap: Suppress noop writes in regmap_update_bits()Mark Brown2011-11-201-4/+5
* | regmap: Add support for 10/14 register formatingLars-Peter Clausen2011-11-161-0/+20
* | regmap: Try cached read before checking if a hardware read is possibleLars-Peter Clausen2011-11-161-3/+3
* | regmap: Move initialization of regcache related fields to regcache_initLars-Peter Clausen2011-11-161-7/+1
* | regmap: return ERR_PTR instead of NULL in regmap_initLars-Peter Clausen2011-11-141-1/+1
* | regmap: Fix memory leak in regmap_init error pathLars-Peter Clausen2011-11-101-1/+3
* | regmap: Support some more block operations on cached devicesLars-Peter Clausen2011-11-091-1/+3
* | regmap: Add helper function for checking if a register range is volatileLars-Peter Clausen2011-11-091-13/+16
| |
| \
*-. | Merge branches 'regmap/irq' and 'regmap/cache' into regmap-nextMark Brown2011-11-081-1/+3
|\ \|
| | * regmap: Track if the register cache is dirty and suppress unneeded syncsMark Brown2011-11-081-1/+3
| |/
* / regmap: Fix typo in kerneldoc for regmap_update_bits()Mark Brown2011-11-081-1/+1
|/
* 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