aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-30i2c: Split I2C_M_NOSTART support out of I2C_FUNC_PROTOCOL_MANGLINGMark Brown1-1/+1
2012-05-23regmap: Use select .. if to get IRQ_DOMAIN enabledMark Brown1-0/+1
2012-05-17regmap: Fix typo in IRQ register stridingMark Brown1-1/+1
2012-05-14regmap: add support for non contiguous status to regmap-irqGraeme Gregory1-33/+21
2012-05-13regmap: Convert regmap_irq to use irq_domainMark Brown1-27/+70
2012-05-13Merge branches 'regmap-core', 'regmap-stride', 'regmap-mmio' and 'regmap-irq' into regmap-nextMark Brown12-110/+557
2012-05-13regmap: Pass back the allocated regmap IRQ controller dataMark Brown1-0/+2
2012-05-12Merge tag 'regmap-3.4' into regmap-strideMark Brown1-1/+3
2012-05-09regmap: fix possible memory corruption in regmap_bulk_read()Laxman Dewangan1-1/+3
2012-05-08regmap: Implement dev_get_regmap()Mark Brown2-1/+61
2012-04-30regmap: Devices using format_write don't support bulk operationsMark Brown1-0/+3
2012-04-30regmap: Converts group operation into single read write operationsAshish Jangam2-4/+39
2012-04-30regmap: Cache single values read from the chipMark Brown1-0/+3
2012-04-11regmap: fix compile errors in regmap-irq.c due to stride changesStephen Warren1-1/+4
2012-04-10regmap: implement register stridingStephen Warren8-42/+105
2012-04-10Merge branches 'regmap-core', 'regmap-mmio' and 'regmap-naming' into regmap-strideMark Brown10-66/+373
2012-04-10regmap: fix compilation when !CONFIG_DEBUG_FSStephen Warren1-1/+1
2012-04-10regmap: allow regmap instances to be namedStephen Warren3-6/+15
2012-04-07Merge tag 'regmap-3.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds2-1/+8
2012-04-07regmap: validate regmap_raw_read/write val_lenStephen Warren1-0/+6
2012-04-07regmap: mmio: remove some error checks now in the coreStephen Warren1-6/+0
2012-04-07regmap: mmio: convert some error returns to BUG()Stephen Warren1-8/+8
2012-04-06regmap: add MMIO bus supportStephen Warren3-0/+221
2012-04-06regmap: introduce fast_io busses, and use a spinlock for themStephen Warren4-30/+64
2012-04-06regmap: introduce explicit bus_context for bus callbacksStephen Warren4-16/+30
2012-04-05Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-9/+3
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd1-9/+3
2012-04-04regmap: prevent division by zero in rbtree_showStephen Warren1-1/+7
2012-04-03regmap: Export regcache_sync_region()Mark Brown1-0/+1
2012-04-01regmap: Use pad_bits and reg_bits when determining register format.Marc Reilly2-14/+20
2012-04-01regmap: Add support for device with 24 data bits.Marc Reilly1-0/+23
2012-04-01regmap: rbtree: Fix register default look-up in syncLars-Peter Clausen1-1/+1
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