index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
cdns3
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb: cdnsp: Fixed setting last_trb incorrectly
Jing Leng
2022-06-10
1
-8
/
+11
*
usb: cdns3: allocate TX FIFO size according to composite EP number
Frank Li
2022-05-19
2
-7
/
+49
*
usb: cdns3: Fix issue for clear halt endpoint
Pawel Laszczak
2022-04-09
1
-2
/
+5
*
Merge tag 'v5.17-rc2' into usb-next
Greg Kroah-Hartman
2022-01-31
1
-3
/
+3
|
\
|
*
usb: cdnsp: Fix segmentation fault in cdns_lost_power function
Pawel Laszczak
2022-01-26
1
-3
/
+3
*
|
usb: cdnsp: remove not used temp_64 variables
Pawel Laszczak
2022-01-26
1
-3
/
+0
*
|
usb: cdnsp: fix cdnsp_decode_trb function to properly handle ret value
Pawel Laszczak
2022-01-26
1
-151
/
+154
|
/
*
headers/prep: Fix non-standard header section: drivers/usb/cdns3/core.h
Ingo Molnar
2022-01-05
1
-3
/
+3
*
usb: cdns3: Use platform_get_irq_byname() to get the interrupt
Lad Prabhakar
2021-12-21
1
-6
/
+8
*
Merge 5.16-rc6 into usb-next
Greg Kroah-Hartman
2021-12-20
3
-3
/
+24
|
\
|
*
usb: cdnsp: Fix lack of spin_lock_irqsave/spin_lock_restore
Pawel Laszczak
2021-12-15
1
-0
/
+12
|
*
usb: cdnsp: Fix incorrect status for control request
Pawel Laszczak
2021-12-13
1
-0
/
+2
|
*
usb: cdnsp: Fix issue in cdnsp_log_ep trace event
Pawel Laszczak
2021-12-13
1
-2
/
+2
|
*
usb: cdnsp: Fix incorrect calling of cdnsp_died function
Pawel Laszczak
2021-12-13
1
-1
/
+8
*
|
Merge 5.16-rc5 into usb-next
Greg Kroah-Hartman
2021-12-13
1
-0
/
+1
|
\
|
|
*
Merge tag 'net-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2021-12-09
1
-0
/
+1
|
|
\
|
|
*
treewide: Add missing includes masked by cgroup -> bpf dependency
Jakub Kicinski
2021-12-03
1
-0
/
+1
*
|
|
Merge 5.16-rc4 into usb-next
Greg Kroah-Hartman
2021-12-06
2
-16
/
+7
|
\
|
|
|
*
|
usb: cdnsp: Fix a NULL pointer dereference in cdnsp_endpoint_init()
Zhou Qingyang
2021-12-03
1
-0
/
+3
|
*
|
usb: cdns3: gadget: fix new urb never complete if ep cancel previous requests
Frank Li
2021-12-03
1
-16
/
+4
|
|
/
*
/
usb: cdnsp: Remove unneeded semicolon after `}'
Jason Wang
2021-11-17
1
-1
/
+1
|
/
*
usb: cdns3: fix race condition before setting doorbell
Pawel Laszczak
2021-09-14
1
-0
/
+14
*
usb: cdnsp: fix the wrong mult value for HS isoc or intr
Chunfeng Yun
2021-08-13
1
-1
/
+1
*
usb: cdnsp: Fix the IMAN_IE_SET and IMAN_IE_CLEAR macro
Christophe JAILLET
2021-07-29
1
-2
/
+2
*
usb: cdnsp: Fixed issue with ZLP
Pawel Laszczak
2021-07-29
1
-10
/
+8
*
usb: cdnsp: Fix incorrect supported maximum speed
Pawel Laszczak
2021-07-29
1
-1
/
+1
*
usb: cdns3: Fixed incorrect gadget state
Pawel Laszczak
2021-07-29
1
-0
/
+1
*
Merge tag 'usb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2021-07-05
8
-35
/
+33
|
\
|
*
Merge tag 'usb-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pe...
Greg Kroah-Hartman
2021-06-21
2
-7
/
+4
|
|
\
|
|
*
usb: cdns3: cdns3-gadget: Use list_move_tail instead of list_del/list_add_tail
Baokun Li
2021-06-10
1
-3
/
+1
|
|
*
usb: cdnsp: Useless condition has been removed
Pawel Laszczak
2021-05-11
1
-3
/
+2
|
|
*
usb: cdns3: Corrected comment to align with kernel-doc comment
Souptick Joarder
2021-05-11
1
-1
/
+1
|
*
|
Merge tag 'v5.13-rc6' into usb-next
Greg Kroah-Hartman
2021-06-14
2
-8
/
+7
|
|
\
\
|
*
\
\
Merge 5.13-rc4 into usb-next
Greg Kroah-Hartman
2021-05-31
2
-8
/
+10
|
|
\
\
\
|
*
|
|
|
usb: cdns3: cdnsp-gadget: Provide function name for 'cdnsp_find_next_ext_cap()'
Lee Jones
2021-05-27
1
-1
/
+2
|
*
|
|
|
usb: cdns3: cdns3-gadget: Provide correct function naming for '__cdns3_gadget...
Lee Jones
2021-05-27
1
-1
/
+1
|
*
|
|
|
usb: cdns3: cdns3-imx: File headers are not good candidates for kernel-doc
Lee Jones
2021-05-27
1
-1
/
+1
|
*
|
|
|
usb: cdns3: cdns3-ep0: Fix a few kernel-doc formatting issues
Lee Jones
2021-05-27
1
-3
/
+3
|
*
|
|
|
usb: cdns3: cdns3-ti: File headers are not good candidates for kernel-doc
Lee Jones
2021-05-27
1
-1
/
+1
|
*
|
|
|
usb: cdns3: cdns3-gadget: Fix a bunch of kernel-doc related formatting issues
Lee Jones
2021-05-27
1
-17
/
+17
|
*
|
|
|
usb: cdns3: cdns3-plat: Fix incorrect naming of function 'cdns3_plat_remove()'
Lee Jones
2021-05-27
1
-1
/
+1
|
*
|
|
|
usb: cdns3: core: Fix a couple of incorrectly documented function names
Lee Jones
2021-05-27
1
-2
/
+2
|
*
|
|
|
USB: cdnsp: drop irq-flags initialisations
Johan Hovold
2021-05-21
1
-2
/
+2
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2021-07-03
1
-1
/
+1
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
treewide: Add missing semicolons to __assign_str uses
Joe Perches
2021-06-30
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
usb: cdnsp: Fix deadlock issue in cdnsp_thread_irq_handler
Pawel Laszczak
2021-05-27
1
-3
/
+4
*
|
|
usb: cdns3: Enable TDL_CHK only for OUT ep
Sanket Parmar
2021-05-25
1
-5
/
+3
|
/
/
*
|
usb: cdnsp: Fix lack of removing request from pending list.
Pawel Laszczak
2021-05-11
1
-7
/
+7
*
|
usb: cdns3: Fix runtime PM imbalance on error
Dinghao Liu
2021-05-11
1
-1
/
+3
|
/
*
usb: cdnsp: Fixes issue with Configure Endpoint command
Pawel Laszczak
2021-04-12
2
-5
/
+13
[next]