aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regmap.c
Commit message (Expand)AuthorAge
* regmap: Export regmap_reinit_cache()Mark Brown2012-06-07
* regmap: Fix the size calculation for map->format.buf_sizeFabio Estevam2012-06-03
* regmap: clean up debugfs if regmap_init failsStephen Warren2012-06-03
*---. Merge branches 'regmap-core', 'regmap-stride', 'regmap-mmio' and 'regmap-irq'...Mark Brown2012-05-13
|\ \ \
| | * | regmap: Implement dev_get_regmap()Mark Brown2012-05-08
| * | | Merge tag 'regmap-3.4' into regmap-strideMark Brown2012-05-12
| |\ \ \
| | * | | regmap: fix possible memory corruption in regmap_bulk_read()Laxman Dewangan2012-05-09
| | | |/ | | |/|
| * | | regmap: Devices using format_write don't support bulk operationsMark Brown2012-04-30
| * | | regmap: Converts group operation into single read write operationsAshish Jangam2012-04-30
| * | | regmap: implement register stridingStephen Warren2012-04-10
| | | |
| | \ \
| | \ \
| | \ \
| *---. \ \ Merge branches 'regmap-core', 'regmap-mmio' and 'regmap-naming' into regmap-s...Mark Brown2012-04-10
| |\ \ \ \ \ | | |_|_|/ / | |/| | | / | | | | |/ | | | |/|
| | | | * regmap: allow regmap instances to be namedStephen Warren2012-04-10
| | |_|/ | |/| |
| | | * regmap: validate regmap_raw_read/write val_lenStephen Warren2012-04-07
| | | * regmap: introduce fast_io busses, and use a spinlock for themStephen Warren2012-04-06
| | | * regmap: introduce explicit bus_context for bus callbacksStephen Warren2012-04-06
| | |/ | |/|
* | | regmap: Cache single values read from the chipMark Brown2012-04-30
| |/ |/|
* | regmap: Use pad_bits and reg_bits when determining register format.Marc Reilly2012-04-01
* | regmap: Add support for device with 24 data bits.Marc Reilly2012-04-01
|/
* Merge remote-tracking branch 'regmap/topic/bulk' into regmap-nextMark Brown2012-03-14
|\
| * regmap: add regmap_bulk_write() for register writeLaxman Dewangan2012-02-14
| * regmap: Support for caching in reg_raw_write()Laxman Dewangan2012-02-11
* | Merge remote-tracking branch 'regmap/topic/introspection' into regmap-nextMark Brown2012-03-14
|\ \
| * | regmap: Allow users to query the size of register valuesMark Brown2012-02-20
| |/
* | Merge remote-tracking branch 'regmap/topic/drivers' into regmap-nextMark Brown2012-03-14
|\ \
| * \ Merge branch 'topic/patch' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Mark Brown2012-02-20
| |\ \
| | * | regmap: Fix kcalloc parameters swappedAxel Lin2012-02-10
| | * | regmap: Support register patch setsMark Brown2012-01-23
| * | | Merge branch 'topic/devm' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2012-02-20
| |\ \ \ | | |_|/ | |/| |
| * | | regmap: Reset cache status when reinitialsing the cacheMark Brown2012-01-20
| | |/ | |/|
* | | Merge remote-tracking branches 'regmap/topic/core' and 'regmap/topic/devm' in...Mark Brown2012-03-14
|\ \ \ | | |/ | |/|
| * | regmap: Implement managed regmap_init()Mark Brown2012-01-30
| |/
* | regmap: Fix future missing prototype of devres_alloc() and friendsStephen Warren2012-03-11
* | regmap: delete unused module.h from drivers/base/regmap filesPaul Gortmaker2012-03-01
* | regmap: Support raw reads from cached registersMark Brown2012-02-21
* | regmap: Implement support for 32 bit registers and valuesMark Brown2012-02-17
* | regmap: if format_write is used, declare all registers as "unreadable"Wolfram Sang2012-01-30
* | regmap: Properly round reg_bytes and val_bytesWolfram Sang2012-01-29
* | regmap: Add support for 2/6 register formatingWolfram Sang2012-01-27
* | regmap: Reset device debugfs when reinitialising the cacheMark Brown2012-01-26
* | regmap: Add support for padding between register and addressMark Brown2012-01-20
|/
* Merge branch 'topic/cache' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Mark Brown2011-12-05
|\
| * regmap: Allow drivers to reinitialise the register cache at runtimeMark Brown2011-12-05
* | regmap: Allow regmap_update_bits() users to detect changesMark Brown2011-11-29
* | regmap: Do debugfs init before cache initMark Brown2011-11-21
* | regmap: Suppress noop writes in regmap_update_bits()Mark Brown2011-11-20
* | regmap: Add support for 10/14 register formatingLars-Peter Clausen2011-11-16
* | regmap: Try cached read before checking if a hardware read is possibleLars-Peter Clausen2011-11-16
* | regmap: Move initialization of regcache related fields to regcache_initLars-Peter Clausen2011-11-16
* | regmap: return ERR_PTR instead of NULL in regmap_initLars-Peter Clausen2011-11-14
* | regmap: Fix memory leak in regmap_init error pathLars-Peter Clausen2011-11-10