diff options
Diffstat (limited to 'include/linux/regmap.h')
-rw-r--r-- | include/linux/regmap.h | 3 |
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); |
139 | int regmap_update_bits(struct regmap *map, unsigned int reg, | 139 | int regmap_update_bits(struct regmap *map, unsigned int reg, |
140 | unsigned int mask, unsigned int val); | 140 | unsigned int mask, unsigned int val); |
141 | int regmap_update_bits_check(struct regmap *map, unsigned int reg, | ||
142 | unsigned int mask, unsigned int val, | ||
143 | bool *change); | ||
141 | 144 | ||
142 | int regcache_sync(struct regmap *map); | 145 | int regcache_sync(struct regmap *map); |
143 | void regcache_cache_only(struct regmap *map, bool enable); | 146 | void regcache_cache_only(struct regmap *map, bool enable); |