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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/regmap.h b/include/linux/regmap.h
index 81dfe0acb20c..a83e4a097abd 100644
--- a/include/linux/regmap.h
+++ b/include/linux/regmap.h
@@ -138,6 +138,9 @@ int regmap_bulk_read(struct regmap *map, unsigned int reg, void *val,
138 size_t val_count); 138 size_t val_count);
139int regmap_update_bits(struct regmap *map, unsigned int reg, 139int regmap_update_bits(struct regmap *map, unsigned int reg,
140 unsigned int mask, unsigned int val); 140 unsigned int mask, unsigned int val);
141int regmap_update_bits_check(struct regmap *map, unsigned int reg,
142 unsigned int mask, unsigned int val,
143 bool *change);
141 144
142int regcache_sync(struct regmap *map); 145int regcache_sync(struct regmap *map);
143void regcache_cache_only(struct regmap *map, bool enable); 146void regcache_cache_only(struct regmap *map, bool enable);