summaryrefslogtreecommitdiffstats
path: root/drivers/usb/cdns3
AgeCommit message (Expand)AuthorLines
2019-10-30usb: cdns3: gadget: Fix g_audio use case when connected to Super-Speed hostRoger Quadros-5/+26
2019-10-30usb: cdns3: gadget: reset EP_CLAIMED flag while unloadingSanket Parmar-0/+2
2019-10-27usb: cdns3: gadget: Don't manage pullupsRoger Quadros-4/+0
2019-10-27usb: cdns3: include host-export,h for cdns3_host_initBen Dooks (Codethink)-1/+1
2019-10-18usb: cdns3: Error out if USB_DR_MODE_UNKNOWN in cdns3_core_init_role()Roger Quadros-1/+3
2019-10-15usb: cdns3: Fix dequeue implementation.Pawel Laszczak-15/+20
2019-10-10usb: cdns3: Fix for incorrect DMA mask.Pawel Laszczak-0/+7
2019-10-10usb: cdns3: fix cdns3_core_init_role()Roger Quadros-1/+19
2019-10-10usb: cdns3: gadget: Fix full-speed modeRoger Quadros-0/+1
2019-10-07usb:cdns3: Fix for CV CH9 running with g_zero driver.Pawel Laszczak-2/+8
2019-10-04usb: cdns3: Fix sheduling with locks held.Pawel Laszczak-1/+1
2019-10-04usb: cdns3: Fix use after free in probe error handlingDan Carpenter-1/+2
2019-09-03usb: cdns3: Remove redundant dev_err call in cdns3_probe()Wei Yongjun-3/+1
2019-09-03usb: cdns3: fix spelling mistake: "cnfiguration" -> "configuration"Colin Ian King-1/+1
2019-09-03usb: cdns3: fix missing assignment of ret before error check on retColin Ian King-3/+3
2019-09-03usb: cdns3: remove redundant assignment to ret on error exit pathColin Ian King-3/+1
2019-09-03usb: cdns3: remove set but not used variable 'priv_dev'YueHaibing-5/+0
2019-09-03usb: cdns3: Fix Wunused-but-set-variable warningYueHaibing-3/+1
2019-08-29usb:cdns3 Fix for stuck packets in on-chip OUT buffer.Pawel Laszczak-2/+350
2019-08-29usb: cdns3: Add Cadence USB3 DRD DriverPawel Laszczak-0/+6988