summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRahul Mittal <rmittal@nvidia.com>2013-02-05 12:26:52 +0530
committerMandar Padmawar <mpadmawar@nvidia.com>2013-02-11 04:56:01 -0800
commit73e0c048b6e8ecfe26f1d19fa6accaf10df6542d (patch)
treeae26b743c12499d8ea085603f013e16be9dea938 /include
parent92409b88702061c07e9ddf1fd1d30ae8d118f6b8 (diff)
tlv320aic3xxx: add i2c shutdown implementation
Adds i2c shutdown related checks Bug 1226744 Change-Id: Ic9833dd620f108d6c4a339579b71e80c790503f9 Signed-off-by: Rahul Mittal <rmittal@nvidia.com> Reviewed-on: http://git-master/r/197860 Reviewed-by: Vijay Mali <vmali@nvidia.com> Reviewed-by: Scott Peterson <speterson@nvidia.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/mfd/tlv320aic3xxx-core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/tlv320aic3xxx-core.h b/include/linux/mfd/tlv320aic3xxx-core.h
index 56ed728ce832..5fdc4273f1b7 100644
--- a/include/linux/mfd/tlv320aic3xxx-core.h
+++ b/include/linux/mfd/tlv320aic3xxx-core.h
@@ -216,6 +216,7 @@ struct aic3xxx {
bool suspended;
u8 book_no;
u8 page_no;
+ int shutdown_complete;
};
struct aic3262_gpio_setup {