summaryrefslogtreecommitdiffstats
path: root/drivers/usb/cdns3
Commit message (Expand)AuthorAgeFilesLines
* usb: cdns3: Remove redundant dev_err call in cdns3_probe()Wei Yongjun2019-09-031-3/+1
* usb: cdns3: fix spelling mistake: "cnfiguration" -> "configuration"Colin Ian King2019-09-031-1/+1
* usb: cdns3: fix missing assignment of ret before error check on retColin Ian King2019-09-031-3/+3
* usb: cdns3: remove redundant assignment to ret on error exit pathColin Ian King2019-09-031-3/+1
* usb: cdns3: remove set but not used variable 'priv_dev'YueHaibing2019-09-031-5/+0
* usb: cdns3: Fix Wunused-but-set-variable warningYueHaibing2019-09-031-3/+1
* usb:cdns3 Fix for stuck packets in on-chip OUT buffer.Pawel Laszczak2019-08-292-2/+350
* usb: cdns3: Add Cadence USB3 DRD DriverPawel Laszczak2019-08-2916-0/+6988