summaryrefslogtreecommitdiffstats
path: root/include/linux/regmap.h
diff options
context:
space:
mode:
authorMark Brown2012-02-20 22:21:33 +0100
committerMark Brown2012-02-20 22:21:33 +0100
commitaca1e172a1096ed3785e0da01d82943b7562527c (patch)
tree0826c140b4e31acd7f8546727498dd849f099ba6 /include/linux/regmap.h
parentMerge branch 'topic/devm' of git://git.kernel.org/pub/scm/linux/kernel/git/br... (diff)
parentregmap: Fix kcalloc parameters swapped (diff)
downloadkernel-qcow2-linux-aca1e172a1096ed3785e0da01d82943b7562527c.tar.gz
kernel-qcow2-linux-aca1e172a1096ed3785e0da01d82943b7562527c.tar.xz
kernel-qcow2-linux-aca1e172a1096ed3785e0da01d82943b7562527c.zip
Merge branch 'topic/patch' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into regmap-drivers
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 195db51ec79b..4a957fdb46f1 100644
--- a/include/linux/regmap.h
+++ b/include/linux/regmap.h
@@ -157,6 +157,9 @@ void regcache_cache_only(struct regmap *map, bool enable);
void regcache_cache_bypass(struct regmap *map, bool enable);
void regcache_mark_dirty(struct regmap *map);
+int regmap_register_patch(struct regmap *map, const struct reg_default *regs,
+ int num_regs);
+
/**
* Description of an IRQ for the generic regmap irq_chip.
*