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