]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/base/regmap/internal.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[karo-tx-linux.git] / drivers / base / regmap / internal.h
index a13587b5c2be32b912f9fe0fd7544761a280bd57..b2b2849fc6d3b34d1294a02ef009a10af86d49de 100644 (file)
@@ -131,7 +131,10 @@ struct regmap {
        struct reg_default *reg_defaults;
        const void *reg_defaults_raw;
        void *cache;
+       /* if set, the cache contains newer data than the HW */
        u32 cache_dirty;
+       /* if set, the HW registers are known to match map->reg_defaults */
+       bool no_sync_defaults;
 
        struct reg_default *patch;
        int patch_regs;