Merge remote-tracking branch 'regmap/topic/flat' into regmap-next

This commit is contained in:
Mark Brown 2013-02-14 17:11:07 +00:00
commit 7798b582d3
5 changed files with 77 additions and 2 deletions

View file

@ -28,7 +28,8 @@ struct regmap_range_cfg;
enum regcache_type {
REGCACHE_NONE,
REGCACHE_RBTREE,
REGCACHE_COMPRESSED
REGCACHE_COMPRESSED,
REGCACHE_FLAT,
};
/**