aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regmap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-13Merge branches 'regmap-core', 'regmap-stride', 'regmap-mmio' and 'regmap-irq' into regmap-nextMark Brown1-34/+193
2012-05-12Merge tag 'regmap-3.4' into regmap-strideMark Brown1-1/+3
2012-05-09regmap: fix possible memory corruption in regmap_bulk_read()Laxman Dewangan1-1/+3
2012-05-08regmap: Implement dev_get_regmap()Mark Brown1-1/+60
2012-04-30regmap: Devices using format_write don't support bulk operationsMark Brown1-0/+3
2012-04-30regmap: Converts group operation into single read write operationsAshish Jangam1-4/+36
2012-04-30regmap: Cache single values read from the chipMark Brown1-0/+3
2012-04-10regmap: implement register stridingStephen Warren1-4/+26
2012-04-10Merge branches 'regmap-core', 'regmap-mmio' and 'regmap-naming' into regmap-strideMark Brown1-36/+103
2012-04-10regmap: allow regmap instances to be namedStephen Warren1-2/+2
2012-04-07regmap: validate regmap_raw_read/write val_lenStephen Warren1-0/+6
2012-04-06regmap: introduce fast_io busses, and use a spinlock for themStephen Warren1-17/+45
2012-04-06regmap: introduce explicit bus_context for bus callbacksStephen Warren1-6/+13
2012-04-01regmap: Use pad_bits and reg_bits when determining register format.Marc Reilly1-12/+15
2012-04-01regmap: Add support for device with 24 data bits.Marc Reilly1-0/+23
2012-03-14Merge remote-tracking branch 'regmap/topic/bulk' into regmap-nextMark Brown1-5/+71
2012-03-14Merge remote-tracking branch 'regmap/topic/introspection' into regmap-nextMark Brown1-0/+15
2012-03-14Merge remote-tracking branch 'regmap/topic/drivers' into regmap-nextMark Brown1-0/+61
2012-03-14Merge remote-tracking branches 'regmap/topic/core' and 'regmap/topic/devm' into regmap-nextMark Brown1-0/+39
2012-03-11regmap: Fix future missing prototype of devres_alloc() and friendsStephen Warren1-0/+1
2012-03-01regmap: delete unused module.h from drivers/base/regmap filesPaul Gortmaker1-1/+1
2012-02-21regmap: Support raw reads from cached registersMark Brown1-6/+22
2012-02-20Merge branch 'topic/patch' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into regmap-driversMark Brown1-0/+58
2012-02-20Merge branch 'topic/devm' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into regmap-driversMark Brown1-0/+39
2012-02-20regmap: Allow users to query the size of register valuesMark Brown1-0/+15
2012-02-17regmap: Implement support for 32 bit registers and valuesMark Brown1-0/+24
2012-02-14regmap: add regmap_bulk_write() for register writeLaxman Dewangan1-0/+50
2012-02-11regmap: Support for caching in reg_raw_write()Laxman Dewangan1-5/+21
2012-02-10regmap: Fix kcalloc parameters swappedAxel Lin1-1/+1
2012-01-30regmap: Implement managed regmap_init()Mark Brown1-0/+39
2012-01-30regmap: if format_write is used, declare all registers as "unreadable"Wolfram Sang1-2/+5
2012-01-29regmap: Properly round reg_bytes and val_bytesWolfram Sang1-2/+2
2012-01-27regmap: Add support for 2/6 register formatingWolfram Sang1-0/+18
2012-01-26regmap: Reset device debugfs when reinitialising the cacheMark Brown1-0/+3
2012-01-23regmap: Support register patch setsMark Brown1-0/+58
2012-01-20regmap: Reset cache status when reinitialsing the cacheMark Brown1-0/+3
2012-01-20regmap: Add support for padding between register and addressMark Brown1-11/+21
2011-12-05Merge branch 'topic/cache' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into regmap-nextMark Brown1-0/+33
2011-12-05regmap: Allow drivers to reinitialise the register cache at runtimeMark Brown1-0/+33
2011-11-29regmap: Allow regmap_update_bits() users to detect changesMark Brown1-13/+45
2011-11-21regmap: Do debugfs init before cache initMark Brown1-2/+2
2011-11-20regmap: Suppress noop writes in regmap_update_bits()Mark Brown1-4/+5
2011-11-16regmap: Add support for 10/14 register formatingLars-Peter Clausen1-0/+20
2011-11-16regmap: Try cached read before checking if a hardware read is possibleLars-Peter Clausen1-3/+3
2011-11-16regmap: Move initialization of regcache related fields to regcache_initLars-Peter Clausen1-7/+1
2011-11-14regmap: return ERR_PTR instead of NULL in regmap_initLars-Peter Clausen1-1/+1
2011-11-10regmap: Fix memory leak in regmap_init error pathLars-Peter Clausen1-1/+3
2011-11-09regmap: Support some more block operations on cached devicesLars-Peter Clausen1-1/+3
2011-11-09regmap: Add helper function for checking if a register range is volatileLars-Peter Clausen1-13/+16
2011-11-08Merge branches 'regmap/irq' and 'regmap/cache' into regmap-nextMark Brown1-1/+3