index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
cdns3
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-12
usb: cdnsp: Fixes issue with Configure Endpoint command
Pawel Laszczak
2
-5
/
+13
2021-04-12
usb: cdnsp: remove redundant initialization of variable ret
Colin Ian King
1
-1
/
+1
2021-04-12
usb: cdns3: delete repeated clear operations
Wang Qing
1
-1
/
+0
2021-04-12
usb: cdns3: Optimize DMA request buffer allocation
Sanket Parmar
2
-6
/
+25
2021-04-12
usb: cdns3: Use dma_pool_* api to alloc trb pool
Sanket Parmar
2
-23
/
+20
2021-04-12
usb: cdns3: fix static checker warning.
Frank Li
1
-1
/
+1
2021-04-12
usb: cdns3: imx: mark cdns_imx_system_resume as __maybe_unused
Wei Yongjun
1
-1
/
+1
2021-04-12
usb: cdns3: trace: delete the trace parameter for request->trb
Peter Chen
1
-4
/
+1
2021-04-12
usb: cdns3: imx: add power lost support for system resume
Frank Li
1
-0
/
+34
2021-04-12
usb: cdns3: add power lost support for system resume
Frank Li
5
-3
/
+68
2021-03-27
usb: cdnsp: Fixes issue with dequeuing requests after disabling endpoint
Pawel Laszczak
1
-0
/
+4
2021-03-13
usb: cdnsp: Fixes incorrect value in ISOC TRB
Pawel Laszczak
1
-1
/
+4
2021-02-09
Merge tag 'usb-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pe...
Greg Kroah-Hartman
27
-523
/
+10404
2021-02-06
usb: cdnsp: Removes some useless trace events
Pawel Laszczak
4
-18
/
+0
2021-01-23
usb: cdns3: Add support for TI's AM64 SoC
Aswath Govindraju
1
-0
/
+1
2021-01-14
usb: cdnsp: fixes undefined reference to cdns_remove
Pawel Laszczak
1
-0
/
+8
2021-01-14
usb: cdns3: Adds missing __iomem markers
Pawel Laszczak
2
-12
/
+12
2020-12-29
usb: cdns3: imx: improve driver .remove API
Peter Chen
1
-0
/
+5
2020-12-29
usb: cdns3: imx: fix can't create core device the second time issue
Peter Chen
1
-10
/
+1
2020-12-29
usb: cdns3: imx: fix writing read-only memory issue
Peter Chen
1
-1
/
+5
2020-12-29
usb: cdnsp: Fix for undefined reference to `usb_hcd_is_primary_hcd'
Pawel Laszczak
1
-1
/
+6
2020-12-29
usb: cdnsp: Fixes for sparse warnings
Pawel Laszczak
7
-37
/
+32
2020-12-29
usb: cdns3: Fixes for sparse warnings
Pawel Laszczak
2
-5
/
+5
2020-12-29
usb: cdnsp: fix error handling in cdnsp_mem_init()
Pawel Laszczak
1
-12
/
+24
2020-12-29
usb: cdns3: Removes xhci_cdns3_suspend_quirk from host-export.h
Pawel Laszczak
2
-8
/
+3
2020-12-29
usb: cdnsp: Removes some not useful function arguments
Pawel Laszczak
3
-14
/
+13
2020-12-29
usb: cdns3: fix warning when USB_CDNS_HOST is not set
Randy Dunlap
1
-2
/
+2
2020-12-29
usb: cdns3: fix build when PM_SLEEP is not set
Randy Dunlap
1
-0
/
+5
2020-12-29
usb: cdnsp: Mark cdnsp_gadget_ops with static keyword
Zou Wei
1
-1
/
+1
2020-12-29
usb: cdns3: Change file names for cdns3 driver.
Pawel Laszczak
7
-11
/
+11
2020-12-29
usb: cdnsp: Add tracepoints for CDNSP driver
Pawel Laszczak
8
-16
/
+1614
2020-12-29
usb: cdnsp: cdns3 Add main part of Cadence USBSSP DRD Driver
Pawel Laszczak
14
-29
/
+6639
2020-12-29
usb: cdnsp: Device side header file for CDNSP driver
Pawel Laszczak
1
-0
/
+1463
2020-12-29
usb: cdns3: Changed type of gadget_dev in cdns structure
Pawel Laszczak
1
-2
/
+2
2020-12-29
usb: cdns3: Refactoring names in reusable code
Pawel Laszczak
10
-198
/
+199
2020-12-29
usb: cdns3: Moves reusable code to separate module
Pawel Laszczak
6
-7
/
+35
2020-12-29
usb: cdns3: Split core.c into cdns3-plat and core.c file
Pawel Laszczak
6
-263
/
+343
2020-12-29
usb: cdns3: Add support for DRD CDNSP
Pawel Laszczak
4
-49
/
+148
2020-12-10
Merge tag 'usb-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pe...
Greg Kroah-Hartman
7
-17
/
+75
2020-12-10
usb: cdns3: fix NULL pointer dereference on no platform data
Roger Quadros
2
-2
/
+2
2020-12-10
usb: cdns3: imx: enable runtime pm by default
Peter Chen
1
-1
/
+1
2020-12-10
usb: cdns3: add quirk for enable runtime pm by default
Peter Chen
3
-4
/
+23
2020-12-10
usb: cdns3: host: disable BEI support
Peter Chen
1
-1
/
+1
2020-12-10
usb: cdns3: host: add xhci_plat_priv quirk XHCI_SKIP_PHY_INIT
Peter Chen
1
-0
/
+1
2020-12-10
usb: cdns3: host: add .suspend_quirk for xhci-plat.c
Peter Chen
2
-0
/
+49
2020-12-10
usb: cdns3: Rids of duplicate error message
Pawel Laszczak
1
-10
/
+2
2020-12-10
usb: cdns3: Add static to cdns3_gadget_exit function
Pawel Laszczak
2
-4
/
+1
2020-11-30
usb: cdns3: core: fix goto label for error path
Peter Chen
1
-1
/
+1
2020-11-30
usb: cdns3: gadget: clear trb->length as zero after preparing every trb
Peter Chen
1
-0
/
+1
2020-11-30
usb: cdns3: Fix hardware based role switch
Roger Quadros
1
-12
/
+15
[next]