summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regmap.c
Commit message (Expand)AuthorAgeFilesLines
* regmap: Export regmap_reinit_cache()Mark Brown2012-06-081-0/+1
* regmap: Fix the size calculation for map->format.buf_sizeFabio Estevam2012-06-031-2/+2
* regmap: clean up debugfs if regmap_init failsStephen Warren2012-06-031-2/+3
*---. Merge branches 'regmap-core', 'regmap-stride', 'regmap-mmio' and 'regmap-irq'...Mark Brown2012-05-131-34/+193
|\ \ \
| | * | regmap: Implement dev_get_regmap()Mark Brown2012-05-081-1/+60
| * | | Merge tag 'regmap-3.4' into regmap-strideMark Brown2012-05-121-1/+3
| |\ \ \
| | * | | regmap: fix possible memory corruption in regmap_bulk_read()Laxman Dewangan2012-05-091-1/+3
| | | |/ | | |/|
| * | | regmap: Devices using format_write don't support bulk operationsMark Brown2012-04-301-0/+3
| * | | regmap: Converts group operation into single read write operationsAshish Jangam2012-04-301-4/+36
| * | | regmap: implement register stridingStephen Warren2012-04-101-4/+26
| | | |
| | \ \
| | \ \
| | \ \
| *---. \ \ Merge branches 'regmap-core', 'regmap-mmio' and 'regmap-naming' into regmap-s...Mark Brown2012-04-101-36/+103
| |\ \ \ \ \ | | |_|_|/ / | |/| | | / | | | | |/ | | | |/|
| | | | * regmap: allow regmap instances to be namedStephen Warren2012-04-101-2/+2
| | |_|/ | |/| |
| | | * regmap: validate regmap_raw_read/write val_lenStephen Warren2012-04-071-0/+6
| | | * regmap: introduce fast_io busses, and use a spinlock for themStephen Warren2012-04-061-17/+45
| | | * regmap: introduce explicit bus_context for bus callbacksStephen Warren2012-04-061-6/+13
| | |/ | |/|
* | | regmap: Cache single values read from the chipMark Brown2012-04-301-0/+3
| |/ |/|
* | regmap: Use pad_bits and reg_bits when determining register format.Marc Reilly2012-04-011-12/+15
* | regmap: Add support for device with 24 data bits.Marc Reilly2012-04-011-0/+23
|/
* Merge remote-tracking branch 'regmap/topic/bulk' into regmap-nextMark Brown2012-03-141-5/+71
|\
| * regmap: add regmap_bulk_write() for register writeLaxman Dewangan2012-02-141-0/+50
| * regmap: Support for caching in reg_raw_write()Laxman Dewangan2012-02-111-5/+21
* | Merge remote-tracking branch 'regmap/topic/introspection' into regmap-nextMark Brown2012-03-141-0/+15
|\ \
| * | regmap: Allow users to query the size of register valuesMark Brown2012-02-201-0/+15
| |/
* | Merge remote-tracking branch 'regmap/topic/drivers' into regmap-nextMark Brown2012-03-141-0/+61
|\ \
| * \ Merge branch 'topic/patch' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Mark Brown2012-02-201-0/+58
| |\ \
| | * | regmap: Fix kcalloc parameters swappedAxel Lin2012-02-101-1/+1
| | * | regmap: Support register patch setsMark Brown2012-01-231-0/+58
| * | | Merge branch 'topic/devm' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2012-02-201-0/+39
| |\ \ \ | | |_|/ | |/| |
| * | | 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-141-0/+39
|\ \ \ | | |/ | |/|
| * | regmap: Implement managed regmap_init()Mark Brown2012-01-301-0/+39
| |/
* | regmap: Fix future missing prototype of devres_alloc() and friendsStephen Warren2012-03-111-0/+1
* | regmap: delete unused module.h from drivers/base/regmap filesPaul Gortmaker2012-03-011-1/+1
* | regmap: Support raw reads from cached registersMark Brown2012-02-211-6/+22
* | regmap: Implement support for 32 bit registers and valuesMark Brown2012-02-171-0/+24
* | 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: Add support for padding between register and addressMark Brown2012-01-201-11/+21
|/
* 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: Allow regmap_update_bits() users to detect changesMark Brown2011-11-291-13/+45
* | 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: 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: Move initialization of regcache related fields to regcache_initLars-Peter Clausen2011-11-161-7/+1
* | 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
OpenPOWER on IntegriCloud