Merge remote-tracking branch 'regmap/topic/flat' into regmap-next
This commit is contained in:
commit
7798b582d3
5 changed files with 77 additions and 2 deletions
|
@ -28,7 +28,8 @@ struct regmap_range_cfg;
|
|||
enum regcache_type {
|
||||
REGCACHE_NONE,
|
||||
REGCACHE_RBTREE,
|
||||
REGCACHE_COMPRESSED
|
||||
REGCACHE_COMPRESSED,
|
||||
REGCACHE_FLAT,
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue