]> Git Repo - J-u-boot.git/commit
usb: dwc3: gadget: only resume USB2 PHY in <=HIGHSPEED
authorFelipe Balbi <[email protected]>
Fri, 12 Apr 2024 20:26:03 +0000 (22:26 +0200)
committerMattijs Korpershoek <[email protected]>
Thu, 16 May 2024 06:38:24 +0000 (08:38 +0200)
commitd107a5319e20d5e5be3bd8fa298aeca9ef4990a0
tree52d9e9db6ac61f0d5e7a865bcdbba3ff9b100b03
parent967b31c3ccdc09284a4447ebc4577bb7ef06d500
usb: dwc3: gadget: only resume USB2 PHY in <=HIGHSPEED

Upstream Linux commit ab2a92e7a608.

As a micro-power optimization, let's only resume the
USB2 PHY if we're working on <=HIGHSPEED. If we're
gonna work on SUPERSPEED or SUPERSPEED+, there's no
point in resuming the USB2 PHY.

Fixes: 2b0f11df84bb ("usb: dwc3: gadget: clear SUSPHY bit before ep cmds")
Signed-off-by: Felipe Balbi <[email protected]>
Signed-off-by: Alexander Sverdlin <[email protected]>
Reviewed-by: Mattijs Korpershoek <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mattijs Korpershoek <[email protected]>
drivers/usb/dwc3/gadget.c
This page took 0.033501 seconds and 4 git commands to generate.