mirror of https://gitee.com/openkylin/linux.git
usb: dwc2: gadget: don't modify pullup status during reset
Pullup doesn't need to be enabled during usb reset since it is already enabled. This leads to shorter chirp-k duration if done during usb reset. Tested-by: Robert Baldyga <r.baldyga@samsung.com> Acked-by: John Youn <johnyoun@synopsys.com> Signed-off-by: Gregory Herrero <gregory.herrero@intel.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
This commit is contained in:
parent
643cc4dee1
commit
86e37bf9f5
|
@ -2492,7 +2492,6 @@ static irqreturn_t s3c_hsotg_irq(int irq, void *pw)
|
|||
-ECONNRESET);
|
||||
|
||||
s3c_hsotg_core_init_disconnected(hsotg, true);
|
||||
s3c_hsotg_core_connect(hsotg);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue