summaryrefslogtreecommitdiffstats
path: root/drivers/usb/cdns3
Commit message (Expand)AuthorAgeFilesLines
* usb: cdnsp: Fixes incorrect value in ISOC TRBPawel Laszczak2021-03-131-1/+4
* Merge tag 'usb-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pe...Greg Kroah-Hartman2021-02-0927-523/+10404
|\
| * usb: cdnsp: Removes some useless trace eventsPawel Laszczak2021-02-064-18/+0
| * usb: cdns3: Add support for TI's AM64 SoCAswath Govindraju2021-01-231-0/+1
| * usb: cdnsp: fixes undefined reference to cdns_removePawel Laszczak2021-01-141-0/+8
| * usb: cdns3: Adds missing __iomem markersPawel Laszczak2021-01-142-12/+12
| * usb: cdnsp: Fix for undefined reference to `usb_hcd_is_primary_hcd'Pawel Laszczak2020-12-291-1/+6
| * usb: cdnsp: Fixes for sparse warningsPawel Laszczak2020-12-297-37/+32
| * usb: cdns3: Fixes for sparse warningsPawel Laszczak2020-12-292-5/+5
| * usb: cdnsp: fix error handling in cdnsp_mem_init()Pawel Laszczak2020-12-291-12/+24
| * usb: cdns3: Removes xhci_cdns3_suspend_quirk from host-export.hPawel Laszczak2020-12-292-8/+3
| * usb: cdnsp: Removes some not useful function argumentsPawel Laszczak2020-12-293-14/+13
| * usb: cdns3: fix warning when USB_CDNS_HOST is not setRandy Dunlap2020-12-291-2/+2
| * usb: cdns3: fix build when PM_SLEEP is not setRandy Dunlap2020-12-291-0/+5
| * usb: cdnsp: Mark cdnsp_gadget_ops with static keywordZou Wei2020-12-291-1/+1
| * usb: cdns3: Change file names for cdns3 driver.Pawel Laszczak2020-12-297-11/+11
| * usb: cdnsp: Add tracepoints for CDNSP driverPawel Laszczak2020-12-298-16/+1614
| * usb: cdnsp: cdns3 Add main part of Cadence USBSSP DRD DriverPawel Laszczak2020-12-2914-29/+6639
| * usb: cdnsp: Device side header file for CDNSP driverPawel Laszczak2020-12-291-0/+1463
| * usb: cdns3: Changed type of gadget_dev in cdns structurePawel Laszczak2020-12-291-2/+2
| * usb: cdns3: Refactoring names in reusable codePawel Laszczak2020-12-2910-198/+199
| * usb: cdns3: Moves reusable code to separate modulePawel Laszczak2020-12-296-7/+35
| * usb: cdns3: Split core.c into cdns3-plat and core.c filePawel Laszczak2020-12-296-263/+343
| * usb: cdns3: Add support for DRD CDNSPPawel Laszczak2020-12-294-49/+148
* | usb: cdns3: imx: improve driver .remove APIPeter Chen2020-12-291-0/+5
* | usb: cdns3: imx: fix can't create core device the second time issuePeter Chen2020-12-291-10/+1
* | usb: cdns3: imx: fix writing read-only memory issuePeter Chen2020-12-291-1/+5
|/
* Merge tag 'usb-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pe...Greg Kroah-Hartman2020-12-107-17/+75
|\
| * usb: cdns3: fix NULL pointer dereference on no platform dataRoger Quadros2020-12-102-2/+2
| * usb: cdns3: imx: enable runtime pm by defaultPeter Chen2020-12-101-1/+1
| * usb: cdns3: add quirk for enable runtime pm by defaultPeter Chen2020-12-103-4/+23
| * usb: cdns3: host: disable BEI supportPeter Chen2020-12-101-1/+1
| * usb: cdns3: host: add xhci_plat_priv quirk XHCI_SKIP_PHY_INITPeter Chen2020-12-101-0/+1
| * usb: cdns3: host: add .suspend_quirk for xhci-plat.cPeter Chen2020-12-102-0/+49
| * usb: cdns3: Rids of duplicate error messagePawel Laszczak2020-12-101-10/+2
| * usb: cdns3: Add static to cdns3_gadget_exit functionPawel Laszczak2020-12-102-4/+1
* | usb: cdns3: core: fix goto label for error pathPeter Chen2020-11-301-1/+1
* | usb: cdns3: gadget: clear trb->length as zero after preparing every trbPeter Chen2020-11-301-0/+1
* | usb: cdns3: Fix hardware based role switchRoger Quadros2020-11-301-12/+15
|/
* usb: cdns3: gadget: calculate TD_SIZE based on TDPeter Chen2020-11-161-11/+13
* usb: cdns3: gadget: initialize link_trb as NULLPeter Chen2020-11-161-1/+1
* usb: cdns3: gadget: own the lock wrongly at the suspend routinePeter Chen2020-10-301-4/+7
* usb: cdns3: Fix on-chip memory overflow issuePawel Laszczak2020-10-303-76/+94
* usb: cdns3: gadget: suspicious implicit sign extensionPeter Chen2020-10-291-1/+1
* usb: cdns3: Variable 'length' set but not usedPawel Laszczak2020-10-281-2/+0
* usb: cdns3: gadget: enlarge the TRB ring lengthPeter Chen2020-10-021-1/+1
* usb: cdns3: gadget: sg_support is only for DEV_VER_V2 or abovePeter Chen2020-10-021-1/+2
* usb: cdns3: gadget: need to handle sg case for workaround 2 casePeter Chen2020-10-021-13/+31
* usb: cdns3: gadget: handle sg list use case at completion correctlyPeter Chen2020-10-022-29/+65
* usb: cdns3: gadget: add CHAIN and ISP bit for sg list use casePeter Chen2020-10-021-1/+7