Merge remote-tracking branch 'regmap/topic/multi' into regmap-next

This commit is contained in:
Mark Brown 2013-10-28 13:01:34 -07:00
commit 18f513db93
2 changed files with 43 additions and 0 deletions

View file

@ -379,6 +379,8 @@ 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_multi_reg_write(struct regmap *map, struct reg_default *regs,
int num_regs);
int regmap_raw_write_async(struct regmap *map, unsigned int reg,
const void *val, size_t val_len);
int regmap_read(struct regmap *map, unsigned int reg, unsigned int *val);