diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-12-05 08:18:50 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-12-05 08:18:50 -0500 |
commit | 8569d023a0db699c462337d471f7e92163142e37 (patch) | |
tree | 7852eeafa7986edf03b2fab354b4ba2718ee44bd /include/linux/regmap.h | |
parent | bc7ee55633867909bb05e71f957a4d3c1aa1b488 (diff) | |
parent | bf315173359b2f3b8b8ccca4264815e91f30be12 (diff) |
Merge branch 'topic/cache' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into regmap-next
Diffstat (limited to 'include/linux/regmap.h')
-rw-r--r-- | include/linux/regmap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/regmap.h b/include/linux/regmap.h index a83e4a097abd..cfce3a358fbf 100644 --- a/include/linux/regmap.h +++ b/include/linux/regmap.h | |||
@@ -128,6 +128,8 @@ struct regmap *regmap_init_spi(struct spi_device *dev, | |||
128 | const struct regmap_config *config); | 128 | const struct regmap_config *config); |
129 | 129 | ||
130 | void regmap_exit(struct regmap *map); | 130 | void regmap_exit(struct regmap *map); |
131 | int regmap_reinit_cache(struct regmap *map, | ||
132 | const struct regmap_config *config); | ||
131 | int regmap_write(struct regmap *map, unsigned int reg, unsigned int val); | 133 | int regmap_write(struct regmap *map, unsigned int reg, unsigned int val); |
132 | int regmap_raw_write(struct regmap *map, unsigned int reg, | 134 | int regmap_raw_write(struct regmap *map, unsigned int reg, |
133 | const void *val, size_t val_len); | 135 | const void *val, size_t val_len); |