aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/regmap.h
diff options
context:
space:
mode:
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 860739a8a6d..5ff7d44730e 100644
--- a/include/linux/regmap.h
+++ b/include/linux/regmap.h
@@ -145,6 +145,8 @@ int regmap_update_bits_check(struct regmap *map, unsigned int reg,
145 bool *change); 145 bool *change);
146 146
147int regcache_sync(struct regmap *map); 147int regcache_sync(struct regmap *map);
148int regcache_sync_region(struct regmap *map, unsigned int min,
149 unsigned int max);
148void regcache_cache_only(struct regmap *map, bool enable); 150void regcache_cache_only(struct regmap *map, bool enable);
149void regcache_cache_bypass(struct regmap *map, bool enable); 151void regcache_cache_bypass(struct regmap *map, bool enable);
150void regcache_mark_dirty(struct regmap *map); 152void regcache_mark_dirty(struct regmap *map);