summaryrefslogtreecommitdiff
path: root/drivers/usb/cdns3
AgeCommit message (Expand)Author
2024-03-01usb: cdns3: fix memory double free when handle zero packetFrank Li
2024-03-01usb: cdns3: fixed memory use after free at cdns3_gadget_ep_disable()Frank Li
2024-02-23usb: cdns3: Fix uvc fail when DMA cross 4k boundery since sg enabledFrank Li
2024-02-23usb: cdns3: fix iso transfer error when mult is not zeroFrank Li
2024-02-23usb: cdns3: fix incorrect calculation of ep_buf_size when more than one configFrank Li
2024-02-23usb: cdns3: fix uvc failure work since sg support enabledFrank Li
2024-02-23usb: cdns3: Fixes for sparse warningsPawel Laszczak
2023-08-26usb: cdns3: fix NCM gadget RX speed 20x slow than expection at iMX8QMFrank Li
2023-08-26usb: cdns3: allocate TX FIFO size according to composite EP numberFrank Li
2023-07-27Revert "usb: common: usb-conn-gpio: Set last role to unknown before initial d...Greg Kroah-Hartman
2023-07-27usb: common: usb-conn-gpio: Set last role to unknown before initial detectionPrashanth K
2023-04-05usb: cdns3: Fix issue with using incorrect PCI device functionPawel Laszczak
2022-12-02usb: cdns3: Add support for DRD CDNSPPawel Laszczak
2022-09-28usb: cdns3: fix issue with rearming ISO OUT endpointPawel Laszczak
2022-09-28usb: cdns3: fix incorrect handling TRB_SMM flag for ISOC transferPawel Laszczak
2022-09-23usb: cdns3: gadget: fix new urb never complete if ep cancel previous requestsFrank Li
2022-08-25usb: cdns3 fix use-after-free at workaround 2Frank Li
2022-08-21usb: cdns3: Don't use priv_dev uninitialized in cdns3_gadget_ep_enable()Nathan Chancellor
2022-08-21usb: cdns3: change place of 'priv_ep' assignment in cdns3_gadget_ep_dequeue()...Andrey Strachuk
2022-05-09usb: cdns3: Fix issue for clear halt endpointPawel Laszczak
2021-10-06usb: cdns3: fix race condition before setting doorbellPawel Laszczak
2021-08-12usb: cdns3: Fixed incorrect gadget statePawel Laszczak
2021-07-25usb: cdns3: Enable TDL_CHK only for OUT epSanket Parmar
2021-06-16usb: cdns3: Fix runtime PM imbalance on errorDinghao Liu
2021-03-11usb: cdns3: fix NULL pointer dereference on no platform dataRoger Quadros
2021-03-11usb: cdns3: add quirk for enable runtime pm by defaultPeter Chen
2021-03-11usb: cdns3: host: add xhci_plat_priv quirk XHCI_SKIP_PHY_INITPeter Chen
2021-03-11usb: cdns3: host: add .suspend_quirk for xhci-plat.cPeter Chen
2021-01-27usb: cdns3: imx: fix can't create core device the second time issuePeter Chen
2021-01-27usb: cdns3: imx: fix writing read-only memory issuePeter Chen
2020-11-30usb: cdns3: core: fix goto label for error pathPeter Chen
2020-11-30usb: cdns3: gadget: clear trb->length as zero after preparing every trbPeter Chen
2020-11-30usb: cdns3: Fix hardware based role switchRoger Quadros
2020-11-16usb: cdns3: gadget: calculate TD_SIZE based on TDPeter Chen
2020-11-16usb: cdns3: gadget: initialize link_trb as NULLPeter Chen
2020-10-30usb: cdns3: gadget: own the lock wrongly at the suspend routinePeter Chen
2020-10-30usb: cdns3: Fix on-chip memory overflow issuePawel Laszczak
2020-10-29usb: cdns3: gadget: suspicious implicit sign extensionPeter Chen
2020-10-28usb: cdns3: Variable 'length' set but not usedPawel Laszczak
2020-10-02usb: cdns3: gadget: enlarge the TRB ring lengthPeter Chen
2020-10-02usb: cdns3: gadget: sg_support is only for DEV_VER_V2 or abovePeter Chen
2020-10-02usb: cdns3: gadget: need to handle sg case for workaround 2 casePeter Chen
2020-10-02usb: cdns3: gadget: handle sg list use case at completion correctlyPeter Chen
2020-10-02usb: cdns3: gadget: add CHAIN and ISP bit for sg list use casePeter Chen
2020-10-02usb: cdns3: gadget: improve the dump TRB operation at cdns3_ep_run_transferPeter Chen
2020-10-02usb: cdns3: gadget: using correct sg operationsPeter Chen
2020-10-02usb: cdns3: gadget: fix possible memory leakPeter Chen
2020-10-02usb: cdns3: gadget: fix some endian issuesPeter Chen
2020-10-02usb: cdns3: gadget: move wait configuration operationPeter Chen
2020-10-02usb: cdns3: drd: call PHY .set_mode accordinglyPeter Chen