Merge branch 'topic/cache' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into regmap-next
This commit is contained in:
commit
8569d023a0
2 changed files with 35 additions and 0 deletions
|
@ -128,6 +128,8 @@ struct regmap *regmap_init_spi(struct spi_device *dev,
|
|||
const struct regmap_config *config);
|
||||
|
||||
void regmap_exit(struct regmap *map);
|
||||
int regmap_reinit_cache(struct regmap *map,
|
||||
const struct regmap_config *config);
|
||||
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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue