aboutsummaryrefslogtreecommitdiff
path: root/include/linux/regmap.h
AgeCommit message (Expand)Author
2012-07-22Merge branches 'regmap-core', 'regmap-irq' and 'regmap-page' into regmap-nextMark Brown
2012-06-17regmap: Add support for register indirect addressing.Krystian Garbaciak
2012-06-13regmap: Remove warning on stubbed dev_get_regmap()Mark Brown
2012-06-05regmap: Implement support for wake IRQsMark Brown
2012-06-03regmap: Constify regmap_irq_chipMark Brown
2012-06-03regmap: allow busses to request formatting with specific endiannessStephen Warren
2012-05-14regmap: add support for non contiguous status to regmap-irqGraeme Gregory
2012-05-13regmap: Convert regmap_irq to use irq_domainMark Brown
2012-05-13Merge branches 'regmap-core', 'regmap-stride', 'regmap-mmio' and 'regmap-irq'...Mark Brown
2012-05-08regmap: Implement dev_get_regmap()Mark Brown
2012-04-30regmap: Converts group operation into single read write operationsAshish Jangam
2012-04-10regmap: implement register stridingStephen Warren
2012-04-10Merge branches 'regmap-core', 'regmap-mmio' and 'regmap-naming' into regmap-s...Mark Brown
2012-04-10regmap: allow regmap instances to be namedStephen Warren
2012-04-06regmap: add MMIO bus supportStephen Warren
2012-04-06regmap: introduce fast_io busses, and use a spinlock for themStephen Warren
2012-04-06regmap: introduce explicit bus_context for bus callbacksStephen Warren
2012-03-24Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2012-03-16device.h: audit and cleanup users in main include dirPaul Gortmaker
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-11regmap: Rejig struct declarations for stubbed APIMark Brown
2012-03-01regmap: Add stub for regcache_sync_region()Mark Brown
2012-02-24regmap: Allow drivers to sync only part of the register cacheMark Brown
2012-02-20Merge branch 'topic/patch' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Mark Brown
2012-02-20regmap: Allow users to query the size of register valuesMark Brown
2012-02-17regmap: Add stub regmap calls as a build crutch for infrastructure usersMark Brown
2012-02-14regmap: add regmap_bulk_write() for register writeLaxman Dewangan
2012-01-30regmap: Implement managed regmap_init()Mark Brown
2012-01-23regmap: Support register patch setsMark Brown
2012-01-20regmap: Add support for padding between register and addressMark 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-29regmap: Allow regmap_update_bits() users to detect changesMark Brown
2011-11-20regmap: Remove indexed cache typeMark Brown
2011-11-16regmap: Make reg_config reg_defaults constLars-Peter Clausen
2011-11-08Merge branches 'regmap/irq' and 'regmap/cache' into regmap-nextMark Brown
2011-11-08regmap: Rename LZO cache type to compressedMark Brown
2011-11-08regmap: Track if the register cache is dirty and suppress unneeded syncsMark Brown
2011-11-08regmap: Add a reusable irq_chip for regmap based interrupt controllersMark Brown
2011-10-31include: replace linux/module.h with "struct module" wherever possiblePaul Gortmaker
2011-09-30regmap: Implement regcache_cache_bypass helper functionDimitris Papastamos
2011-09-19regmap: Allow drivers to control cache_only flagMark Brown
2011-09-19regmap: Prototype regcache_sync()Mark Brown
2011-09-19regmap: Add the LZO cache supportDimitris Papastamos