summaryrefslogtreecommitdiff
path: root/drivers/usb/cdns3/cdns3-gadget.c
AgeCommit message (Expand)Author
2024-02-19usb: cdns3: fix memory double free when handle zero packetFrank Li
2024-02-19usb: cdns3: fixed memory use after free at cdns3_gadget_ep_disable()Frank Li
2024-01-04usb: cdns3: Fix uvc fail when DMA cross 4k boundery since sg enabledFrank Li
2024-01-04usb: cdns3: fix iso transfer error when mult is not zeroFrank Li
2024-01-04usb: cdns3: fix uvc failure work since sg support enabledFrank Li
2023-11-22usb: cdns3: skip set TRB_IOC when usb_request: no_interrupt is trueFrank Li
2023-07-31Merge 6.5-rc4 into usb-nextGreg Kroah-Hartman
2023-07-25usb: Explicitly include correct DT includesRob Herring
2023-07-25usb: cdns3: fix incorrect calculation of ep_buf_size when more than one configFrank Li
2023-06-05Merge 6.4-rc5 into usb-nextGreg Kroah-Hartman
2023-05-29usb: cdns3: optimize OUT transfer by copying only actual received dataFrank Li
2023-05-29usb: cdns3: improve handling of unaligned address caseFrank Li
2023-05-29usb: cdns3: fix NCM gadget RX speed 20x slow than expection at iMX8QMFrank Li
2023-01-17usb: cdns3: remove fetched trb from cache before dequeuingPawel Laszczak
2022-08-30usb: cdns3: fix issue with rearming ISO OUT endpointPawel Laszczak
2022-08-30usb: cdns3: fix incorrect handling TRB_SMM flag for ISOC transferPawel Laszczak
2022-08-04usb: cdns3: Don't use priv_dev uninitialized in cdns3_gadget_ep_enable()Nathan Chancellor
2022-07-27usb: cdns3: change place of 'priv_ep' assignment in cdns3_gadget_ep_dequeue()...Andrey Strachuk
2022-06-10usb: cdns3: fix random warning message when driver loadFrank Li
2022-06-10usb: cdns3 fix use-after-free at workaround 2Frank Li
2022-05-19usb: cdns3: allocate TX FIFO size according to composite EP numberFrank Li
2022-04-09usb: cdns3: Fix issue for clear halt endpointPawel Laszczak
2021-12-03usb: cdns3: gadget: fix new urb never complete if ep cancel previous requestsFrank Li
2021-09-14usb: cdns3: fix race condition before setting doorbellPawel Laszczak
2021-06-21Merge tag 'usb-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pe...Greg Kroah-Hartman
2021-06-14Merge tag 'v5.13-rc6' into usb-nextGreg Kroah-Hartman
2021-06-10usb: cdns3: cdns3-gadget: Use list_move_tail instead of list_del/list_add_tailBaokun Li
2021-05-31Merge 5.13-rc4 into usb-nextGreg Kroah-Hartman
2021-05-27usb: cdns3: cdns3-gadget: Provide correct function naming for '__cdns3_gadget...Lee Jones
2021-05-27usb: cdns3: cdns3-gadget: Fix a bunch of kernel-doc related formatting issuesLee Jones
2021-05-25usb: cdns3: Enable TDL_CHK only for OUT epSanket Parmar
2021-05-11usb: cdns3: Fix runtime PM imbalance on errorDinghao Liu
2021-05-11usb: cdns3: Corrected comment to align with kernel-doc commentSouptick Joarder
2021-04-12usb: cdns3: Optimize DMA request buffer allocationSanket Parmar
2021-04-12usb: cdns3: Use dma_pool_* api to alloc trb poolSanket Parmar
2021-04-12usb: cdns3: add power lost support for system resumeFrank Li
2020-12-29usb: cdns3: Fixes for sparse warningsPawel Laszczak
2020-12-29usb: cdns3: Change file names for cdns3 driver.Pawel Laszczak