aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/usb/cdns3/drd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-26usb: cdnsp: Fix segmentation fault in cdns_lost_power functionPawel Laszczak1-3/+3
2021-04-12usb: cdns3: add power lost support for system resumeFrank Li1-0/+15
2021-01-14usb: cdns3: Adds missing __iomem markersPawel Laszczak1-6/+6
2020-12-29usb: cdnsp: cdns3 Add main part of Cadence USBSSP DRD DriverPawel Laszczak1-1/+28
2020-12-29usb: cdns3: Refactoring names in reusable codePawel Laszczak1-50/+50
2020-12-29usb: cdns3: Moves reusable code to separate modulePawel Laszczak1-1/+2
2020-12-29usb: cdns3: Split core.c into cdns3-plat and core.c filePawel Laszczak1-1/+0
2020-12-29usb: cdns3: Add support for DRD CDNSPPawel Laszczak1-30/+71
2020-10-02usb: cdns3: drd: call PHY .set_mode accordinglyPeter Chen1-0/+5
2020-10-02usb: cdns3: Enable workaround for USB2.0 PHY Rx compliance test PHY lockupPawel Laszczak1-0/+12
2020-10-02usb: cdns3: add runtime PM supportPeter Chen1-0/+3
2020-07-24usb: cdns3: drd: simplify *switch_gadet and *switch_hostPawel Laszczak1-56/+68
2020-07-24usb: cdns3: Added CDNS3_ID_PERIPHERAL and CDNS3_ID_HOSTPawel Laszczak1-2/+2
2020-07-24usb: cdns3: drd: changed return type from int to boolPawel Laszczak1-8/+8
2020-07-24usb: cdns3: drd: return IRQ_NONE explicitly.Pawel Laszczak1-2/+2
2020-07-24usb: cnds3: drd: deleted !=Pawel Laszczak1-1/+1
2020-07-24usb: cdns3: drd: removed not needed variables initializationPawel Laszczak1-10/+9
2020-04-16usb: cdns3: change dev_info to dev_dbg for debug messagePeter Chen1-2/+2
2019-08-29usb: cdns3: Add Cadence USB3 DRD DriverPawel Laszczak1-0/+381