summaryrefslogtreecommitdiffstats
path: root/include/linux/regmap.h
diff options
context:
space:
mode:
authorMark Brown2012-03-14 14:14:24 +0100
committerMark Brown2012-03-14 14:14:24 +0100
commit4a6be7bb7474500a69f6d8f25899b8038491bdbb (patch)
treea2645b0f707fcf1ea94a9e7ef7a59b298fb5ecac /include/linux/regmap.h
parentMerge remote-tracking branch 'regmap/topic/drivers' into regmap-next (diff)
parentregmap: Fix rbtree block base in sync (diff)
downloadkernel-qcow2-linux-4a6be7bb7474500a69f6d8f25899b8038491bdbb.tar.gz
kernel-qcow2-linux-4a6be7bb7474500a69f6d8f25899b8038491bdbb.tar.xz
kernel-qcow2-linux-4a6be7bb7474500a69f6d8f25899b8038491bdbb.zip
Merge remote-tracking branches 'regmap/topic/patch' and 'regmap/topic/sync' into regmap-next
Diffstat (limited to 'include/linux/regmap.h')
-rw-r--r--include/linux/regmap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/regmap.h b/include/linux/regmap.h
index 56ca477d5098..bb13efc4b906 100644
--- a/include/linux/regmap.h
+++ b/include/linux/regmap.h
@@ -158,6 +158,8 @@ int regmap_update_bits_check(struct regmap *map, unsigned int reg,
bool *change);
int regcache_sync(struct regmap *map);
+int regcache_sync_region(struct regmap *map, unsigned int min,
+ unsigned int max);
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);