Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
usb: dwc3: Added remote wake-up in xilinx glue driver
To support USB remote wake-up in xilinx glue driver, Added disable regulator interface in core to enter in U3(suspend) state, and introduced wake-up capability flag to enable the feature. when the remote wakeup flag is enabled and the controller is in U3 state (suspended), it requires suspend_clk to be active to detect wake-up signaling driven on the link. Added function registration and deregistration functionality for remote wakeup feature from/to dwc3-host. Signed-off-by: Piyush Mehta <piyush.mehta@xilinx.com> State: pending
- Loading branch information
Piyush Mehta
authored and
Michal Simek
committed
Sep 22, 2021
1 parent
4a90973
commit e2af4271df5c22814241e855edd3a23d6fae326b
Showing
4 changed files
with
80 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters