summaryrefslogtreecommitdiff
path: root/drivers/base/regmap
AgeCommit message (Expand)Author
2012-07-12regmap: add support for non contiguous status to regmap-irqGraeme Gregory
2012-05-18regmap: fix possible memory corruption in regmap_bulk_read()Laxman Dewangan
2012-04-18simple_open: automatically convert to simple_open()Stephen Boyd
2012-04-18regmap: fix compile errors in regmap-irq.c due to stride changesStephen Warren
2012-04-18regmap: implement register stridingStephen Warren
2012-04-18regmap: fix compilation when !CONFIG_DEBUG_FSStephen Warren
2012-04-18regmap: allow regmap instances to be namedStephen Warren
2012-04-18regmap: validate regmap_raw_read/write val_lenStephen Warren
2012-04-18regmap: mmio: remove some error checks now in the coreStephen Warren
2012-04-18regmap: mmio: convert some error returns to BUG()Stephen Warren
2012-04-18regmap: add MMIO bus supportStephen Warren
2012-04-18regmap: introduce fast_io busses, and use a spinlock for themStephen Warren
2012-04-18regmap: introduce explicit bus_context for bus callbacksStephen Warren
2012-04-18regmap: Export regcache_sync_region()Mark Brown
2012-04-18regmap: Use pad_bits and reg_bits when determining register format.Marc Reilly
2012-04-18regmap: Add support for device with 24 data bits.Marc Reilly
2012-04-18regmap: rbtree: Fix register default look-up in syncLars-Peter Clausen
2012-04-18bitops: remove for_each_set_bit_cont()Akinobu Mita
2012-04-18regmap: Fix rbtree block base in syncMark Brown
2012-04-18regmap: Fix x86_64 breakageMark Brown
2012-04-18regmap: Supply ranges to the sync operationsMark Brown
2012-04-18regmap: prevent division by zero in rbtree_showStephen Warren
2012-04-07Merge branch '3.4-rc1' into android-tegra-nv-3.3-rebasedVarun Wadekar
2012-03-23regmap: add regmap_update_bits_lazyColin Patrick McCabe
2012-03-20regmap: Bypassing cache when initializing cacheLaxman Dewangan
2012-03-20regmap: add regmap_bulk_write() for register writeLaxman Dewangan
2012-03-20regmap: Support for caching in reg_raw_write()Laxman Dewangan
2012-03-20regmap: Fix kcalloc parameters swappedAxel Lin
2012-03-20regmap: Add debugfs information for the cache statusMark Brown
2012-03-20regmap: Don't use bitfields for booleansMark Brown
2012-03-20regmap: Remove incorrect unreachable comment in regcache_set_val()Axel Lin
2012-03-20regmap: Implement managed regmap_init()Mark Brown
2012-03-20regmap: if format_write is used, declare all registers as "unreadable"Wolfram Sang
2012-03-20regmap: Properly round reg_bytes and val_bytesWolfram Sang
2012-03-20regmap: Add support for 2/6 register formatingWolfram Sang
2012-03-20regmap: Reset device debugfs when reinitialising the cacheMark Brown
2012-03-20regmap: Bypass the cache when applying patchesMark Brown
2012-03-20regmap: Skip patch application when the cache is not dirty on syncMark Brown
2012-03-20regmap: Unexport regcache_write() and regcache_read()Mark Brown
2012-03-20regmap: Support register patch setsMark Brown
2012-03-20regmap: Add support for padding between register and addressMark Brown
2012-02-15regmap: Fix cache defaults initialization from raw cache defaultsLars-Peter Clausen
2012-01-20regmap: Reset cache status when reinitialsing the cacheMark Brown
2011-12-05Merge branch 'regmap/irq' into regmap-nextMark Brown
2011-12-05regmap: Add irq_base accessor to regmap_irqMark 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-30regmap: Add trace event for successful cache readsMark Brown
2011-11-29regmap: Allow regmap_update_bits() users to detect changesMark Brown
2011-11-28Merge remote-tracking branch 'regmap/topic/irq' into regmap-nextMark Brown