mirror of
https://github.com/ukui/kernel.git
synced 2026-03-09 10:07:04 -07:00
Merge remote-tracking branch 'regmap/topic/core' into regmap-next
This commit is contained in:
@@ -123,7 +123,10 @@ bool regmap_volatile(struct regmap *map, unsigned int reg)
|
||||
if (map->volatile_table)
|
||||
return regmap_check_range_table(map, reg, map->volatile_table);
|
||||
|
||||
return true;
|
||||
if (map->cache_ops)
|
||||
return false;
|
||||
else
|
||||
return true;
|
||||
}
|
||||
|
||||
bool regmap_precious(struct regmap *map, unsigned int reg)
|
||||
|
||||
Reference in New Issue
Block a user