summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2014-01-21 08:26:12 +0000
committerLee Jones <lee.jones@linaro.org>2014-01-21 08:26:12 +0000
commit09fd19da0074b86030a00303522b2ba63a4399b7 (patch)
treed0b6d79cda4a26c9a2e4ca2f4a9fdaaaea9e640a /include
parent6eb37eb276f0b91adb43b853ce6fb0812fbf0883 (diff)
parent9146070089cca0fa5c396f1a4d0b96d675004c04 (diff)
Merge tag 'ib-asoc-3.14.2' into for-mfd-next
Immutable branch between MFD and ASoC due for the v3.14 merge window
Diffstat (limited to 'include')
-rw-r--r--include/linux/i2c/twl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/i2c/twl.h b/include/linux/i2c/twl.h
index 673a3ce67f31..a09da0910339 100644
--- a/include/linux/i2c/twl.h
+++ b/include/linux/i2c/twl.h
@@ -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.
*/