summaryrefslogtreecommitdiff
path: root/drivers/usb/cdns3
AgeCommit message (Expand)AuthorFilesLines
2024-12-27usb: cdns3: Add quirk flag to enable suspend residencyRoger Quadros3-1/+13
2024-10-17usb: xhci: fix loss of data on Cadence xHCPawel Laszczak1-1/+3
2024-10-17usb: cdnsp: Fix incorrect usb_request statusPawel Laszczak1-2/+4
2024-09-04usb: cdnsp: fix for Link TRB with TCPawel Laszczak2-0/+31
2024-09-04usb: cdnsp: fix incorrect index in cdnsp_get_hw_deq functionPawel Laszczak1-1/+1
2024-03-01usb: cdns3: fix memory double free when handle zero packetFrank Li1-1/+5
2024-03-01usb: cdns3: fixed memory use after free at cdns3_gadget_ep_disable()Frank Li1-1/+1
2024-03-01usb: cdnsp: fixed issue with incorrect detecting CDNSP family controllersPawel Laszczak3-6/+14
2024-03-01usb: cdnsp: blocked some cdns3 specific codePawel Laszczak1-2/+14
2024-01-26usb: cdns3: Fix uvc fail when DMA cross 4k boundery since sg enabledFrank Li1-1/+31
2024-01-26usb: cdns3: fix iso transfer error when mult is not zeroFrank Li2-23/+39
2024-01-26usb: cdns3: fix uvc failure work since sg support enabledFrank Li1-11/+40
2023-12-03usb: cdnsp: Fix deadlock issue during using NCM gadgetPawel Laszczak1-0/+3
2023-10-20usb: cdnsp: Fixes issue with dequeuing not queued requestsPawel Laszczak1-0/+3
2023-10-20usb: cdns3: Modify the return value of cdns_set_active () to void when CONFIG...Xiaolei Wang1-2/+1
2023-09-23usb: cdns3: Put the cdns set active part outside the spin lockXiaolei Wang4-8/+20
2023-08-03usb: cdns3: fix incorrect calculation of ep_buf_size when more than one configFrank Li1-1/+3
2023-07-19Revert "usb: common: usb-conn-gpio: Set last role to unknown before initial d...Greg Kroah-Hartman1-2/+0
2023-07-19usb: common: usb-conn-gpio: Set last role to unknown before initial detectionPrashanth K1-0/+2
2023-06-09usb: cdns3: fix NCM gadget RX speed 20x slow than expection at iMX8QMFrank Li1-0/+13
2023-04-13usb: cdnsp: Fixes error: uninitialized symbol 'len'Pawel Laszczak1-2/+1
2023-03-30usb: cdnsp: changes PCI Device ID to fix conflict with CNDS3 driverPawel Laszczak1-16/+11
2023-03-30usb: cdnsp: Fixes issue with redundant Status StagePawel Laszczak1-18/+1
2023-03-30usb: cdns3: Fix issue with using incorrect PCI device functionPawel Laszczak1-0/+5
2023-01-24usb: cdns3: remove fetched trb from cache before dequeuingPawel Laszczak1-0/+12
2022-12-31usb: cdnsp: fix lack of ZLP for ep0Pawel Laszczak1-10/+32
2022-11-22usb: cdnsp: fix issue with ZLP - added TD_SIZE = 1Pawel Laszczak1-4/+10
2022-11-22usb: cdnsp: Fix issue with Clear Feature Halt EndpointPawel Laszczak2-9/+6
2022-11-09usb: cdns3: host: fix endless superspeed hub port resetLi Jun1-28/+28
2022-09-27usb: cdns3: remove dead codeDongliang Mu1-2/+0
2022-08-30usb: cdns3: fix issue with rearming ISO OUT endpointPawel Laszczak1-0/+1
2022-08-30usb: cdns3: fix incorrect handling TRB_SMM flag for ISOC transferPawel Laszczak1-1/+2
2022-08-04usb: cdns3: Don't use priv_dev uninitialized in cdns3_gadget_ep_enable()Nathan Chancellor1-4/+8
2022-07-27usb: cdns3: change place of 'priv_ep' assignment in cdns3_gadget_ep_dequeue()...Andrey Strachuk1-3/+6
2022-06-20Merge v5.19-rc3 into usb-nextGreg Kroah-Hartman1-8/+11
2022-06-10usb: cdns3: fix random warning message when driver loadFrank Li1-1/+1
2022-06-10usb: cdns3 fix use-after-free at workaround 2Frank Li1-1/+1
2022-06-10usb: cdnsp: Fixed setting last_trb incorrectlyJing Leng1-8/+11
2022-05-19usb: cdns3: allocate TX FIFO size according to composite EP numberFrank Li2-7/+49
2022-04-09usb: cdns3: Fix issue for clear halt endpointPawel Laszczak1-2/+5
2022-01-31Merge tag 'v5.17-rc2' into usb-nextGreg Kroah-Hartman1-3/+3
2022-01-26usb: cdnsp: Fix segmentation fault in cdns_lost_power functionPawel Laszczak1-3/+3
2022-01-26usb: cdnsp: remove not used temp_64 variablesPawel Laszczak1-3/+0
2022-01-26usb: cdnsp: fix cdnsp_decode_trb function to properly handle ret valuePawel Laszczak1-151/+154
2022-01-05headers/prep: Fix non-standard header section: drivers/usb/cdns3/core.hIngo Molnar1-3/+3
2021-12-21usb: cdns3: Use platform_get_irq_byname() to get the interruptLad Prabhakar1-6/+8
2021-12-20Merge 5.16-rc6 into usb-nextGreg Kroah-Hartman3-3/+24
2021-12-16usb: cdnsp: Fix lack of spin_lock_irqsave/spin_lock_restorePawel Laszczak1-0/+12
2021-12-13usb: cdnsp: Fix incorrect status for control requestPawel Laszczak1-0/+2
2021-12-13usb: cdnsp: Fix issue in cdnsp_log_ep trace eventPawel Laszczak1-2/+2