summaryrefslogtreecommitdiffstats
path: root/include/linux/regmap.h
Commit message (Expand)AuthorAgeFilesLines
* regmap: add support for non contiguous status to regmap-irqGraeme Gregory2012-05-141-0/+2
* regmap: Convert regmap_irq to use irq_domainMark Brown2012-05-131-0/+1
*-. Merge branches 'regmap-core', 'regmap-stride', 'regmap-mmio' and 'regmap-irq'...Mark Brown2012-05-131-3/+38
|\ \
| | * regmap: Implement dev_get_regmap()Mark Brown2012-05-081-0/+8
| * | regmap: Converts group operation into single read write operationsAshish Jangam2012-04-301-0/+5
| * | regmap: implement register stridingStephen Warren2012-04-101-0/+4
| * | Merge branches 'regmap-core', 'regmap-mmio' and 'regmap-naming' into regmap-s...Mark Brown2012-04-101-3/+21
|/|\ \ | | |/ | |/|
| | * regmap: allow regmap instances to be namedStephen Warren2012-04-101-0/+5
| |/ |/|
| * regmap: add MMIO bus supportStephen Warren2012-04-061-0/+6
| * regmap: introduce fast_io busses, and use a spinlock for themStephen Warren2012-04-061-0/+3
| * regmap: introduce explicit bus_context for bus callbacksStephen Warren2012-04-061-3/+7
|/
* Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2012-03-241-1/+1
|\
| * device.h: audit and cleanup users in main include dirPaul Gortmaker2012-03-161-1/+1
* | Merge remote-tracking branch 'regmap/topic/bulk' into regmap-nextMark Brown2012-03-141-0/+2
|\ \
| * | regmap: add regmap_bulk_write() for register writeLaxman Dewangan2012-02-141-0/+2
| |/
* | Merge remote-tracking branch 'regmap/topic/introspection' into regmap-nextMark Brown2012-03-141-0/+1
|\ \
| * | regmap: Allow users to query the size of register valuesMark Brown2012-02-201-0/+1
| |/
* | Merge remote-tracking branches 'regmap/topic/patch' and 'regmap/topic/sync' i...Mark Brown2012-03-141-0/+2
|\ \
| * | regmap: Allow drivers to sync only part of the register cacheMark Brown2012-02-241-0/+2
* | | Merge remote-tracking branch 'regmap/topic/drivers' into regmap-nextMark Brown2012-03-141-0/+3
|\ \ \
| * | | Merge branch 'topic/patch' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Mark Brown2012-02-201-0/+3
| |\| |
| | * | regmap: Support register patch setsMark Brown2012-01-231-0/+3
| | |/
* | | Merge remote-tracking branches 'regmap/topic/core' and 'regmap/topic/devm' in...Mark Brown2012-03-141-0/+8
|\| |
| * | regmap: Implement managed regmap_init()Mark Brown2012-01-301-0/+8
| |/
* | regmap: Rejig struct declarations for stubbed APIMark Brown2012-03-111-2/+3
* | regmap: Add stub for regcache_sync_region()Mark Brown2012-03-011-0/+7
* | regmap: Add stub regmap calls as a build crutch for infrastructure usersMark Brown2012-02-171-0/+106
* | regmap: Add support for padding between register and addressMark Brown2012-01-201-0/+2
|/
* Merge branch 'regmap/irq' into regmap-nextMark Brown2011-12-051-0/+1
|\
| * regmap: Add irq_base accessor to regmap_irqMark Brown2011-12-051-0/+1
* | Merge branch 'topic/cache' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Mark Brown2011-12-051-0/+2
|\ \
| * | regmap: Allow drivers to reinitialise the register cache at runtimeMark Brown2011-12-051-0/+2
* | | regmap: Allow regmap_update_bits() users to detect changesMark Brown2011-11-291-0/+3
* | | regmap: Remove indexed cache typeMark Brown2011-11-201-1/+0
* | | regmap: Make reg_config reg_defaults constLars-Peter Clausen2011-11-161-1/+1
| | |
| \ \
*-. | | Merge branches 'regmap/irq' and 'regmap/cache' into regmap-nextMark Brown2011-11-081-1/+49
|\ \| | | | |/ | |/|
| | * regmap: Rename LZO cache type to compressedMark Brown2011-11-081-1/+1
| | * regmap: Track if the register cache is dirty and suppress unneeded syncsMark Brown2011-11-081-0/+1
| |/ |/|
| * regmap: Add a reusable irq_chip for regmap based interrupt controllersMark Brown2011-11-081-0/+47
|/
* include: replace linux/module.h with "struct module" wherever possiblePaul Gortmaker2011-10-311-1/+1
* regmap: Implement regcache_cache_bypass helper functionDimitris Papastamos2011-09-301-0/+1
* regmap: Allow drivers to control cache_only flagMark Brown2011-09-191-0/+2
* regmap: Prototype regcache_sync()Mark Brown2011-09-191-0/+1
* regmap: Add the LZO cache supportDimitris Papastamos2011-09-191-0/+1
* regmap: Add the rbtree cache supportDimitris Papastamos2011-09-191-0/+1
* regmap: Add the indexed cache supportDimitris Papastamos2011-09-191-0/+1
* regmap: Introduce caching supportDimitris Papastamos2011-09-191-1/+14
* regmap: Add support for device specific write and read flag masks.Lars-Peter Clausen2011-09-051-0/+9
* regmap: Remove redundant owner field from the bus type structMark Brown2011-09-051-3/+0
* Merge branch 'regmap-interface' into regmap-nextMark Brown2011-08-211-2/+22
|\