summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | regmap: Fix kcalloc parameters swappedAxel Lin2012-02-101-1/+1
| | * | | | regmap: Bypass the cache when applying patchesMark Brown2012-01-251-0/+2
| | * | | | regmap: Skip patch application when the cache is not dirty on syncMark Brown2012-01-251-2/+3
| | * | | | regmap: Support register patch setsMark Brown2012-01-233-0/+72
| | | |_|/ | | |/| |
| * | | | Merge branch 'topic/devm' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2012-02-203-0/+73
| |\ \ \ \ | | |_|/ / | |/| | |
| * | | | regmap: Fix cache defaults initialization from raw cache defaultsLars-Peter Clausen2012-02-151-2/+2
| | |_|/ | |/| |
| * | | regmap: Reset cache status when reinitialsing the cacheMark Brown2012-01-201-0/+3
| | |/ | |/|
* | | Merge remote-tracking branches 'regmap/topic/core' and 'regmap/topic/devm' in...Mark Brown2012-03-143-0/+73
|\ \ \ | | |/ | |/|
| * | regmap: Implement managed regmap_init()Mark Brown2012-01-303-0/+73
| |/
* | regmap: Fix future missing prototype of devres_alloc() and friendsStephen Warren2012-03-111-0/+1
* | regcache: Make sure we sync register 0 in an rbtree cacheMark Brown2012-03-051-1/+1
* | regmap: delete unused module.h from drivers/base/regmap filesPaul Gortmaker2012-03-012-2/+1
* | regmap: Add tracepoints for cache only and cache bypassMark Brown2012-02-231-0/+2
* | regmap: Skip hardware defaults for LZO cachesMark Brown2012-02-231-0/+6
* | regmap: Expose the driver name in debugfsDimitris Papastamos2012-02-221-0/+32
* | regmap: Add support for writing to regmap registers via debugfsDimitris Papastamos2012-02-221-0/+42
* | regmap: Support raw reads from cached registersMark Brown2012-02-211-6/+22
* | regmap: Implement support for 32 bit registers and valuesMark Brown2012-02-172-0/+35
* | regmap: Add debugfs information for the cache statusMark Brown2012-02-061-0/+9
* | regmap: Don't use bitfields for booleansMark Brown2012-02-061-4/+4
* | regmap: Remove incorrect unreachable comment in regcache_set_val()Axel Lin2012-01-311-1/+0
* | regmap: if format_write is used, declare all registers as "unreadable"Wolfram Sang2012-01-301-2/+5
* | regmap: Properly round reg_bytes and val_bytesWolfram Sang2012-01-291-2/+2
* | regmap: Add support for 2/6 register formatingWolfram Sang2012-01-271-0/+18
* | regmap: Reset device debugfs when reinitialising the cacheMark Brown2012-01-261-0/+3
* | regmap: Unexport regcache_write() and regcache_read()Mark Brown2012-01-251-2/+0
* | regmap: Add support for padding between register and addressMark Brown2012-01-202-11/+22
|/
* Merge branch 'regmap/irq' into regmap-nextMark Brown2011-12-051-0/+13
|\
| * regmap: Add irq_base accessor to regmap_irqMark Brown2011-12-051-0/+13
* | Merge branch 'topic/cache' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Mark Brown2011-12-051-0/+33
|\ \
| * | regmap: Allow drivers to reinitialise the register cache at runtimeMark Brown2011-12-051-0/+33
* | | regmap: Add trace event for successful cache readsMark Brown2011-11-301-2/+10
* | | regmap: Allow regmap_update_bits() users to detect changesMark Brown2011-11-291-13/+45
* | | Merge remote-tracking branch 'regmap/topic/irq' into regmap-nextMark Brown2011-11-281-1/+6
|\ \ \ | | |/ | |/|
| * | regmap: Report if we actually handled an interrupt in regmap-irqMark Brown2011-11-281-1/+6
* | | regmap: Fix rbtreee build when not using debugfsMark Brown2011-11-221-1/+10
* | | regmap: Provide debugfs dump of the rbtree cache dataMark Brown2011-11-211-0/+49
* | | regmap: Do debugfs init before cache initMark Brown2011-11-211-2/+2
* | | regmap: Suppress noop writes in regmap_update_bits()Mark Brown2011-11-201-4/+5
* | | regmap: Remove indexed cache typeMark Brown2011-11-204-88/+1
* | | regmap: Drop check whether a register is readable in regcache_readLars-Peter Clausen2011-11-171-3/+0
* | | regmap: Properly round cache_word_sizeLars-Peter Clausen2011-11-171-2/+2
* | | regmap: Add support for 10/14 register formatingLars-Peter Clausen2011-11-161-0/+20
* | | regmap: Try cached read before checking if a hardware read is possibleLars-Peter Clausen2011-11-161-3/+3
* | | regmap: Make reg_config reg_defaults constLars-Peter Clausen2011-11-161-3/+2
* | | regmap: Move initialization of regcache related fields to regcache_initLars-Peter Clausen2011-11-163-9/+10
* | | regmap: Do not call regcache_exit from regcache_lzo_init error pathLars-Peter Clausen2011-11-151-1/+3
* | | regmap: Do not call regcache_exit from regcache_rbtree_init error pathLars-Peter Clausen2011-11-151-1/+2
* | | regmap: Fix memory leak in regcache_init error pathLars-Peter Clausen2011-11-141-1/+10
* | | regmap: Fix memory leak in regcache_hw_init error pathLars-Peter Clausen2011-11-141-2/+10
OpenPOWER on IntegriCloud