summaryrefslogtreecommitdiffstats
path: root/drivers/usb/cdns3
Commit message (Expand)AuthorAgeFilesLines
* usb: cdns3: Fix for incorrect DMA mask.Pawel Laszczak2019-10-101-0/+7
* usb: cdns3: fix cdns3_core_init_role()Roger Quadros2019-10-101-1/+19
* usb: cdns3: gadget: Fix full-speed modeRoger Quadros2019-10-101-0/+1
* usb:cdns3: Fix for CV CH9 running with g_zero driver.Pawel Laszczak2019-10-071-2/+8
* usb: cdns3: Fix sheduling with locks held.Pawel Laszczak2019-10-041-1/+1
* usb: cdns3: Fix use after free in probe error handlingDan Carpenter2019-10-041-1/+2
* 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