Merge remote-tracking branches 'regmap/topic/patch' and 'regmap/topic/sync' into regmap-next

This commit is contained in:
Mark Brown
2012-03-14 13:14:24 +00:00
5 changed files with 83 additions and 25 deletions

View File

@@ -158,6 +158,8 @@ int regmap_update_bits_check(struct regmap *map, unsigned int reg,
bool *change);
int regcache_sync(struct regmap *map);
int regcache_sync_region(struct regmap *map, unsigned int min,
unsigned int max);
void regcache_cache_only(struct regmap *map, bool enable);
void regcache_cache_bypass(struct regmap *map, bool enable);
void regcache_mark_dirty(struct regmap *map);