diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-04-16 19:05:46 +0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-04-16 19:05:46 +0400 |
commit | 5b3b44847590b3cbaafdf01d4ad260fa53d04167 (patch) | |
tree | af353c62902fce0cb8c1205da0977346bd2c915f /include | |
parent | b508c80c553c03baf5c9ad5612ac8caceb13c5f4 (diff) | |
parent | 5a08d15602987bbdff3407d7645f95b7a70f1a6f (diff) | |
download | linux-5b3b44847590b3cbaafdf01d4ad260fa53d04167.tar.xz |
Merge remote-tracking branch 'regmap/topic/cache' into regmap-next
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/regmap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/regmap.h b/include/linux/regmap.h index bf77dfdabef9..02d84e24b7c2 100644 --- a/include/linux/regmap.h +++ b/include/linux/regmap.h @@ -389,6 +389,7 @@ int regmap_update_bits_check(struct regmap *map, unsigned int reg, bool *change); int regmap_get_val_bytes(struct regmap *map); int regmap_async_complete(struct regmap *map); +bool regmap_can_raw_write(struct regmap *map); int regcache_sync(struct regmap *map); int regcache_sync_region(struct regmap *map, unsigned int min, |