summaryrefslogtreecommitdiff
path: root/drivers/usb/cdns3
AgeCommit message (Expand)AuthorFilesLines
2022-09-28usb: cdns3: fix issue with rearming ISO OUT endpointPawel Laszczak1-0/+1
2022-09-05usb: cdns3: Fix issue for clear halt endpointPawel Laszczak1-2/+6
2022-08-25usb: cdns3 fix use-after-free at workaround 2Frank Li1-1/+1
2021-10-06usb: cdns3: fix race condition before setting doorbellPawel Laszczak1-0/+14
2021-08-12usb: cdns3: Fixed incorrect gadget statePawel Laszczak1-0/+1
2021-07-25usb: cdns3: Enable TDL_CHK only for OUT epSanket Parmar1-5/+3
2021-06-16usb: cdns3: Fix runtime PM imbalance on errorDinghao Liu1-1/+3
2020-11-10usb: cdns3: gadget: suspicious implicit sign extensionPeter Chen1-1/+1
2020-10-29usb: cdns3: gadget: free interrupt after gadget has deletedPeter Chen1-1/+1
2020-09-03usb: cdns3: gadget: always zeroed TRB buffer when enable endpointSasha Levin1-2/+2
2020-07-29usb: cdns3: trace: fix some endian issuesPeter Chen1-3/+3
2020-07-29usb: cdns3: ep0: fix some endian issuesPeter Chen1-15/+15
2020-06-30usb: cdns3: ep0: add spinlock for cdns3_check_new_setupPeter Chen1-3/+4
2020-06-30usb: cdns3: ep0: fix the test mode set incorrectlyPeter Chen1-1/+2
2020-06-30usb: cdns3: trace: using correct dir valuePeter Chen1-1/+1
2020-05-20usb: cdns3: gadget: prev_req->trb is NULL for ep0Peter Chen1-1/+1
2020-03-12usb: cdns3: gadget: toggle cycle bit before reset endpointPeter Chen1-3/+14
2020-03-12usb: cdns3: gadget: link trb should point to next requestPeter Chen1-1/+1
2020-01-14usb: cdns3: should not use the same dev_id for shared interrupt handlerPeter Chen1-9/+5
2019-10-30usb: cdns3: gadget: Fix g_audio use case when connected to Super-Speed hostRoger Quadros1-5/+26
2019-10-30usb: cdns3: gadget: reset EP_CLAIMED flag while unloadingSanket Parmar1-0/+2
2019-10-27usb: cdns3: gadget: Don't manage pullupsRoger Quadros1-4/+0
2019-10-27usb: cdns3: include host-export,h for cdns3_host_initBen Dooks (Codethink)2-1/+1
2019-10-18usb: cdns3: Error out if USB_DR_MODE_UNKNOWN in cdns3_core_init_role()Roger Quadros1-1/+3
2019-10-15usb: cdns3: Fix dequeue implementation.Pawel Laszczak1-15/+20
2019-10-10usb: cdns3: Fix for incorrect DMA mask.Pawel Laszczak1-0/+7
2019-10-10usb: cdns3: fix cdns3_core_init_role()Roger Quadros1-1/+19
2019-10-10usb: cdns3: gadget: Fix full-speed modeRoger Quadros1-0/+1
2019-10-07usb:cdns3: Fix for CV CH9 running with g_zero driver.Pawel Laszczak1-2/+8
2019-10-04usb: cdns3: Fix sheduling with locks held.Pawel Laszczak1-1/+1
2019-10-04usb: cdns3: Fix use after free in probe error handlingDan Carpenter1-1/+2
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