summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regmap.c
AgeCommit message (Expand)AuthorLines
2012-08-04regmap: Don't lock in regmap_reinit_cache()Dimitris Papastamos-9/+4
2012-07-22Merge branches 'regmap-core', 'regmap-irq' and 'regmap-page' into regmap-nextMark Brown-15/+211
2012-07-06regmap: Add hook for printk logging for debugging during early initMark Brown-0/+23
2012-06-19regmap: Fix work_buf switching for page update during virtual range access.Krystian Garbaciak-2/+3
2012-06-17regmap: Add support for register indirect addressing.Krystian Garbaciak-5/+196
2012-06-17regmap: Move lock out from internal function _regmap_update_bits().Krystian Garbaciak-8/+14
2012-06-08regmap: Export regmap_reinit_cache()Mark Brown-0/+1
2012-06-03regmap: Fix the size calculation for map->format.buf_sizeFabio Estevam-2/+2
2012-06-03regmap: clean up debugfs if regmap_init failsStephen Warren-2/+3
2012-06-03regmap: allow busses to request formatting with specific endiannessStephen Warren-11/+90
2012-05-13Merge branches 'regmap-core', 'regmap-stride', 'regmap-mmio' and 'regmap-irq'...Mark Brown-34/+193
2012-05-12Merge tag 'regmap-3.4' into regmap-strideMark Brown-1/+3
2012-05-09regmap: fix possible memory corruption in regmap_bulk_read()Laxman Dewangan-1/+3
2012-05-08regmap: Implement dev_get_regmap()Mark Brown-1/+60
2012-04-30regmap: Devices using format_write don't support bulk operationsMark Brown-0/+3
2012-04-30regmap: Converts group operation into single read write operationsAshish Jangam-4/+36
2012-04-30regmap: Cache single values read from the chipMark Brown-0/+3
2012-04-10regmap: implement register stridingStephen Warren-4/+26
2012-04-10Merge branches 'regmap-core', 'regmap-mmio' and 'regmap-naming' into regmap-s...Mark Brown-36/+103
2012-04-10regmap: allow regmap instances to be namedStephen Warren-2/+2
2012-04-07regmap: validate regmap_raw_read/write val_lenStephen Warren-0/+6
2012-04-06regmap: introduce fast_io busses, and use a spinlock for themStephen Warren-17/+45
2012-04-06regmap: introduce explicit bus_context for bus callbacksStephen Warren-6/+13
2012-04-01regmap: Use pad_bits and reg_bits when determining register format.Marc Reilly-12/+15
2012-04-01regmap: Add support for device with 24 data bits.Marc Reilly-0/+23
2012-03-14Merge remote-tracking branch 'regmap/topic/bulk' into regmap-nextMark Brown-5/+71
2012-03-14Merge remote-tracking branch 'regmap/topic/introspection' into regmap-nextMark Brown-0/+15
2012-03-14Merge remote-tracking branch 'regmap/topic/drivers' into regmap-nextMark Brown-0/+61
2012-03-14Merge remote-tracking branches 'regmap/topic/core' and 'regmap/topic/devm' in...Mark Brown-0/+39
2012-03-11regmap: Fix future missing prototype of devres_alloc() and friendsStephen Warren-0/+1
2012-03-01regmap: delete unused module.h from drivers/base/regmap filesPaul Gortmaker-1/+1
2012-02-21regmap: Support raw reads from cached registersMark Brown-6/+22
2012-02-20Merge branch 'topic/patch' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Mark Brown-0/+58
2012-02-20Merge branch 'topic/devm' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown-0/+39
2012-02-20regmap: Allow users to query the size of register valuesMark Brown-0/+15
2012-02-17regmap: Implement support for 32 bit registers and valuesMark Brown-0/+24
2012-02-14regmap: add regmap_bulk_write() for register writeLaxman Dewangan-0/+50
2012-02-11regmap: Support for caching in reg_raw_write()Laxman Dewangan-5/+21
2012-02-10regmap: Fix kcalloc parameters swappedAxel Lin-1/+1
2012-01-30regmap: Implement managed regmap_init()Mark Brown-0/+39
2012-01-30regmap: if format_write is used, declare all registers as "unreadable"Wolfram Sang-2/+5
2012-01-29regmap: Properly round reg_bytes and val_bytesWolfram Sang-2/+2
2012-01-27regmap: Add support for 2/6 register formatingWolfram Sang-0/+18
2012-01-26regmap: Reset device debugfs when reinitialising the cacheMark Brown-0/+3
2012-01-23regmap: Support register patch setsMark Brown-0/+58
2012-01-20regmap: Reset cache status when reinitialsing the cacheMark Brown-0/+3
2012-01-20regmap: Add support for padding between register and addressMark Brown-11/+21
2011-12-05Merge branch 'topic/cache' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Mark Brown-0/+33
2011-12-05regmap: Allow drivers to reinitialise the register cache at runtimeMark Brown-0/+33
2011-11-29regmap: Allow regmap_update_bits() users to detect changesMark Brown-13/+45