aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/regmap.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-11Merge remote-tracking branch 'regmap/topic/table' into regmap-nextMark Brown1-11/+72
2012-12-11Merge remote-tracking branch 'regmap/topic/lock' into regmap-nextMark Brown1-1/+15
2012-12-11Merge remote-tracking branch 'regmap/topic/domain' into regmap-nextMark Brown1-0/+2
2012-11-21regmap: introduce tables for readable/writeable/volatile/precious checksDavide Ciminaghi1-11/+72
2012-11-21Merge branch 'topic/lock' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into regmap-tableMark Brown1-1/+15
2012-10-17regmap: make lock/unlock functions customizableDavide Ciminaghi1-1/+15
2012-10-15regmap: Allow ranges to be namedMark Brown1-0/+4
2012-10-15regmap: Rename n_ranges to num_rangesMark Brown1-1/+1
2012-10-15regmap: irq: Allow users to retrieve the irq_domainMark Brown1-0/+2
2012-08-30regmap: irq: Add mask invert flag for enable registerXiaofan Tian1-0/+1
2012-08-07regmap: irq: Enable devices for runtime PM while handling interruptsMark Brown1-0/+2
2012-07-22Merge branches 'regmap-core', 'regmap-irq' and 'regmap-page' into regmap-nextMark Brown1-0/+41
2012-06-17regmap: Add support for register indirect addressing.Krystian Garbaciak1-0/+39
2012-06-13regmap: Remove warning on stubbed dev_get_regmap()Mark Brown1-1/+0
2012-06-05regmap: Implement support for wake IRQsMark Brown1-0/+2
2012-06-03regmap: Constify regmap_irq_chipMark Brown1-1/+1
2012-06-03regmap: allow busses to request formatting with specific endiannessStephen Warren1-0/+25
2012-05-14regmap: add support for non contiguous status to regmap-irqGraeme Gregory1-0/+2
2012-05-13regmap: Convert regmap_irq to use irq_domainMark Brown1-0/+1
2012-05-13Merge branches 'regmap-core', 'regmap-stride', 'regmap-mmio' and 'regmap-irq' into regmap-nextMark Brown1-3/+38
2012-05-08regmap: Implement dev_get_regmap()Mark Brown1-0/+8
2012-04-30regmap: Converts group operation into single read write operationsAshish Jangam1-0/+5
2012-04-10regmap: implement register stridingStephen Warren1-0/+4
2012-04-10Merge branches 'regmap-core', 'regmap-mmio' and 'regmap-naming' into regmap-strideMark Brown1-3/+21
2012-04-10regmap: allow regmap instances to be namedStephen Warren1-0/+5
2012-04-06regmap: add MMIO bus supportStephen Warren1-0/+6
2012-04-06regmap: introduce fast_io busses, and use a spinlock for themStephen Warren1-0/+3
2012-04-06regmap: introduce explicit bus_context for bus callbacksStephen Warren1-3/+7
2012-03-24Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-1/+1
2012-03-16device.h: audit and cleanup users in main include dirPaul Gortmaker1-1/+1
2012-03-14Merge remote-tracking branch 'regmap/topic/bulk' into regmap-nextMark Brown1-0/+2
2012-03-14Merge remote-tracking branch 'regmap/topic/introspection' into regmap-nextMark Brown1-0/+1
2012-03-14Merge remote-tracking branches 'regmap/topic/patch' and 'regmap/topic/sync' into regmap-nextMark Brown1-0/+2
2012-03-14Merge remote-tracking branch 'regmap/topic/drivers' into regmap-nextMark Brown1-0/+3
2012-03-14Merge remote-tracking branches 'regmap/topic/core' and 'regmap/topic/devm' into regmap-nextMark Brown1-0/+8
2012-03-11regmap: Rejig struct declarations for stubbed APIMark Brown1-2/+3
2012-03-01regmap: Add stub for regcache_sync_region()Mark Brown1-0/+7
2012-02-24regmap: Allow drivers to sync only part of the register cacheMark Brown1-0/+2
2012-02-20Merge branch 'topic/patch' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into regmap-driversMark Brown1-0/+3
2012-02-20regmap: Allow users to query the size of register valuesMark Brown1-0/+1
2012-02-17regmap: Add stub regmap calls as a build crutch for infrastructure usersMark Brown1-0/+106
2012-02-14regmap: add regmap_bulk_write() for register writeLaxman Dewangan1-0/+2
2012-01-30regmap: Implement managed regmap_init()Mark Brown1-0/+8
2012-01-23regmap: Support register patch setsMark Brown1-0/+3
2012-01-20regmap: Add support for padding between register and addressMark Brown1-0/+2
2011-12-05Merge branch 'regmap/irq' into regmap-nextMark Brown1-0/+1
2011-12-05regmap: Add irq_base accessor to regmap_irqMark Brown1-0/+1
2011-12-05Merge branch 'topic/cache' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into regmap-nextMark Brown1-0/+2
2011-12-05regmap: Allow drivers to reinitialise the register cache at runtimeMark Brown1-0/+2
2011-11-29regmap: Allow regmap_update_bits() users to detect changesMark Brown1-0/+3