]> Pileus Git - ~andy/linux/blobdiff - include/linux/regmap.h
Merge remote-tracking branch 'regmap/topic/bulk' into regmap-next
[~andy/linux] / include / linux / regmap.h
index 398377d893321f4c1c0fa0d6c1c5b723848962f1..5d7e6add0084257b219052ff2f8ab6c2ccc34d28 100644 (file)
@@ -146,6 +146,8 @@ int regmap_reinit_cache(struct regmap *map,
 int regmap_write(struct regmap *map, unsigned int reg, unsigned int val);
 int regmap_raw_write(struct regmap *map, unsigned int reg,
                     const void *val, size_t val_len);
+int regmap_bulk_write(struct regmap *map, unsigned int reg, const void *val,
+                       size_t val_count);
 int regmap_read(struct regmap *map, unsigned int reg, unsigned int *val);
 int regmap_raw_read(struct regmap *map, unsigned int reg,
                    void *val, size_t val_len);