aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-24Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds5-0/+5
2012-03-23bitops: remove for_each_set_bit_cont()Akinobu Mita1-1/+1
2012-03-14Merge remote-tracking branch 'regmap/topic/bulk' into regmap-nextMark Brown2-5/+76
2012-03-14Merge remote-tracking branch 'regmap/topic/introspection' into regmap-nextMark Brown1-0/+15
2012-03-14Merge remote-tracking branches 'regmap/topic/patch' and 'regmap/topic/sync' into regmap-nextMark Brown4-25/+81
2012-03-14Merge remote-tracking branch 'regmap/topic/drivers' into regmap-nextMark Brown3-2/+80
2012-03-14Merge remote-tracking branches 'regmap/topic/core' and 'regmap/topic/devm' into regmap-nextMark Brown3-0/+73
2012-03-11device.h: cleanup users outside of linux/include (C files)Paul Gortmaker6-0/+6
2012-03-11regmap: Fix future missing prototype of devres_alloc() and friendsStephen Warren1-0/+1
2012-03-05regmap: Fix rbtree block base in syncMark Brown1-1/+1
2012-03-05regcache: Make sure we sync register 0 in an rbtree cacheMark Brown1-1/+1
2012-03-01regmap: delete unused module.h from drivers/base/regmap filesPaul Gortmaker2-2/+1
2012-02-27regmap: Fix x86_64 breakageMark Brown1-1/+1
2012-02-24regmap: Allow drivers to sync only part of the register cacheMark Brown1-0/+45
2012-02-24regmap: Supply ranges to the sync operationsMark Brown4-7/+32
2012-02-23regmap: Add tracepoints for cache only and cache bypassMark Brown1-0/+2
2012-02-23regmap: Mark the cache as clean after a successful syncMark Brown1-0/+3
2012-02-23regmap: Remove default cache sync implementationMark Brown1-19/+2
2012-02-23regmap: Skip hardware defaults for LZO cachesMark Brown1-0/+6
2012-02-22regmap: Expose the driver name in debugfsDimitris Papastamos1-0/+32
2012-02-22regmap: Add support for writing to regmap registers via debugfsDimitris Papastamos1-0/+42
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 Brown3-0/+75
2012-02-20Merge branch 'topic/devm' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into regmap-driversMark Brown3-0/+73
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 Brown2-0/+35
2012-02-17regmap: Bypassing cache when initializing cacheLaxman Dewangan1-0/+5
2012-02-15regmap: Fix cache defaults initialization from raw cache defaultsLars-Peter Clausen1-2/+2
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-02-06regmap: Add debugfs information for the cache statusMark Brown1-0/+9
2012-02-06regmap: Don't use bitfields for booleansMark Brown1-4/+4
2012-01-31regmap: Remove incorrect unreachable comment in regcache_set_val()Axel Lin1-1/+0
2012-01-30regmap: Implement managed regmap_init()Mark Brown3-0/+73
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-25regmap: Bypass the cache when applying patchesMark Brown1-0/+2
2012-01-25regmap: Skip patch application when the cache is not dirty on syncMark Brown1-2/+3
2012-01-25regmap: Unexport regcache_write() and regcache_read()Mark Brown1-2/+0
2012-01-23regmap: Support register patch setsMark Brown3-0/+72
2012-01-20regmap: Reset cache status when reinitialsing the cacheMark Brown1-0/+3
2012-01-20regmap: Add support for padding between register and addressMark Brown2-11/+22
2011-12-05Merge branch 'regmap/irq' into regmap-nextMark Brown1-0/+13
2011-12-05regmap: Add irq_base accessor to regmap_irqMark Brown1-0/+13
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-30regmap: Add trace event for successful cache readsMark Brown1-2/+10