index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
cdns3
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-23
tracing/treewide: Remove second parameter of __assign_str()
Steven Rostedt (Google)
2
-18
/
+18
2024-03-02
usb: cdns3: Fix spelling mistake "supporte" -> "supported"
Colin Ian King
1
-1
/
+1
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-02-19
usb: cdnsp: fixed issue with incorrect detecting CDNSP family controllers
Pawel Laszczak
3
-6
/
+14
2024-02-19
usb: cdnsp: blocked some cdns3 specific code
Pawel Laszczak
1
-2
/
+14
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
2
-23
/
+39
2024-01-04
usb: cdns3: fix uvc failure work since sg support enabled
Frank Li
1
-11
/
+40
2023-12-15
usb: cdns3: Use dev_err_probe
Alexander Stein
1
-5
/
+11
2023-12-11
usb: cdns3: starfive: don't misuse /** comment
Randy Dunlap
1
-1
/
+1
2023-12-04
usb: cdnsp: Replace snprintf() with the safer scnprintf() variant
Lee Jones
1
-177
/
+177
2023-11-27
Merge 6.7-rc3 into usb-next
Greg Kroah-Hartman
1
-0
/
+3
2023-11-22
usb: cdns3: skip set TRB_IOC when usb_request: no_interrupt is true
Frank Li
1
-3
/
+4
2023-11-21
usb: cdnsp: Fix deadlock issue during using NCM gadget
Pawel Laszczak
1
-0
/
+3
2023-10-27
usb:cdnsp: remove TRB_FLUSH_ENDPOINT command
Pawel Laszczak
4
-37
/
+1
2023-10-02
usb: cdns3: Modify the return value of cdns_set_active () to void when CONFIG...
Xiaolei Wang
1
-2
/
+1
2023-10-02
usb: cdnsp: Fixes issue with dequeuing not queued requests
Pawel Laszczak
1
-0
/
+3
2023-07-31
Merge 6.5-rc4 into usb-next
Greg Kroah-Hartman
1
-1
/
+3
2023-07-25
usb: cdns3: Add PHY mode switch to usb2 PHY
Minda Chen
1
-0
/
+4
2023-07-25
usb: Explicitly include correct DT includes
Rob Herring
4
-0
/
+4
2023-07-25
usb: cdns3: starfive: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-07-25
usb: cdns3: Put the cdns set active part outside the spin lock
Xiaolei Wang
4
-8
/
+20
2023-07-25
usb: cdns3: fix incorrect calculation of ep_buf_size when more than one config
Frank Li
1
-1
/
+3
2023-06-15
Revert "usb: common: usb-conn-gpio: Set last role to unknown before initial d...
Greg Kroah-Hartman
1
-2
/
+0
2023-06-13
usb: common: usb-conn-gpio: Set last role to unknown before initial detection
Prashanth K
1
-0
/
+2
2023-06-05
Merge 6.4-rc5 into usb-next
Greg Kroah-Hartman
1
-0
/
+13
2023-05-29
usb: cdns3: imx: Rework system PM to avoid duplicated operations
Shenwei Wang
1
-3
/
+11
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: Add StarFive JH7110 USB driver
Minda Chen
3
-0
/
+258
2023-05-29
usb: cdns3: imx: simplify clock name usage
Frank Li
1
-5
/
+5
2023-05-29
usb: cdns3: fix NCM gadget RX speed 20x slow than expection at iMX8QM
Frank Li
1
-0
/
+13
2023-05-28
usb: cdns3-ti: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-05-28
usb: cdns3-plat: Convert to platform remove callback returning void
Uwe Kleine-König
1
-3
/
+2
2023-05-28
usb: cdns3-imx: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-04-10
Merge 6.3-rc6 into usb-next
Greg Kroah-Hartman
1
-2
/
+1
2023-04-05
usb: cdnsp: Fixes error: uninitialized symbol 'len'
Pawel Laszczak
1
-2
/
+1
2023-03-27
Merge 6.3-rc4 into usb-next
Greg Kroah-Hartman
3
-34
/
+17
2023-03-16
usb: cdnsp: changes PCI Device ID to fix conflict with CNDS3 driver
Pawel Laszczak
1
-16
/
+11
2023-03-16
usb: cdns3: Fix issue with using incorrect PCI device function
Pawel Laszczak
1
-0
/
+5
2023-03-16
usb: cdnsp: Fixes issue with redundant Status Stage
Pawel Laszczak
1
-18
/
+1
2023-03-09
usb: cdns3: change some trace event __dynamic_array() to __get_buf()
Linyu Yuan
2
-16
/
+8
2023-03-09
usb: cdns3: change trace event cdns3_ring() operation
Linyu Yuan
2
-17
/
+7
2023-01-23
Merge 6.2-rc5 into usb-next
Greg Kroah-Hartman
1
-0
/
+12
2023-01-17
usb: cdnsp: : add scatter gather support for ISOC endpoint
Pawel Laszczak
3
-53
/
+63
2023-01-17
usb: cdns3: remove fetched trb from cache before dequeuing
Pawel Laszczak
1
-0
/
+12
2022-11-29
usb: cdnsp: fix lack of ZLP for ep0
Pawel Laszczak
1
-10
/
+32
2022-11-28
Merge 6.1-rc7 into usb-next
Greg Kroah-Hartman
2
-13
/
+16
2022-11-22
usb: cdnsp: fix issue with ZLP - added TD_SIZE = 1
Pawel Laszczak
1
-4
/
+10
[next]