]> Pileus Git - ~andy/linux/blobdiff - include/linux/i2c/twl.h
Merge tag 'vfio-v3.14-rc1' of git://github.com/awilliam/linux-vfio
[~andy/linux] / include / linux / i2c / twl.h
index 673a3ce67f311df6567aa780dfdbf3d7adbe0cf9..ade1c06d4cebed9c30b47ea98c69fe51df89508c 100644 (file)
@@ -175,6 +175,9 @@ static inline int twl_class_is_ ##class(void)       \
 TWL_CLASS_IS(4030, TWL4030_CLASS_ID)
 TWL_CLASS_IS(6030, TWL6030_CLASS_ID)
 
+/* Set the regcache bypass for the regmap associated with the nodule */
+int twl_set_regcache_bypass(u8 mod_no, bool enable);
+
 /*
  * Read and write several 8-bit registers at once.
  */
@@ -667,8 +670,6 @@ struct twl4030_codec_data {
        unsigned int digimic_delay; /* in ms */
        unsigned int ramp_delay_value;
        unsigned int offset_cncl_path;
-       unsigned int check_defaults:1;
-       unsigned int reset_registers:1;
        unsigned int hs_extmute:1;
        int hs_extmute_gpio;
 };