summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap
AgeCommit message (Expand)AuthorLines
2012-02-21regmap: Support raw reads from cached registersMark Brown-6/+22
2012-02-20Merge branch 'topic/patch' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Mark Brown-0/+75
2012-02-20Merge branch 'topic/devm' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown-0/+73
2012-02-20regmap: Allow users to query the size of register valuesMark Brown-0/+15
2012-02-17regmap: Implement support for 32 bit registers and valuesMark Brown-0/+35
2012-02-17regmap: Bypassing cache when initializing cacheLaxman Dewangan-0/+5
2012-02-15regmap: Fix cache defaults initialization from raw cache defaultsLars-Peter Clausen-2/+2
2012-02-14regmap: add regmap_bulk_write() for register writeLaxman Dewangan-0/+50
2012-02-11regmap: Support for caching in reg_raw_write()Laxman Dewangan-5/+21
2012-02-10regmap: Fix kcalloc parameters swappedAxel Lin-1/+1
2012-02-06regmap: Add debugfs information for the cache statusMark Brown-0/+9
2012-02-06regmap: Don't use bitfields for booleansMark Brown-4/+4
2012-01-31regmap: Remove incorrect unreachable comment in regcache_set_val()Axel Lin-1/+0
2012-01-30regmap: Implement managed regmap_init()Mark Brown-0/+73
2012-01-30regmap: if format_write is used, declare all registers as "unreadable"Wolfram Sang-2/+5
2012-01-29regmap: Properly round reg_bytes and val_bytesWolfram Sang-2/+2
2012-01-27regmap: Add support for 2/6 register formatingWolfram Sang-0/+18
2012-01-26regmap: Reset device debugfs when reinitialising the cacheMark Brown-0/+3
2012-01-25regmap: Bypass the cache when applying patchesMark Brown-0/+2
2012-01-25regmap: Skip patch application when the cache is not dirty on syncMark Brown-2/+3
2012-01-25regmap: Unexport regcache_write() and regcache_read()Mark Brown-2/+0
2012-01-23regmap: Support register patch setsMark Brown-0/+72
2012-01-20regmap: Reset cache status when reinitialsing the cacheMark Brown-0/+3
2012-01-20regmap: Add support for padding between register and addressMark Brown-11/+22
2011-12-05Merge branch 'regmap/irq' into regmap-nextMark Brown-0/+13
2011-12-05regmap: Add irq_base accessor to regmap_irqMark Brown-0/+13
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-30regmap: Add trace event for successful cache readsMark Brown-2/+10
2011-11-29regmap: Allow regmap_update_bits() users to detect changesMark Brown-13/+45
2011-11-28Merge remote-tracking branch 'regmap/topic/irq' into regmap-nextMark Brown-1/+6
2011-11-28regmap: Report if we actually handled an interrupt in regmap-irqMark Brown-1/+6
2011-11-22regmap: Fix rbtreee build when not using debugfsMark Brown-1/+10
2011-11-21regmap: Provide debugfs dump of the rbtree cache dataMark Brown-0/+49
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-20regmap: Remove indexed cache typeMark Brown-88/+1
2011-11-17regmap: Drop check whether a register is readable in regcache_readLars-Peter Clausen-3/+0
2011-11-17regmap: Properly round cache_word_sizeLars-Peter Clausen-2/+2
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: Make reg_config reg_defaults constLars-Peter Clausen-3/+2
2011-11-16regmap: Move initialization of regcache related fields to regcache_initLars-Peter Clausen-9/+10
2011-11-15regmap: Do not call regcache_exit from regcache_lzo_init error pathLars-Peter Clausen-1/+3
2011-11-15regmap: Do not call regcache_exit from regcache_rbtree_init error pathLars-Peter Clausen-1/+2
2011-11-14regmap: Fix memory leak in regcache_init error pathLars-Peter Clausen-1/+10
2011-11-14regmap: Fix memory leak in regcache_hw_init error pathLars-Peter Clausen-2/+10
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