Changeset 772 for GPL/trunk/include/linux/regmap.h
- Timestamp:
- Apr 19, 2025, 8:08:37 PM (4 months ago)
- Location:
- GPL/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk
- Property svn:mergeinfo changed
/GPL/branches/uniaud32-6.6-LTS (added) merged: 765,768-769 /GPL/branches/uniaud32-exp (added) merged: 735-741,743-744,748-751,753-760,762-764 /GPL/branches/uniaud32-next merged: 718-734
- Property svn:mergeinfo changed
-
GPL/trunk/include/linux/regmap.h
r679 r772 43 43 REGCACHE_NONE, 44 44 REGCACHE_RBTREE, 45 REGCACHE_COMPRESSED,46 45 REGCACHE_FLAT, 46 REGCACHE_MAPLE, 47 47 }; 48 48 … … 1120 1120 void regcache_cache_bypass(struct regmap *map, bool enable); 1121 1121 void regcache_mark_dirty(struct regmap *map); 1122 bool regcache_reg_cached(struct regmap *map, unsigned int reg); 1122 1123 1123 1124 bool regmap_check_range_table(struct regmap *map, unsigned int reg,
Note:
See TracChangeset
for help on using the changeset viewer.