aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2013-02-14 17:11:07 +0000
committerMark Brown <broonie@opensource.wolfsonmicro.com>2013-02-14 17:11:07 +0000
commit7798b582d31e92227ca457f93db320ad9654dada (patch)
tree13ea398eb239df155bba350bdb0ba4db18df5dc3 /include/linux
parentMerge remote-tracking branch 'regmap/topic/debugfs' into regmap-next (diff)
parentregmap: flat: Add flat cache type (diff)
downloadlinux-dev-7798b582d31e92227ca457f93db320ad9654dada.tar.xz
linux-dev-7798b582d31e92227ca457f93db320ad9654dada.zip
Merge remote-tracking branch 'regmap/topic/flat' into regmap-next
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/regmap.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/regmap.h b/include/linux/regmap.h
index f9b7fbe35ab1..7e2a48e25bd4 100644
--- a/include/linux/regmap.h
+++ b/include/linux/regmap.h
@@ -28,7 +28,8 @@ struct regmap_range_cfg;
enum regcache_type {
REGCACHE_NONE,
REGCACHE_RBTREE,
- REGCACHE_COMPRESSED
+ REGCACHE_COMPRESSED,
+ REGCACHE_FLAT,
};
/**