summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap
Commit message (Expand)AuthorAgeFilesLines
* regmap: Fix x86_64 breakageMark Brown2012-02-271-1/+1
* regmap: Allow drivers to sync only part of the register cacheMark Brown2012-02-241-0/+45
* regmap: Supply ranges to the sync operationsMark Brown2012-02-244-7/+32
* regmap: Mark the cache as clean after a successful syncMark Brown2012-02-231-0/+3
* regmap: Remove default cache sync implementationMark Brown2012-02-231-19/+2
* 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 '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
* | | regmap: return ERR_PTR instead of NULL in regmap_initLars-Peter Clausen2011-11-141-1/+1
* | | regmap: Fix memory leak in regmap_init error pathLars-Peter Clausen2011-11-101-1/+3
* | | regmap: Support some more block operations on cached devicesLars-Peter Clausen2011-11-091-1/+3
* | | regmap: Add helper function for checking if a register range is volatileLars-Peter Clausen2011-11-091-13/+16
| | |
| \ \
*-. \ \ Merge branches 'regmap/irq' and 'regmap/cache' into regmap-nextMark Brown2011-11-087-2/+312
|\ \ \ \ | | |/ / | |/| / | | |/
| | * regmap: Rename LZO cache type to compressedMark Brown2011-11-081-1/+1
| | * regmap: Track if the register cache is dirty and suppress unneeded syncsMark Brown2011-11-083-1/+23
| * | regmap: Add a reusable irq_chip for regmap based interrupt controllersMark Brown2011-11-083-0/+288
| |/
* | regmap: Fix typo in kerneldoc for regmap_update_bits()Mark Brown2011-11-081-1/+1
* | regmap: Fix word wrap in MakefileMark Brown2011-11-081-1/+2
* | regmap: Prepare LZO cache for variable block sizesMark Brown2011-11-081-6/+9
|/
* drivers/base: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required.Paul Gortmaker2011-10-311-0/+1
* Merge branch 'for-linus' of git://opensource.wolfsonmicro.com/regmapLinus Torvalds2011-10-2511-47/+1691
|\
| * regmap: Support some block operations on cached devicesMark Brown2011-10-131-8/+26
| * regmap: Allow caches for devices with no defaultsMark Brown2011-10-101-1/+1
| * regmap: Ensure rbtree syncs registers set to zero properlyMark Brown2011-10-101-6/+5
| * regmap: Allow rbtree to cache zero default valuesMark Brown2011-10-101-3/+0
| * regmap: Warn on raw I/O as well as bulk reads that bypass cacheMark Brown2011-10-101-0/+4
OpenPOWER on IntegriCloud