summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regmap.c
AgeCommit message (Expand)AuthorLines
2012-05-09regmap: fix possible memory corruption in regmap_bulk_read()Laxman Dewangan-1/+3
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
2011-11-21regmap: Do debugfs init before cache initMark Brown-2/+2
2011-11-20regmap: Suppress noop writes in regmap_update_bits()Mark Brown-4/+5
2011-11-16regmap: Add support for 10/14 register formatingLars-Peter Clausen-0/+20
2011-11-16regmap: Try cached read before checking if a hardware read is possibleLars-Peter Clausen-3/+3
2011-11-16regmap: Move initialization of regcache related fields to regcache_initLars-Peter Clausen-7/+1
2011-11-14regmap: return ERR_PTR instead of NULL in regmap_initLars-Peter Clausen-1/+1
2011-11-10regmap: Fix memory leak in regmap_init error pathLars-Peter Clausen-1/+3
2011-11-09regmap: Support some more block operations on cached devicesLars-Peter Clausen-1/+3
2011-11-09regmap: Add helper function for checking if a register range is volatileLars-Peter Clausen-13/+16
2011-11-08Merge branches 'regmap/irq' and 'regmap/cache' into regmap-nextMark Brown-1/+3
2011-11-08regmap: Track if the register cache is dirty and suppress unneeded syncsMark Brown-1/+3
2011-11-08regmap: Fix typo in kerneldoc for regmap_update_bits()Mark Brown-1/+1
2011-10-13regmap: Support some block operations on cached devicesMark Brown-8/+26
2011-10-10regmap: Warn on raw I/O as well as bulk reads that bypass cacheMark Brown-0/+4
2011-09-29regmap: Make _regmap_write() globalDimitris Papastamos-2/+2
2011-09-19regmap: Incorporate the regcache core into regmapDimitris Papastamos-0/+31
2011-09-05regmap: Add support for device specific write and read flag masks.Lars-Peter Clausen-3/+12
2011-09-05Merge branch 'regmap-linus' into regmap-nextMark Brown-4/+1
2011-09-05regmap: Remove bitrotted module_put()sMark Brown-4/+1
2011-08-14regmap: Add functions to check for access on registersMark Brown-0/+44
2011-08-08regmap: Skip precious registers when dumping registers via debugfsMark Brown-0/+1
2011-08-08regmap: Provide register map dump via debugfsMark Brown-0/+11
2011-08-08regmap: Use a local header for API internalsMark Brown-28/+1
2011-08-08regmap: Implement writable register checksMark Brown-0/+7