summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap
AgeCommit message (Expand)Author
2012-04-07Merge tag 'regmap-3.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2012-04-05Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd
2012-04-04regmap: prevent division by zero in rbtree_showStephen Warren
2012-04-03regmap: Export regcache_sync_region()Mark Brown
2012-04-01regmap: rbtree: Fix register default look-up in syncLars-Peter Clausen
2012-03-24Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2012-03-23bitops: remove for_each_set_bit_cont()Akinobu Mita
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 branches 'regmap/topic/patch' and 'regmap/topic/sync' i...Mark 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-11device.h: cleanup users outside of linux/include (C files)Paul Gortmaker
2012-03-11regmap: Fix future missing prototype of devres_alloc() and friendsStephen Warren
2012-03-05regmap: Fix rbtree block base in syncMark Brown
2012-03-05regcache: Make sure we sync register 0 in an rbtree cacheMark Brown
2012-03-01regmap: delete unused module.h from drivers/base/regmap filesPaul Gortmaker
2012-02-27regmap: Fix x86_64 breakageMark Brown
2012-02-24regmap: Allow drivers to sync only part of the register cacheMark Brown
2012-02-24regmap: Supply ranges to the sync operationsMark Brown
2012-02-23regmap: Add tracepoints for cache only and cache bypassMark Brown
2012-02-23regmap: Mark the cache as clean after a successful syncMark Brown
2012-02-23regmap: Remove default cache sync implementationMark Brown
2012-02-23regmap: Skip hardware defaults for LZO cachesMark Brown
2012-02-22regmap: Expose the driver name in debugfsDimitris Papastamos
2012-02-22regmap: Add support for writing to regmap registers via debugfsDimitris Papastamos
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-17regmap: Bypassing cache when initializing cacheLaxman Dewangan
2012-02-15regmap: Fix cache defaults initialization from raw cache defaultsLars-Peter Clausen
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-02-06regmap: Add debugfs information for the cache statusMark Brown
2012-02-06regmap: Don't use bitfields for booleansMark Brown
2012-01-31regmap: Remove incorrect unreachable comment in regcache_set_val()Axel 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-25regmap: Bypass the cache when applying patchesMark Brown
2012-01-25regmap: Skip patch application when the cache is not dirty on syncMark Brown
2012-01-25regmap: Unexport regcache_write() and regcache_read()Mark Brown
2012-01-23regmap: Support register patch setsMark Brown
2012-01-20regmap: Reset cache status when reinitialsing the cacheMark Brown