usb: dwc3: no need to clear INIT{U1,U2}ENA bits
authorPratyush Anand <pratyush.anand@st.com>
Mon, 2 Jul 2012 04:51:53 +0000 (10:21 +0530)
committerFelipe Balbi <balbi@ti.com>
Mon, 2 Jul 2012 07:03:15 +0000 (10:03 +0300)
commitdd864f20b382b131bfe10c87c5c81985f5bafa54
treec9c984631aaa967a25ba186d96eae2766511f697
parentcbc725b371f80710c5c611db78a501a6cd314ec3
usb: dwc3: no need to clear INIT{U1,U2}ENA bits

as per databook, these bits are cleared by hardware on each USB reset,
so no need to clear it explicitly by software in reset ISR.

Signed-off-by: Pratyush Anand <pratyush.anand@st.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/dwc3/gadget.c
This page took 0.025535 seconds and 5 git commands to generate.