aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/cdns3 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-03usb: cdns3: Remove redundant dev_err call in cdns3_probe()Wei Yongjun1-3/+1
2019-09-03usb: cdns3: fix spelling mistake: "cnfiguration" -> "configuration"Colin Ian King1-1/+1
2019-09-03usb: cdns3: fix missing assignment of ret before error check on retColin Ian King1-3/+3
2019-09-03usb: cdns3: remove redundant assignment to ret on error exit pathColin Ian King1-3/+1
2019-09-03usb: cdns3: remove set but not used variable 'priv_dev'YueHaibing1-5/+0
2019-09-03usb: cdns3: Fix Wunused-but-set-variable warningYueHaibing1-3/+1
2019-08-29usb:cdns3 Fix for stuck packets in on-chip OUT buffer.Pawel Laszczak2-2/+350
2019-08-29usb: cdns3: Add Cadence USB3 DRD DriverPawel Laszczak16-0/+6988