summaryrefslogtreecommitdiff
path: root/drivers/usb/cdns3/cdns3-starfive.c
AgeCommit message (Collapse)AuthorFilesLines
2023-06-09usb: cdns3: add hibernation pm notifier to set roothub wakeupminda.chen1-1/+15
In hibernation resume case. usb devices maybe not emulated, roothub is suspended, In this case, usb devices will be resume fail. Set roothub active while hibernation resume. Signed-off-by: minda.chen <minda.chen@starfivetech.com>
2023-06-09usb: cdns: Add cadence USB3 driver support.Minda Chen1-0/+408
Add starfive Cadence USB3 wrapper module. Signed-off-by: Minda Chen <minda.chen@starfivetech.com>