summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regmap.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-10regmap: Fix kcalloc parameters swappedAxel Lin1-1/+1
2012-01-23regmap: Support register patch setsMark Brown1-0/+58
2011-12-05Merge branch 'topic/cache' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Mark Brown1-0/+33
2011-12-05regmap: Allow drivers to reinitialise the register cache at runtimeMark Brown1-0/+33
2011-11-29regmap: Allow regmap_update_bits() users to detect changesMark Brown1-13/+45
2011-11-21regmap: Do debugfs init before cache initMark Brown1-2/+2
2011-11-20regmap: Suppress noop writes in regmap_update_bits()Mark Brown1-4/+5
2011-11-16regmap: Add support for 10/14 register formatingLars-Peter Clausen1-0/+20
2011-11-16regmap: Try cached read before checking if a hardware read is possibleLars-Peter Clausen1-3/+3
2011-11-16regmap: Move initialization of regcache related fields to regcache_initLars-Peter Clausen1-7/+1
2011-11-14regmap: return ERR_PTR instead of NULL in regmap_initLars-Peter Clausen1-1/+1
2011-11-10regmap: Fix memory leak in regmap_init error pathLars-Peter Clausen1-1/+3
2011-11-09regmap: Support some more block operations on cached devicesLars-Peter Clausen1-1/+3
2011-11-09regmap: Add helper function for checking if a register range is volatileLars-Peter Clausen1-13/+16
2011-11-08Merge branches 'regmap/irq' and 'regmap/cache' into regmap-nextMark Brown1-1/+3
2011-11-08regmap: Track if the register cache is dirty and suppress unneeded syncsMark Brown1-1/+3
2011-11-08regmap: Fix typo in kerneldoc for regmap_update_bits()Mark Brown1-1/+1
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-05regmap: 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-24regmap: Fix bulk readsMark Brown1-1/+1
2011-07-23regmap: Add generic non-memory mapped register access APIMark Brown1-0/+455