summaryrefslogtreecommitdiff
path: root/drivers/base/regmap
AgeCommit message (Expand)Author
2012-03-05regmap: Add support for padding between register and addressMark Brown
2012-03-05regmap: Add irq_base accessor to regmap_irqMark Brown
2012-03-05regmap: Allow drivers to reinitialise the register cache at runtimeMark Brown
2012-03-05regmap: Add trace event for successful cache readsMark Brown
2012-03-05regmap: Allow regmap_update_bits() users to detect changesMark Brown
2012-03-05regmap: Report if we actually handled an interrupt in regmap-irqMark Brown
2012-03-05regmap: Fix rbtreee build when not using debugfsMark Brown
2012-03-05regmap: Provide debugfs dump of the rbtree cache dataMark Brown
2012-03-05regmap: Do debugfs init before cache initMark Brown
2012-03-05regmap: Suppress noop writes in regmap_update_bits()Mark Brown
2012-03-05regmap: Remove indexed cache typeMark Brown
2012-03-05regmap: Drop check whether a register is readable in regcache_readLars-Peter Clausen
2012-03-05regmap: Properly round cache_word_sizeLars-Peter Clausen
2012-03-05regmap: Add support for 10/14 register formatingLars-Peter Clausen
2012-03-05regmap: Try cached read before checking if a hardware read is possibleLars-Peter Clausen
2012-03-05regmap: Make reg_config reg_defaults constLars-Peter Clausen
2012-03-05regmap: Move initialization of regcache related fields to regcache_initLars-Peter Clausen
2012-03-05regmap: Do not call regcache_exit from regcache_lzo_init error pathLars-Peter Clausen
2012-03-05regmap: Do not call regcache_exit from regcache_rbtree_init error pathLars-Peter Clausen
2012-03-05regmap: Fix memory leak in regcache_init error pathLars-Peter Clausen
2012-03-05regmap: Fix memory leak in regcache_hw_init error pathLars-Peter Clausen
2012-03-05regmap: return ERR_PTR instead of NULL in regmap_initLars-Peter Clausen
2012-03-05regmap: Fix memory leak in regmap_init error pathLars-Peter Clausen
2012-03-05regmap: Support some more block operations on cached devicesLars-Peter Clausen
2012-03-05regmap: Add helper function for checking if a register range is volatileLars-Peter Clausen
2012-03-05regmap: Rename LZO cache type to compressedMark Brown
2012-03-05regmap: Track if the register cache is dirty and suppress unneeded syncsMark Brown
2012-03-05regmap: Fix typo in kerneldoc for regmap_update_bits()Mark Brown
2012-03-05regmap: Fix word wrap in MakefileMark Brown
2012-03-05regmap: Prepare LZO cache for variable block sizesMark Brown
2012-03-05regmap: Add a reusable irq_chip for regmap based interrupt controllersMark Brown
2012-02-29regmap: merge 7cccbdc84487616c3dbe493b04bfa1f362f4bc56Laxman Dewangan
2011-11-30regmap: add regmap_update_bits_lazyColin Patrick McCabe
2011-10-13regmap: Support some block operations on cached devicesMark Brown
2011-10-10regmap: Allow caches for devices with no defaultsMark Brown
2011-10-10regmap: Ensure rbtree syncs registers set to zero properlyMark Brown
2011-10-10regmap: Allow rbtree to cache zero default valuesMark Brown
2011-10-10regmap: Warn on raw I/O as well as bulk reads that bypass cacheMark Brown
2011-10-10regmap: Return a sensible error code if we fail to read the cacheMark Brown
2011-10-09regmap: Use bsearch() to search the register defaultsMark Brown
2011-10-03regmap: Fix doc commentDimitris Papastamos
2011-10-03regmap: Optimize the lookup path to use binary searchDimitris Papastamos
2011-09-30regmap: Ensure we scream if we enable cache bypass/only at the same timeDimitris Papastamos
2011-09-30regmap: Implement regcache_cache_bypass helper functionDimitris Papastamos
2011-09-30regmap: Save/restore the bypass state upon syncingDimitris Papastamos
2011-09-30regmap: Lock the sync path, ensure we use the lockless _regmap_write()Dimitris Papastamos
2011-09-30regmap: Fix apostrophe usageMark Brown
2011-09-29regmap: Make _regmap_write() globalDimitris Papastamos
2011-09-29regmap: Fix lock used for regcache_cache_only()Mark Brown
2011-09-28regmap: Grab the lock in regcache_cache_only()Dimitris Papastamos