]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/regmap.h
regmap: core: Provide regmap_can_raw_write() operation
[karo-tx-linux.git] / include / linux / regmap.h
index bf77dfdabef9559b021503b9163fd548ac8553de..02d84e24b7c2083ff1a4ddf13a1b2ac7ad663261 100644 (file)
@@ -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,