summaryrefslogtreecommitdiff
path: root/drivers/base/regmap
AgeCommit message (Expand)Author
2012-02-23regmap: Add tracepoints for cache only and cache bypassMark Brown
2012-02-23regmap: Mark the cache as clean after a successful syncMark Brown
2012-02-23regmap: Remove default cache sync implementationMark Brown
2012-02-23regmap: Skip hardware defaults for LZO cachesMark Brown
2012-02-22regmap: Expose the driver name in debugfsDimitris Papastamos
2012-02-22regmap: Add support for writing to regmap registers via debugfsDimitris Papastamos
2012-02-21regmap: Support raw reads from cached registersMark Brown
2012-02-20Merge branch 'topic/patch' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Mark Brown
2012-02-20Merge branch 'topic/devm' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown
2012-02-20regmap: Allow users to query the size of register valuesMark Brown
2012-02-18regmap: Implement support for 32 bit registers and valuesMark Brown
2012-02-17regmap: Bypassing cache when initializing cacheLaxman Dewangan
2012-02-15regmap: Fix cache defaults initialization from raw cache defaultsLars-Peter Clausen
2012-02-14regmap: add regmap_bulk_write() for register writeLaxman Dewangan
2012-02-11regmap: Support for caching in reg_raw_write()Laxman Dewangan
2012-02-10regmap: Fix kcalloc parameters swappedAxel Lin
2012-02-06regmap: Add debugfs information for the cache statusMark Brown
2012-02-06regmap: Don't use bitfields for booleansMark Brown
2012-01-31regmap: Remove incorrect unreachable comment in regcache_set_val()Axel Lin
2012-01-30regmap: Implement managed regmap_init()Mark Brown
2012-01-30regmap: if format_write is used, declare all registers as "unreadable"Wolfram Sang
2012-01-29regmap: Properly round reg_bytes and val_bytesWolfram Sang
2012-01-27regmap: Add support for 2/6 register formatingWolfram Sang
2012-01-26regmap: Reset device debugfs when reinitialising the cacheMark Brown
2012-01-25regmap: Bypass the cache when applying patchesMark Brown
2012-01-25regmap: Skip patch application when the cache is not dirty on syncMark Brown
2012-01-25regmap: Unexport regcache_write() and regcache_read()Mark Brown
2012-01-23regmap: Support register patch setsMark Brown
2012-01-20regmap: Reset cache status when reinitialsing the cacheMark Brown
2012-01-20regmap: Add support for padding between register and addressMark Brown
2011-12-05Merge branch 'regmap/irq' into regmap-nextMark Brown
2011-12-05regmap: Add irq_base accessor to regmap_irqMark Brown
2011-12-05Merge branch 'topic/cache' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Mark Brown
2011-12-05regmap: Allow drivers to reinitialise the register cache at runtimeMark Brown
2011-11-30regmap: Add trace event for successful cache readsMark Brown
2011-11-29regmap: Allow regmap_update_bits() users to detect changesMark Brown
2011-11-28Merge remote-tracking branch 'regmap/topic/irq' into regmap-nextMark Brown
2011-11-28regmap: Report if we actually handled an interrupt in regmap-irqMark Brown
2011-11-22regmap: Fix rbtreee build when not using debugfsMark Brown
2011-11-21regmap: Provide debugfs dump of the rbtree cache dataMark Brown
2011-11-21regmap: Do debugfs init before cache initMark Brown
2011-11-20regmap: Suppress noop writes in regmap_update_bits()Mark Brown
2011-11-20regmap: Remove indexed cache typeMark Brown
2011-11-17regmap: Drop check whether a register is readable in regcache_readLars-Peter Clausen
2011-11-17regmap: Properly round cache_word_sizeLars-Peter Clausen
2011-11-16regmap: Add support for 10/14 register formatingLars-Peter Clausen
2011-11-16regmap: Try cached read before checking if a hardware read is possibleLars-Peter Clausen
2011-11-16regmap: Make reg_config reg_defaults constLars-Peter Clausen
2011-11-16regmap: Move initialization of regcache related fields to regcache_initLars-Peter Clausen
2011-11-15regmap: Do not call regcache_exit from regcache_lzo_init error pathLars-Peter Clausen