Merge remote-tracking branch 'regmap/topic/multi' into regmap-next
This commit is contained in:
commit
18f513db93
2 changed files with 43 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue