summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regmap.c
AgeCommit message (Expand)AuthorLines
2012-01-20regmap: Reset cache status when reinitialsing the cacheMark Brown-0/+3
2011-12-05Merge branch 'topic/cache' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Mark Brown-0/+33
2011-12-05regmap: Allow drivers to reinitialise the register cache at runtimeMark Brown-0/+33
2011-11-29regmap: Allow regmap_update_bits() users to detect changesMark Brown-13/+45
2011-11-21regmap: Do debugfs init before cache initMark Brown-2/+2
2011-11-20regmap: Suppress noop writes in regmap_update_bits()Mark Brown-4/+5
2011-11-16regmap: Add support for 10/14 register formatingLars-Peter Clausen-0/+20
2011-11-16regmap: Try cached read before checking if a hardware read is possibleLars-Peter Clausen-3/+3
2011-11-16regmap: Move initialization of regcache related fields to regcache_initLars-Peter Clausen-7/+1
2011-11-14regmap: return ERR_PTR instead of NULL in regmap_initLars-Peter Clausen-1/+1
2011-11-10regmap: Fix memory leak in regmap_init error pathLars-Peter Clausen-1/+3
2011-11-09regmap: Support some more block operations on cached devicesLars-Peter Clausen-1/+3
2011-11-09regmap: Add helper function for checking if a register range is volatileLars-Peter Clausen-13/+16
2011-11-08Merge branches 'regmap/irq' and 'regmap/cache' into regmap-nextMark Brown-1/+3
2011-11-08regmap: Track if the register cache is dirty and suppress unneeded syncsMark Brown-1/+3
2011-11-08regmap: Fix typo in kerneldoc for regmap_update_bits()Mark Brown-1/+1
2011-10-13regmap: Support some block operations on cached devicesMark Brown-8/+26
2011-10-10regmap: Warn on raw I/O as well as bulk reads that bypass cacheMark Brown-0/+4
2011-09-29regmap: Make _regmap_write() globalDimitris Papastamos-2/+2
2011-09-19regmap: Incorporate the regcache core into regmapDimitris Papastamos-0/+31
2011-09-05regmap: Add support for device specific write and read flag masks.Lars-Peter Clausen-3/+12
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-14regmap: Add functions to check for access on registersMark Brown-0/+44
2011-08-08regmap: Skip precious registers when dumping registers via debugfsMark Brown-0/+1
2011-08-08regmap: Provide register map dump via debugfsMark Brown-0/+11
2011-08-08regmap: Use a local header for API internalsMark Brown-28/+1
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 generic non-memory mapped register access APIMark Brown-0/+455