diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/regmap.h | 2 |
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, | |||
158 | bool *change); | 158 | bool *change); |
159 | 159 | ||
160 | int regcache_sync(struct regmap *map); | 160 | int regcache_sync(struct regmap *map); |
161 | int regcache_sync_region(struct regmap *map, unsigned int min, | ||
162 | unsigned int max); | ||
161 | void regcache_cache_only(struct regmap *map, bool enable); | 163 | void regcache_cache_only(struct regmap *map, bool enable); |
162 | void regcache_cache_bypass(struct regmap *map, bool enable); | 164 | void regcache_cache_bypass(struct regmap *map, bool enable); |
163 | void regcache_mark_dirty(struct regmap *map); | 165 | void regcache_mark_dirty(struct regmap *map); |