mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-07-16 12:10:38 -04:00
Merge remote-tracking branches 'regmap/topic/patch' and 'regmap/topic/sync' into regmap-next
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user