Re: [PATCH 1/8] usb: dwc3: add dis_enblslpm_quirk

2020-04-28 Thread Kever Yang
Hi Frank, On 2020/4/28 下午2:27, Frank Wang wrote: Add a quirk to clear the GUSB2PHYCFG.ENBLSLPM bit, which controls whether the PHY receives the suspend signal from the controller. Refer to commit ec791d149bca("usb: dwc3: Add dis_enblslpm_quirk") in Linux Kernel. Signed-off-by: Frank Wang R

[PATCH 1/8] usb: dwc3: add dis_enblslpm_quirk

2020-04-28 Thread Frank Wang
Add a quirk to clear the GUSB2PHYCFG.ENBLSLPM bit, which controls whether the PHY receives the suspend signal from the controller. Refer to commit ec791d149bca("usb: dwc3: Add dis_enblslpm_quirk") in Linux Kernel. Signed-off-by: Frank Wang --- drivers/usb/dwc3/core.c | 6 ++ drivers/usb/dwc