aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/regmap.h
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2012-03-14 09:13:25 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-03-14 09:13:25 -0400
commit7d9aca39dcacd2b3f42e2e287162329f410f93e1 (patch)
tree2907b680b2b7625226f46d23d74ccc9c58ad0362 /include/linux/regmap.h
parente1c1c69c8fc7656c33460c8e085ac0d0be22ac3b (diff)
parenta0cc0209abb9fe2b9ab71aa41be70eddd0cbdd61 (diff)
Merge remote-tracking branch 'regmap/topic/drivers' into regmap-next
Resolved simple add/add conflicts: drivers/base/regmap/internal.h drivers/base/regmap/regmap.c
Diffstat (limited to 'include/linux/regmap.h')
-rw-r--r--include/linux/regmap.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/regmap.h b/include/linux/regmap.h
index 5b0908a7f5b..56ca477d509 100644
--- a/include/linux/regmap.h
+++ b/include/linux/regmap.h
@@ -162,6 +162,9 @@ void regcache_cache_only(struct regmap *map, bool enable);
162void regcache_cache_bypass(struct regmap *map, bool enable); 162void regcache_cache_bypass(struct regmap *map, bool enable);
163void regcache_mark_dirty(struct regmap *map); 163void regcache_mark_dirty(struct regmap *map);
164 164
165int regmap_register_patch(struct regmap *map, const struct reg_default *regs,
166 int num_regs);
167
165/** 168/**
166 * Description of an IRQ for the generic regmap irq_chip. 169 * Description of an IRQ for the generic regmap irq_chip.
167 * 170 *