Merge remote-tracking branch 'regmap/topic/bulk' into regmap-next
This commit is contained in:
commit
addfd8a09e
3 changed files with 78 additions and 5 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue