summaryrefslogtreecommitdiffstats
path: root/drivers/usb/cdns3
Commit message (Expand)AuthorAgeFilesLines
* tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)2024-05-222-18/+18
* usb: cdns3: Fix spelling mistake "supporte" -> "supported"Colin Ian King2024-03-021-1/+1
* usb: cdns3: fix memory double free when handle zero packetFrank Li2024-02-191-1/+5
* usb: cdns3: fixed memory use after free at cdns3_gadget_ep_disable()Frank Li2024-02-191-1/+1
* usb: cdnsp: fixed issue with incorrect detecting CDNSP family controllersPawel Laszczak2024-02-193-6/+14
* usb: cdnsp: blocked some cdns3 specific codePawel Laszczak2024-02-191-2/+14
* usb: cdns3: Fix uvc fail when DMA cross 4k boundery since sg enabledFrank Li2024-01-041-1/+31
* usb: cdns3: fix iso transfer error when mult is not zeroFrank Li2024-01-042-23/+39
* usb: cdns3: fix uvc failure work since sg support enabledFrank Li2024-01-041-11/+40
* usb: cdns3: Use dev_err_probeAlexander Stein2023-12-151-5/+11
* usb: cdns3: starfive: don't misuse /** commentRandy Dunlap2023-12-111-1/+1
* usb: cdnsp: Replace snprintf() with the safer scnprintf() variantLee Jones2023-12-041-177/+177
* Merge 6.7-rc3 into usb-nextGreg Kroah-Hartman2023-11-271-0/+3
|\
| * usb: cdnsp: Fix deadlock issue during using NCM gadgetPawel Laszczak2023-11-211-0/+3
* | usb: cdns3: skip set TRB_IOC when usb_request: no_interrupt is trueFrank Li2023-11-221-3/+4
|/
* usb:cdnsp: remove TRB_FLUSH_ENDPOINT commandPawel Laszczak2023-10-274-37/+1
* usb: cdns3: Modify the return value of cdns_set_active () to void when CONFIG...Xiaolei Wang2023-10-021-2/+1
* usb: cdnsp: Fixes issue with dequeuing not queued requestsPawel Laszczak2023-10-021-0/+3
* Merge 6.5-rc4 into usb-nextGreg Kroah-Hartman2023-07-311-1/+3
|\
| * usb: cdns3: fix incorrect calculation of ep_buf_size when more than one configFrank Li2023-07-251-1/+3
* | usb: cdns3: Add PHY mode switch to usb2 PHYMinda Chen2023-07-251-0/+4
* | usb: Explicitly include correct DT includesRob Herring2023-07-254-0/+4
* | usb: cdns3: starfive: Convert to platform remove callback returning voidUwe Kleine-König2023-07-251-4/+2
* | usb: cdns3: Put the cdns set active part outside the spin lockXiaolei Wang2023-07-254-8/+20
|/
* Revert "usb: common: usb-conn-gpio: Set last role to unknown before initial d...Greg Kroah-Hartman2023-06-151-2/+0
* usb: common: usb-conn-gpio: Set last role to unknown before initial detectionPrashanth K2023-06-131-0/+2
* Merge 6.4-rc5 into usb-nextGreg Kroah-Hartman2023-06-051-0/+13
|\
| * usb: cdns3: fix NCM gadget RX speed 20x slow than expection at iMX8QMFrank Li2023-05-291-0/+13
* | usb: cdns3: imx: Rework system PM to avoid duplicated operationsShenwei Wang2023-05-291-3/+11
* | usb: cdns3: optimize OUT transfer by copying only actual received dataFrank Li2023-05-291-2/+2
* | usb: cdns3: improve handling of unaligned address caseFrank Li2023-05-291-4/+7
* | usb: cdns3: Add StarFive JH7110 USB driverMinda Chen2023-05-293-0/+258
* | usb: cdns3: imx: simplify clock name usageFrank Li2023-05-291-5/+5
* | usb: cdns3-ti: Convert to platform remove callback returning voidUwe Kleine-König2023-05-281-4/+2
* | usb: cdns3-plat: Convert to platform remove callback returning voidUwe Kleine-König2023-05-281-3/+2
* | usb: cdns3-imx: Convert to platform remove callback returning voidUwe Kleine-König2023-05-281-4/+2
|/
* Merge 6.3-rc6 into usb-nextGreg Kroah-Hartman2023-04-101-2/+1
|\
| * usb: cdnsp: Fixes error: uninitialized symbol 'len'Pawel Laszczak2023-04-051-2/+1
* | Merge 6.3-rc4 into usb-nextGreg Kroah-Hartman2023-03-273-34/+17
|\|
| * usb: cdnsp: changes PCI Device ID to fix conflict with CNDS3 driverPawel Laszczak2023-03-161-16/+11
| * usb: cdns3: Fix issue with using incorrect PCI device functionPawel Laszczak2023-03-161-0/+5
| * usb: cdnsp: Fixes issue with redundant Status StagePawel Laszczak2023-03-161-18/+1
* | usb: cdns3: change some trace event __dynamic_array() to __get_buf()Linyu Yuan2023-03-092-16/+8
* | usb: cdns3: change trace event cdns3_ring() operationLinyu Yuan2023-03-092-17/+7
|/
* Merge 6.2-rc5 into usb-nextGreg Kroah-Hartman2023-01-231-0/+12
|\
| * usb: cdns3: remove fetched trb from cache before dequeuingPawel Laszczak2023-01-171-0/+12
* | usb: cdnsp: : add scatter gather support for ISOC endpointPawel Laszczak2023-01-173-53/+63
|/
* usb: cdnsp: fix lack of ZLP for ep0Pawel Laszczak2022-11-291-10/+32
* Merge 6.1-rc7 into usb-nextGreg Kroah-Hartman2022-11-282-13/+16
|\
| * usb: cdnsp: fix issue with ZLP - added TD_SIZE = 1Pawel Laszczak2022-11-221-4/+10