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
*
usb: cdns3: gadget: enlarge the TRB ring length
Peter Chen
2020-10-02
1
-1
/
+1
*
usb: cdns3: gadget: sg_support is only for DEV_VER_V2 or above
Peter Chen
2020-10-02
1
-1
/
+2
*
usb: cdns3: gadget: need to handle sg case for workaround 2 case
Peter Chen
2020-10-02
1
-13
/
+31
*
usb: cdns3: gadget: handle sg list use case at completion correctly
Peter Chen
2020-10-02
2
-29
/
+65
*
usb: cdns3: gadget: add CHAIN and ISP bit for sg list use case
Peter Chen
2020-10-02
1
-1
/
+7
*
usb: cdns3: gadget: improve the dump TRB operation at cdns3_ep_run_transfer
Peter Chen
2020-10-02
1
-2
/
+17
*
usb: cdns3: gadget: using correct sg operations
Peter Chen
2020-10-02
1
-7
/
+15
*
usb: cdns3: gadget: fix possible memory leak
Peter Chen
2020-10-02
1
-5
/
+15
*
usb: cdns3: gadget: fix some endian issues
Peter Chen
2020-10-02
1
-30
/
+30
*
usb: cdns3: gadget: move wait configuration operation
Peter Chen
2020-10-02
2
-6
/
+9
*
usb: cdns3: drd: call PHY .set_mode accordingly
Peter Chen
2020-10-02
1
-0
/
+5
*
usb: cdns3: gadget: clear the interrupt status when disconnect the host
Peter Chen
2020-10-02
1
-2
/
+5
*
usb: cdns3: gadget: set fast access bit
Peter Chen
2020-10-02
1
-0
/
+3
*
usb: cdns3: core: quit if it uses role switch class
Peter Chen
2020-10-02
1
-0
/
+4
*
usb: cdns3: Enable workaround for USB2.0 PHY Rx compliance test PHY lockup
Pawel Laszczak
2020-10-02
4
-1
/
+19
*
usb: cdns3: imx: add glue layer runtime pm implementation
Peter Chen
2020-10-02
1
-5
/
+186
*
usb: cdns3: add runtime PM support
Peter Chen
2020-10-02
5
-17
/
+166
*
usb: cdns3: introduce set_phy_power_on{off} APIs
Peter Chen
2020-10-02
1
-15
/
+28
*
usb: cdns3: gadget: free interrupt after gadget has deleted
Peter Chen
2020-09-24
1
-1
/
+1
*
usb: cdns3: convert to devm_platform_ioremap_resource_byname
Chunfeng Yun
2020-07-29
1
-2
/
+1
*
usb: cdns3: drd: simplify *switch_gadet and *switch_host
Pawel Laszczak
2020-07-24
4
-62
/
+76
*
usb: cdns3: core: removed overwriting some error code
Pawel Laszczak
2020-07-24
1
-6
/
+2
*
usb: cdns3: core: removed 'goto not_otg'
Pawel Laszczak
2020-07-24
1
-11
/
+9
*
usb: cdns3: Added CDNS3_ID_PERIPHERAL and CDNS3_ID_HOST
Pawel Laszczak
2020-07-24
2
-2
/
+5
*
usb: cdns3: drd: changed return type from int to bool
Pawel Laszczak
2020-07-24
2
-10
/
+10
*
usb: cdns3: drd: return IRQ_NONE explicitly.
Pawel Laszczak
2020-07-24
1
-2
/
+2
*
usb: cnds3: drd: deleted !=
Pawel Laszczak
2020-07-24
1
-1
/
+1
*
usb: cdns3: drd: removed not needed variables initialization
Pawel Laszczak
2020-07-24
2
-12
/
+11
*
usb: cdns3: core: removed cdns3_get_current_role_driver function
Pawel Laszczak
2020-07-24
1
-7
/
+0
*
usb: cdns3: gadget: always zeroed TRB buffer when enable endpoint
Peter Chen
2020-07-24
1
-1
/
+2
*
usb: cdns3: ep0: delete the unnecessary operation
Peter Chen
2020-07-24
1
-3
/
+0
*
usb: cdns3: gadget: improve the set_configuration handling
Peter Chen
2020-07-24
2
-13
/
+5
*
USB: Replace HTTP links with HTTPS ones
Alexander A. Klimov
2020-07-21
1
-1
/
+1
*
Merge 5.8-rc6 into usb-next
Greg Kroah-Hartman
2020-07-20
2
-18
/
+18
|
\
|
*
usb: cdns3: trace: fix some endian issues
Peter Chen
2020-07-09
1
-3
/
+3
|
*
usb: cdns3: ep0: fix some endian issues
Peter Chen
2020-07-09
1
-15
/
+15
*
|
usb: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-07-10
1
-2
/
+2
*
|
usb: cdns3: ep0: Move 'zlp' description to appropriate function header
Lee Jones
2020-07-03
1
-1
/
+1
*
|
usb: cdns3: gadget: Fix a bunch of kernel doc issues
Lee Jones
2020-07-03
1
-5
/
+6
*
|
usb: cdns3: ep0: Fix a bunch of kerneldoc issues
Lee Jones
2020-07-03
1
-3
/
+9
*
|
usb: cdns3: core: Fix incorrect formatting and misspelled function arg docs
Lee Jones
2020-07-03
1
-4
/
+4
*
|
usb: cdns3: gadget: use unsigned int for 32-bit number
Peter Chen
2020-07-01
1
-1
/
+1
*
|
usb: cdns3: gadget: unsigned int is dereferenced as a wider unsigned long
Peter Chen
2020-07-01
1
-2
/
+2
*
|
usb: cdns3: ep0: delete the duplicate code
Peter Chen
2020-07-01
1
-1
/
+1
*
|
Merge 5.8-rc3 into usb-next
Greg Kroah-Hartman
2020-06-29
2
-5
/
+7
|
\
|
|
*
usb: cdns3: ep0: add spinlock for cdns3_check_new_setup
Peter Chen
2020-06-24
1
-3
/
+4
|
*
usb: cdns3: trace: using correct dir value
Peter Chen
2020-06-24
1
-1
/
+1
|
*
usb: cdns3: ep0: fix the test mode set incorrectly
Peter Chen
2020-06-24
1
-1
/
+2
*
|
usb: cdns3: gadget: Replace trace_printk by dev_dbg
Nicolas Boichat
2020-06-27
1
-1
/
+1
*
|
USB: ch9: add "USB_" prefix in front of TEST defines
Greg Kroah-Hartman
2020-06-24
1
-4
/
+4
|
/
[next]