summaryrefslogtreecommitdiffstats
path: root/drivers/usb/cdns3
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-12/+11
2026-02-05usb: cdns3: fix role switching during resumeThomas Richard (TI)-1/+1
2025-12-06Merge tag 'usb-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-2/+0
2025-11-21usb: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus-2/+0
2025-10-28usb: cdns3: Fix double resource release in cdns3_pci_probeMiaoqian Lin-4/+1
2025-09-06usb: cdns3: gadget: Use-after-free during failed initialization and exit of c...Chen Yufeng-2/+6
2025-09-06usb: cdns3: cdnsp-pci: remove redundant pci_disable_device() callMiaoqian Lin-4/+1
2025-09-06cdnsp: Remove unused tracepointsSteven Rostedt-25/+0
2025-09-06cdns3: Remove unused tracepointsSteven Rostedt-61/+0
2025-06-24usb: cdnsp: Fix issue with CV Bad Descriptor testPawel Laszczak-6/+26
2025-06-19usb: cdnsp: do not disable slot for disabled slotPeter Chen-1/+3
2025-05-21usb: cdnsp: Fix issue with detecting command completion eventPawel Laszczak-1/+17
2025-05-21usb: cdnsp: Fix issue with detecting USB 3.2 speedPawel Laszczak-1/+6
2025-05-13Merge 6.15-rc6 into usb-nextGreg Kroah-Hartman-3/+52
2025-05-01usb: cdnsp: fix L1 resume issue for RTL_REVISION_NEW_LPM versionPawel Laszczak-1/+7
2025-05-01usb: cdnsp: Fix issue with resuming from L1Pawel Laszczak-2/+45
2025-04-28Merge 6.15-rc4 into usb-nextGreg Kroah-Hartman-0/+2
2025-04-11usb: cdns3: Fix deadlock when using NCM gadgetRalph Siemsen-0/+2
2025-04-11usb: cdns3: Remove the invalid commentLi Qiong-2/+0
2025-03-14usb: host: cdns3: forward lost power information to xhciThéo Lebrun-0/+11
2025-03-14usb: cdns3-ti: run HW init at resume() if HW was resetThéo Lebrun-0/+25
2025-03-14usb: cdns3-ti: move reg writes to separate functionThéo Lebrun-38/+44
2025-03-14usb: cdns3: call cdns_power_is_lost() only once in cdns_resume()Théo Lebrun-2/+3
2025-03-14usb: cdns3: rename hibernated argument of role->resume() to lost_powerThéo Lebrun-4/+4
2025-01-15USB: Use str_enable_disable-like helpersKrzysztof Kozlowski-6/+7
2025-01-03usb: cdns3: remove redundant if branchHongyu Xie-3/+1
2024-11-13usb: cdns3: Synchronise PCI IDs via common data baseAndy Shevchenko-19/+11
2024-10-04usb: Switch back to struct platform_driver::remove()Uwe Kleine-König-4/+4
2024-09-13sub: cdns3: Use predefined PCI vendor ID constantAndy Shevchenko-17/+17
2024-09-11usb: xhci: fix loss of data on Cadence xHCPawel Laszczak-1/+3
2024-09-11usb: cdnsp: Fix incorrect usb_request statusPawel Laszczak-2/+4
2024-08-24usb: cdnsp: fix for Link TRB with TCPawel Laszczak-0/+31
2024-08-22usb: cdnsp: fix incorrect index in cdnsp_get_hw_deq functionPawel Laszczak-1/+1
2024-07-19Merge tag 'pci-v6.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2024-06-07PCI: Use array for .id_table consistentlyMasahiro Yamada-1/+1
2024-06-04usb: cdns3-ti: Add workaround for Errata i2409Roger Quadros-1/+14
2024-06-04usb: cdns3: Add quirk flag to enable suspend residencyRoger Quadros-1/+13
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)-18/+18
2024-03-02usb: cdns3: Fix spelling mistake "supporte" -> "supported"Colin Ian King-1/+1
2024-02-19usb: cdns3: fix memory double free when handle zero packetFrank Li-1/+5
2024-02-19usb: cdns3: fixed memory use after free at cdns3_gadget_ep_disable()Frank Li-1/+1
2024-02-19usb: cdnsp: fixed issue with incorrect detecting CDNSP family controllersPawel Laszczak-6/+14
2024-02-19usb: cdnsp: blocked some cdns3 specific codePawel Laszczak-2/+14
2024-01-04usb: cdns3: Fix uvc fail when DMA cross 4k boundery since sg enabledFrank Li-1/+31
2024-01-04usb: cdns3: fix iso transfer error when mult is not zeroFrank Li-23/+39
2024-01-04usb: cdns3: fix uvc failure work since sg support enabledFrank Li-11/+40
2023-12-15usb: cdns3: Use dev_err_probeAlexander Stein-5/+11
2023-12-11usb: cdns3: starfive: don't misuse /** commentRandy Dunlap-1/+1
2023-12-04usb: cdnsp: Replace snprintf() with the safer scnprintf() variantLee Jones-177/+177