summaryrefslogtreecommitdiffstats
path: root/drivers/usb/chipidea/otg_fsm.h
diff options
context:
space:
mode:
authorLi Jun2015-03-20 09:28:04 +0100
committerGreg Kroah-Hartman2015-03-26 10:54:01 +0100
commit01ecd156905f6bbfe4f5bd278325071f9141726d (patch)
tree269fc82edb32cc68a826e3c346281089413bca7a /drivers/usb/chipidea/otg_fsm.h
parentUSB: host: ohci-at91: remove useless uclk clock (diff)
downloadkernel-qcow2-linux-01ecd156905f6bbfe4f5bd278325071f9141726d.tar.gz
kernel-qcow2-linux-01ecd156905f6bbfe4f5bd278325071f9141726d.tar.xz
kernel-qcow2-linux-01ecd156905f6bbfe4f5bd278325071f9141726d.zip
usb: chipidea: otg: remove unnecessary B_SESS_VLD timer
Since BSV irq is enabled for B-device all the time, so B_SESS_VLD timer is not required, and also no need to check BSV status when B_ASE0_BRST timer timeout. Signed-off-by: Li Jun <jun.li@freescale.com> Signed-off-by: Peter Chen <peter.chen@freescale.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/chipidea/otg_fsm.h')
-rw-r--r--drivers/usb/chipidea/otg_fsm.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/usb/chipidea/otg_fsm.h b/drivers/usb/chipidea/otg_fsm.h
index 94c085f456a9..d0ad4f9ef950 100644
--- a/drivers/usb/chipidea/otg_fsm.h
+++ b/drivers/usb/chipidea/otg_fsm.h
@@ -62,8 +62,6 @@
/* SSEND time before SRP */
#define TB_SSEND_SRP (1500) /* minimum 1.5 sec, section:5.1.2 */
-#define TB_SESS_VLD (1000)
-
enum ci_otg_fsm_timer_index {
/*
* CI specific timers, start from the end
@@ -71,7 +69,6 @@ enum ci_otg_fsm_timer_index {
*/
B_DATA_PLS = NUM_OTG_FSM_TIMERS,
B_SSEND_SRP,
- B_SESS_VLD,
NUM_CI_OTG_FSM_TIMERS,
};