index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
cdns3
/
cdns3-gadget.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-01
Merge tag 'v7.1-rc6' into usb-next
Greg Kroah-Hartman
1
-1
/
+11
2026-05-21
usb: cdns3: gadget: fix request skipping after clearing halt
Yongchao Wu
1
-1
/
+11
2026-04-27
usb: cdns3: Add USBSSP platform driver support
Peter Chen
1
-0
/
+1
2026-04-02
usb: cdns3: gadget: fix state inconsistency on gadget init failure
Yongchao Wu
1
-0
/
+1
2026-04-02
usb: cdns3: gadget: fix NULL pointer dereference in ep_queue
Yongchao Wu
1
-0
/
+3
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-3
/
+3
2025-11-21
usb: Remove redundant pm_runtime_mark_last_busy() calls
Sakari Ailus
1
-1
/
+0
2025-04-11
usb: cdns3: Fix deadlock when using NCM gadget
Ralph Siemsen
1
-0
/
+2
2025-03-14
usb: cdns3: rename hibernated argument of role->resume() to lost_power
Théo Lebrun
1
-2
/
+2
2024-02-19
usb: cdns3: fix memory double free when handle zero packet
Frank Li
1
-1
/
+5
2024-02-19
usb: cdns3: fixed memory use after free at cdns3_gadget_ep_disable()
Frank Li
1
-1
/
+1
2024-01-04
usb: cdns3: Fix uvc fail when DMA cross 4k boundery since sg enabled
Frank Li
1
-1
/
+31
2024-01-04
usb: cdns3: fix iso transfer error when mult is not zero
Frank Li
1
-23
/
+36
2024-01-04
usb: cdns3: fix uvc failure work since sg support enabled
Frank Li
1
-11
/
+40
2023-11-22
usb: cdns3: skip set TRB_IOC when usb_request: no_interrupt is true
Frank Li
1
-3
/
+4
2023-07-31
Merge 6.5-rc4 into usb-next
Greg Kroah-Hartman
1
-1
/
+3
2023-07-25
usb: Explicitly include correct DT includes
Rob Herring
1
-0
/
+1
2023-07-25
usb: cdns3: fix incorrect calculation of ep_buf_size when more than one config
Frank Li
1
-1
/
+3
2023-06-05
Merge 6.4-rc5 into usb-next
Greg Kroah-Hartman
1
-0
/
+13
2023-05-29
usb: cdns3: optimize OUT transfer by copying only actual received data
Frank Li
1
-2
/
+2
2023-05-29
usb: cdns3: improve handling of unaligned address case
Frank Li
1
-4
/
+7
2023-05-29
usb: cdns3: fix NCM gadget RX speed 20x slow than expection at iMX8QM
Frank Li
1
-0
/
+13
2023-01-17
usb: cdns3: remove fetched trb from cache before dequeuing
Pawel Laszczak
1
-0
/
+12
2022-08-30
usb: cdns3: fix issue with rearming ISO OUT endpoint
Pawel Laszczak
1
-0
/
+1
2022-08-30
usb: cdns3: fix incorrect handling TRB_SMM flag for ISOC transfer
Pawel Laszczak
1
-1
/
+2
2022-08-04
usb: cdns3: Don't use priv_dev uninitialized in cdns3_gadget_ep_enable()
Nathan Chancellor
1
-4
/
+8
2022-07-27
usb: cdns3: change place of 'priv_ep' assignment in cdns3_gadget_ep_dequeue()...
Andrey Strachuk
1
-3
/
+6
2022-06-10
usb: cdns3: fix random warning message when driver load
Frank Li
1
-1
/
+1
2022-06-10
usb: cdns3 fix use-after-free at workaround 2
Frank Li
1
-1
/
+1
2022-05-19
usb: cdns3: allocate TX FIFO size according to composite EP number
Frank Li
1
-4
/
+43
2022-04-09
usb: cdns3: Fix issue for clear halt endpoint
Pawel Laszczak
1
-2
/
+5
2021-12-03
usb: cdns3: gadget: fix new urb never complete if ep cancel previous requests
Frank Li
1
-16
/
+4
2021-09-14
usb: cdns3: fix race condition before setting doorbell
Pawel Laszczak
1
-0
/
+14
2021-06-21
Merge tag 'usb-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pe...
Greg Kroah-Hartman
1
-4
/
+2
2021-06-14
Merge tag 'v5.13-rc6' into usb-next
Greg Kroah-Hartman
1
-5
/
+3
2021-06-10
usb: cdns3: cdns3-gadget: Use list_move_tail instead of list_del/list_add_tail
Baokun Li
1
-3
/
+1
2021-05-31
Merge 5.13-rc4 into usb-next
Greg Kroah-Hartman
1
-1
/
+3
2021-05-27
usb: cdns3: cdns3-gadget: Provide correct function naming for '__cdns3_gadget...
Lee Jones
1
-1
/
+1
2021-05-27
usb: cdns3: cdns3-gadget: Fix a bunch of kernel-doc related formatting issues
Lee Jones
1
-17
/
+17
2021-05-25
usb: cdns3: Enable TDL_CHK only for OUT ep
Sanket Parmar
1
-5
/
+3
2021-05-11
usb: cdns3: Fix runtime PM imbalance on error
Dinghao Liu
1
-1
/
+3
2021-05-11
usb: cdns3: Corrected comment to align with kernel-doc comment
Souptick Joarder
1
-1
/
+1
2021-04-12
usb: cdns3: Optimize DMA request buffer allocation
Sanket Parmar
1
-6
/
+23
2021-04-12
usb: cdns3: Use dma_pool_* api to alloc trb pool
Sanket Parmar
1
-23
/
+19
2021-04-12
usb: cdns3: add power lost support for system resume
Frank Li
1
-0
/
+2
2020-12-29
usb: cdns3: Fixes for sparse warnings
Pawel Laszczak
1
-3
/
+3
2020-12-29
usb: cdns3: Change file names for cdns3 driver.
Pawel Laszczak
1
-0
/
+3335