summaryrefslogtreecommitdiffstats
path: root/drivers/usb/cdns3
Commit message (Expand)AuthorAgeFilesLines
* usb: cdns3: gadget: make a bunch of functions staticJason Yan2020-05-141-10/+10
* usb: cdns3: gadget: prev_req->trb is NULL for ep0Peter Chen2020-05-091-1/+1
* usb: cdns3: make signed 1 bit bitfields unsignedColin Ian King2020-03-262-5/+5
* usb: cdns3: fix spelling mistake "wrapperr" -> "wrapper"Colin Ian King2020-03-191-1/+1
* Merge 5.6-rc5 into usb-nextGreg Kroah-Hartman2020-03-101-4/+15
|\
| * usb: cdns3: gadget: toggle cycle bit before reset endpointPeter Chen2020-03-041-3/+14
| * usb: cdns3: gadget: link trb should point to next requestPeter Chen2020-03-041-1/+1
* | usb: roles: Provide the switch drivers handle to the switch in the APIHeikki Krogerus2020-03-041-11/+11
* | usb: cdns3: remove redundant assignment to pointer trbColin Ian King2020-02-101-1/+1
|/
* usb: cdns3: fix spelling mistake and rework grammar in textColin Ian King2020-01-241-1/+1
* usb: cdns3: add NXP imx8qm glue layerPeter Chen2020-01-153-0/+227
* usb: cdns3: Add streams support to cadence USB3 DRD driverJayshri Pawar2020-01-153-56/+596
* Merge 5.5-rc6 into usb-nextGreg Kroah-Hartman2020-01-131-9/+5
|\
| * usb: cdns3: should not use the same dev_id for shared interrupt handlerPeter Chen2019-12-301-9/+5
* | usb: cdns3: gadget: Remove unneeded variable retXu Wang2019-12-301-2/+1
|/
* Merge tag 'usb-for-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2019-11-183-0/+247
|\
| * usb: cdns3: Add TI specific wrapper driverRoger Quadros2019-10-293-0/+247
* | usb: cdns3: gadget: Fix g_audio use case when connected to Super-Speed hostRoger Quadros2019-10-301-5/+26
* | usb: cdns3: gadget: reset EP_CLAIMED flag while unloadingSanket Parmar2019-10-301-0/+2
* | usb: cdns3: gadget: Don't manage pullupsRoger Quadros2019-10-271-4/+0
* | usb: cdns3: include host-export,h for cdns3_host_initBen Dooks (Codethink)2019-10-272-1/+1
* | usb: cdns3: Error out if USB_DR_MODE_UNKNOWN in cdns3_core_init_role()Roger Quadros2019-10-181-1/+3
* | usb: cdns3: Fix dequeue implementation.Pawel Laszczak2019-10-151-15/+20
|/
* 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