]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/base/regmap/internal.h
Merge remote-tracking branch 'asoc/topic/rcar' into asoc-next
[karo-tx-linux.git] / drivers / base / regmap / internal.h
index 6873b4ce03f917802412a4ed29cdd1550c2e61f3..33414b1de2013b8e3fc68f31a70f8a56f2900cbe 100644 (file)
@@ -180,6 +180,9 @@ struct regmap_field {
        /* lsb */
        unsigned int shift;
        unsigned int reg;
+
+       unsigned int id_size;
+       unsigned int id_offset;
 };
 
 #ifdef CONFIG_DEBUG_FS