summaryrefslogtreecommitdiff
path: root/include/hooks.h
diff options
context:
space:
mode:
authorRuibin Chang <Ruibin.Chang@ite.com.tw>2018-09-03 16:59:05 +0800
committerchrome-bot <chrome-bot@chromium.org>2018-09-07 07:18:07 -0700
commit09d4918f464b69390f0c2d12cdd8c6aeafcb2cae (patch)
tree8e9c5fe4c694d61e587f47d362f9e58eefee1df3 /include/hooks.h
parenta38f3f48b4eb046e0015b10b3d09decdff50d560 (diff)
downloadchrome-ec-09d4918f464b69390f0c2d12cdd8c6aeafcb2cae.tar.gz
tcpm:it83xx: GRL-USB-PD TDA2.1.2.2 BIST test
In our design once enter BIST test data mode, Hw don't interrupt Fw due to any Rx received packet. But when port partner re-connect in this mode, it will cause that our pd port doesn't respond packet which port partner transmits. When port partner disconnects, so we need to reset our pd port protocol layer and PHY to leave BIST test data mode and let Hw can interrupt Fw. With this modify it can pass GRL-USB-PD compliance TDA2.1.2.2 test item. BUG=b:112602596 BRANCH=none TEST=GRL-USB-PD compliance test. Change-Id: I30526b5d796e3eabc9af2f524071c98bb0ef5abf Signed-off-by: Ruibin Chang <Ruibin.Chang@ite.com.tw> Reviewed-on: https://chromium-review.googlesource.com/1170718 Reviewed-by: Jett Rink <jettrink@chromium.org>
Diffstat (limited to 'include/hooks.h')
-rw-r--r--include/hooks.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/hooks.h b/include/hooks.h
index 85ab1db8da..c1e0d49abe 100644
--- a/include/hooks.h
+++ b/include/hooks.h
@@ -201,6 +201,13 @@ enum hook_type {
* Hook routines will be called from the TICK task.
*/
HOOK_SECOND,
+
+ /*
+ * Detect USB PD cc disconnect.
+ *
+ * Hook routines will be called from the PD task.
+ */
+ HOOK_USB_PD_DISCONNECT,
};
struct hook_data {