index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
cdns3
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge 5.13-rc4 into usb-next
Greg Kroah-Hartman
2021-05-31
2
-8
/
+10
|
\
|
*
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: 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
|
/
*
usb: cdnsp: Fixes issue with Configure Endpoint command
Pawel Laszczak
2021-04-12
2
-5
/
+13
*
usb: cdnsp: remove redundant initialization of variable ret
Colin Ian King
2021-04-12
1
-1
/
+1
*
usb: cdns3: delete repeated clear operations
Wang Qing
2021-04-12
1
-1
/
+0
*
usb: cdns3: Optimize DMA request buffer allocation
Sanket Parmar
2021-04-12
2
-6
/
+25
*
usb: cdns3: Use dma_pool_* api to alloc trb pool
Sanket Parmar
2021-04-12
2
-23
/
+20
*
usb: cdns3: fix static checker warning.
Frank Li
2021-04-12
1
-1
/
+1
*
usb: cdns3: imx: mark cdns_imx_system_resume as __maybe_unused
Wei Yongjun
2021-04-12
1
-1
/
+1
*
usb: cdns3: trace: delete the trace parameter for request->trb
Peter Chen
2021-04-12
1
-4
/
+1
*
usb: cdns3: imx: add power lost support for system resume
Frank Li
2021-04-12
1
-0
/
+34
*
usb: cdns3: add power lost support for system resume
Frank Li
2021-04-12
5
-3
/
+68
*
usb: cdnsp: Fixes issue with dequeuing requests after disabling endpoint
Pawel Laszczak
2021-03-27
1
-0
/
+4
*
usb: cdnsp: Fixes incorrect value in ISOC TRB
Pawel Laszczak
2021-03-13
1
-1
/
+4
*
Merge tag 'usb-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pe...
Greg Kroah-Hartman
2021-02-09
27
-523
/
+10404
|
\
|
*
usb: cdnsp: Removes some useless trace events
Pawel Laszczak
2021-02-06
4
-18
/
+0
|
*
usb: cdns3: Add support for TI's AM64 SoC
Aswath Govindraju
2021-01-23
1
-0
/
+1
|
*
usb: cdnsp: fixes undefined reference to cdns_remove
Pawel Laszczak
2021-01-14
1
-0
/
+8
|
*
usb: cdns3: Adds missing __iomem markers
Pawel Laszczak
2021-01-14
2
-12
/
+12
|
*
usb: cdnsp: Fix for undefined reference to `usb_hcd_is_primary_hcd'
Pawel Laszczak
2020-12-29
1
-1
/
+6
|
*
usb: cdnsp: Fixes for sparse warnings
Pawel Laszczak
2020-12-29
7
-37
/
+32
|
*
usb: cdns3: Fixes for sparse warnings
Pawel Laszczak
2020-12-29
2
-5
/
+5
|
*
usb: cdnsp: fix error handling in cdnsp_mem_init()
Pawel Laszczak
2020-12-29
1
-12
/
+24
|
*
usb: cdns3: Removes xhci_cdns3_suspend_quirk from host-export.h
Pawel Laszczak
2020-12-29
2
-8
/
+3
|
*
usb: cdnsp: Removes some not useful function arguments
Pawel Laszczak
2020-12-29
3
-14
/
+13
|
*
usb: cdns3: fix warning when USB_CDNS_HOST is not set
Randy Dunlap
2020-12-29
1
-2
/
+2
|
*
usb: cdns3: fix build when PM_SLEEP is not set
Randy Dunlap
2020-12-29
1
-0
/
+5
|
*
usb: cdnsp: Mark cdnsp_gadget_ops with static keyword
Zou Wei
2020-12-29
1
-1
/
+1
|
*
usb: cdns3: Change file names for cdns3 driver.
Pawel Laszczak
2020-12-29
7
-11
/
+11
|
*
usb: cdnsp: Add tracepoints for CDNSP driver
Pawel Laszczak
2020-12-29
8
-16
/
+1614
|
*
usb: cdnsp: cdns3 Add main part of Cadence USBSSP DRD Driver
Pawel Laszczak
2020-12-29
14
-29
/
+6639
|
*
usb: cdnsp: Device side header file for CDNSP driver
Pawel Laszczak
2020-12-29
1
-0
/
+1463
|
*
usb: cdns3: Changed type of gadget_dev in cdns structure
Pawel Laszczak
2020-12-29
1
-2
/
+2
|
*
usb: cdns3: Refactoring names in reusable code
Pawel Laszczak
2020-12-29
10
-198
/
+199
|
*
usb: cdns3: Moves reusable code to separate module
Pawel Laszczak
2020-12-29
6
-7
/
+35
|
*
usb: cdns3: Split core.c into cdns3-plat and core.c file
Pawel Laszczak
2020-12-29
6
-263
/
+343
|
*
usb: cdns3: Add support for DRD CDNSP
Pawel Laszczak
2020-12-29
4
-49
/
+148
*
|
usb: cdns3: imx: improve driver .remove API
Peter Chen
2020-12-29
1
-0
/
+5
*
|
usb: cdns3: imx: fix can't create core device the second time issue
Peter Chen
2020-12-29
1
-10
/
+1
*
|
usb: cdns3: imx: fix writing read-only memory issue
Peter Chen
2020-12-29
1
-1
/
+5
|
/
[next]