summaryrefslogtreecommitdiff
path: root/include/linux/mfd/max77693.h
diff options
context:
space:
mode:
authorChanwoo Choi <cw00.choi@samsung.com>2012-12-26 04:10:11 (GMT)
committerChanwoo Choi <cw00.choi@samsung.com>2013-01-15 06:42:15 (GMT)
commit297620fd1e14edf5fefa1736f873b9228336eee1 (patch)
tree2aaed8a7ce207853299a16cce680196e3e03e043 /include/linux/mfd/max77693.h
parent39bf369e4ed321158eb8dc5031b4a9f2108ea614 (diff)
downloadlinux-fsl-qoriq-297620fd1e14edf5fefa1736f873b9228336eee1.tar.xz
extcon: max77693: Check the state/type of cable after boot completed
This patch check the state/type of cable after completing the initialization of platform and notify platform of cable state/type through extcon. If extcon provider driver notify the state/type of cable before completing platform boot, this uevent is unused and ignored. Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com> Signed-off-by: Myungjoo Ham <myungjoo.ham@samsung.com>
Diffstat (limited to 'include/linux/mfd/max77693.h')
-rw-r--r--include/linux/mfd/max77693.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mfd/max77693.h b/include/linux/mfd/max77693.h
index fe03b2d..9aa9c20 100644
--- a/include/linux/mfd/max77693.h
+++ b/include/linux/mfd/max77693.h
@@ -38,6 +38,8 @@ struct max77693_reg_data {
struct max77693_muic_platform_data {
struct max77693_reg_data *init_data;
int num_init_data;
+
+ int detcable_delay_ms;
};
struct max77693_platform_data {