summaryrefslogtreecommitdiff
path: root/drivers/usb/cdns3
AgeCommit message (Expand)AuthorFilesLines
2024-03-02usb: cdns3: Fix spelling mistake "supporte" -> "supported"Colin Ian King1-1/+1
2024-02-19usb: cdns3: fix memory double free when handle zero packetFrank Li1-1/+5
2024-02-19usb: cdns3: fixed memory use after free at cdns3_gadget_ep_disable()Frank Li1-1/+1
2024-02-19usb: cdnsp: fixed issue with incorrect detecting CDNSP family controllersPawel Laszczak3-6/+14
2024-02-19usb: cdnsp: blocked some cdns3 specific codePawel Laszczak1-2/+14
2024-01-04usb: cdns3: Fix uvc fail when DMA cross 4k boundery since sg enabledFrank Li1-1/+31
2024-01-04usb: cdns3: fix iso transfer error when mult is not zeroFrank Li2-23/+39
2024-01-04usb: cdns3: fix uvc failure work since sg support enabledFrank Li1-11/+40
2023-12-15usb: cdns3: Use dev_err_probeAlexander Stein1-5/+11
2023-12-11usb: cdns3: starfive: don't misuse /** commentRandy Dunlap1-1/+1
2023-12-04usb: cdnsp: Replace snprintf() with the safer scnprintf() variantLee Jones1-177/+177
2023-11-27Merge 6.7-rc3 into usb-nextGreg Kroah-Hartman1-0/+3
2023-11-22usb: cdns3: skip set TRB_IOC when usb_request: no_interrupt is trueFrank Li1-3/+4
2023-11-21usb: cdnsp: Fix deadlock issue during using NCM gadgetPawel Laszczak1-0/+3
2023-10-27usb:cdnsp: remove TRB_FLUSH_ENDPOINT commandPawel Laszczak4-37/+1
2023-10-02usb: cdns3: Modify the return value of cdns_set_active () to void when CONFIG...Xiaolei Wang1-2/+1
2023-10-02usb: cdnsp: Fixes issue with dequeuing not queued requestsPawel Laszczak1-0/+3
2023-07-31Merge 6.5-rc4 into usb-nextGreg Kroah-Hartman1-1/+3
2023-07-25usb: cdns3: Add PHY mode switch to usb2 PHYMinda Chen1-0/+4
2023-07-25usb: Explicitly include correct DT includesRob Herring4-0/+4
2023-07-25usb: cdns3: starfive: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-07-25usb: cdns3: Put the cdns set active part outside the spin lockXiaolei Wang4-8/+20
2023-07-25usb: cdns3: fix incorrect calculation of ep_buf_size when more than one configFrank Li1-1/+3
2023-06-15Revert "usb: common: usb-conn-gpio: Set last role to unknown before initial d...Greg Kroah-Hartman1-2/+0
2023-06-13usb: common: usb-conn-gpio: Set last role to unknown before initial detectionPrashanth K1-0/+2
2023-06-05Merge 6.4-rc5 into usb-nextGreg Kroah-Hartman1-0/+13
2023-05-29usb: cdns3: imx: Rework system PM to avoid duplicated operationsShenwei Wang1-3/+11
2023-05-29usb: cdns3: optimize OUT transfer by copying only actual received dataFrank Li1-2/+2
2023-05-29usb: cdns3: improve handling of unaligned address caseFrank Li1-4/+7
2023-05-29usb: cdns3: Add StarFive JH7110 USB driverMinda Chen3-0/+258
2023-05-29usb: cdns3: imx: simplify clock name usageFrank Li1-5/+5
2023-05-29usb: cdns3: fix NCM gadget RX speed 20x slow than expection at iMX8QMFrank Li1-0/+13
2023-05-28usb: cdns3-ti: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-05-28usb: cdns3-plat: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-05-28usb: cdns3-imx: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-04-10Merge 6.3-rc6 into usb-nextGreg Kroah-Hartman1-2/+1
2023-04-05usb: cdnsp: Fixes error: uninitialized symbol 'len'Pawel Laszczak1-2/+1
2023-03-27Merge 6.3-rc4 into usb-nextGreg Kroah-Hartman3-34/+17
2023-03-16usb: cdnsp: changes PCI Device ID to fix conflict with CNDS3 driverPawel Laszczak1-16/+11
2023-03-16usb: cdns3: Fix issue with using incorrect PCI device functionPawel Laszczak1-0/+5
2023-03-16usb: cdnsp: Fixes issue with redundant Status StagePawel Laszczak1-18/+1
2023-03-09usb: cdns3: change some trace event __dynamic_array() to __get_buf()Linyu Yuan2-16/+8
2023-03-09usb: cdns3: change trace event cdns3_ring() operationLinyu Yuan2-17/+7
2023-01-23Merge 6.2-rc5 into usb-nextGreg Kroah-Hartman1-0/+12
2023-01-17usb: cdnsp: : add scatter gather support for ISOC endpointPawel Laszczak3-53/+63
2023-01-17usb: cdns3: remove fetched trb from cache before dequeuingPawel Laszczak1-0/+12
2022-11-29usb: cdnsp: fix lack of ZLP for ep0Pawel Laszczak1-10/+32
2022-11-28Merge 6.1-rc7 into usb-nextGreg Kroah-Hartman2-13/+16
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