aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/regmap.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-14Merge remote-tracking branch 'regmap/topic/no-bus' into regmap-nextMark Brown1-1/+17
2013-02-14Merge remote-tracking branch 'regmap/topic/mmio' into regmap-nextMark Brown1-6/+41
2013-02-14Merge remote-tracking branch 'regmap/topic/irq' into regmap-nextMark Brown1-0/+1
2013-02-14Merge remote-tracking branch 'regmap/topic/flat' into regmap-nextMark Brown1-1/+2
2013-02-14regmap: mmio: add register clock supportPhilipp Zabel1-6/+41
2013-01-29regmap: Add asynchronous I/O supportMark Brown1-0/+28
2013-01-29regmap: Add "no-bus" option for regmap APIAndrey Smirnov1-1/+17
2013-01-04regmap: irq: Support wake IRQ mask inversionMark Brown1-0/+1
2013-01-02regmap: flat: Add flat cache typeMark Brown1-1/+2
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