Re: [PATCH] usb: dwc2: host: fix dwc2 disconnect bug

2015-03-12 Thread John Youn
On 3/9/2015 3:03 PM, Vincent Palatin wrote: > On Thu, Mar 5, 2015 at 11:17 PM, Yunzhi Li wrote: >> When dwc2 controller detects a disconnect interrupt, >> dwc2_hcd_disconnect() should be called immediately to do clean-up >> jobs and set port_connect_status_change flag to notify usb hub >> driver d

Re: [PATCH] usb: dwc2: host: fix dwc2 disconnect bug

2015-03-09 Thread Vincent Palatin
On Thu, Mar 5, 2015 at 11:17 PM, Yunzhi Li wrote: > When dwc2 controller detects a disconnect interrupt, > dwc2_hcd_disconnect() should be called immediately to do clean-up > jobs and set port_connect_status_change flag to notify usb hub > driver disconnect status. > > Signed-off-by: Yunzhi Li >

[PATCH] usb: dwc2: host: fix dwc2 disconnect bug

2015-03-05 Thread Yunzhi Li
When dwc2 controller detects a disconnect interrupt, dwc2_hcd_disconnect() should be called immediately to do clean-up jobs and set port_connect_status_change flag to notify usb hub driver disconnect status. Signed-off-by: Yunzhi Li --- drivers/usb/dwc2/core_intr.c | 3 +++ 1 file changed, 3 ins