Merge branches 'regmap-core', 'regmap-stride', 'regmap-mmio' and 'regmap-irq' into...
[firefly-linux-kernel-4.4.55.git] / drivers / base / regmap / internal.h
index 2eb719704885cbfe9497e0c04de7f5d088d990a6..b986b8660b0c4e72da132a0a32ab2960ca99e183 100644 (file)
@@ -45,6 +45,7 @@ struct regmap {
        struct regmap_format format;  /* Buffer format */
        const struct regmap_bus *bus;
        void *bus_context;
+       const char *name;
 
 #ifdef CONFIG_DEBUG_FS
        struct dentry *debugfs;