index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
cdns3
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-02
usb: cdns3: gadget: using correct sg operations
Peter Chen
1
-7
/
+15
2020-10-02
usb: cdns3: gadget: fix possible memory leak
Peter Chen
1
-5
/
+15
2020-10-02
usb: cdns3: gadget: fix some endian issues
Peter Chen
1
-30
/
+30
2020-10-02
usb: cdns3: gadget: move wait configuration operation
Peter Chen
2
-6
/
+9
2020-10-02
usb: cdns3: drd: call PHY .set_mode accordingly
Peter Chen
1
-0
/
+5
2020-10-02
usb: cdns3: gadget: clear the interrupt status when disconnect the host
Peter Chen
1
-2
/
+5
2020-10-02
usb: cdns3: gadget: set fast access bit
Peter Chen
1
-0
/
+3
2020-10-02
usb: cdns3: core: quit if it uses role switch class
Peter Chen
1
-0
/
+4
2020-10-02
usb: cdns3: Enable workaround for USB2.0 PHY Rx compliance test PHY lockup
Pawel Laszczak
4
-1
/
+19
2020-10-02
usb: cdns3: imx: add glue layer runtime pm implementation
Peter Chen
1
-5
/
+186
2020-10-02
usb: cdns3: add runtime PM support
Peter Chen
5
-17
/
+166
2020-10-02
usb: cdns3: introduce set_phy_power_on{off} APIs
Peter Chen
1
-15
/
+28
2020-09-24
usb: cdns3: gadget: free interrupt after gadget has deleted
Peter Chen
1
-1
/
+1
2020-07-29
usb: cdns3: convert to devm_platform_ioremap_resource_byname
Chunfeng Yun
1
-2
/
+1
2020-07-24
usb: cdns3: drd: simplify *switch_gadet and *switch_host
Pawel Laszczak
4
-62
/
+76
2020-07-24
usb: cdns3: core: removed overwriting some error code
Pawel Laszczak
1
-6
/
+2
2020-07-24
usb: cdns3: core: removed 'goto not_otg'
Pawel Laszczak
1
-11
/
+9
2020-07-24
usb: cdns3: Added CDNS3_ID_PERIPHERAL and CDNS3_ID_HOST
Pawel Laszczak
2
-2
/
+5
2020-07-24
usb: cdns3: drd: changed return type from int to bool
Pawel Laszczak
2
-10
/
+10
2020-07-24
usb: cdns3: drd: return IRQ_NONE explicitly.
Pawel Laszczak
1
-2
/
+2
2020-07-24
usb: cnds3: drd: deleted !=
Pawel Laszczak
1
-1
/
+1
2020-07-24
usb: cdns3: drd: removed not needed variables initialization
Pawel Laszczak
2
-12
/
+11
2020-07-24
usb: cdns3: core: removed cdns3_get_current_role_driver function
Pawel Laszczak
1
-7
/
+0
2020-07-24
usb: cdns3: gadget: always zeroed TRB buffer when enable endpoint
Peter Chen
1
-1
/
+2
2020-07-24
usb: cdns3: ep0: delete the unnecessary operation
Peter Chen
1
-3
/
+0
2020-07-24
usb: cdns3: gadget: improve the set_configuration handling
Peter Chen
2
-13
/
+5
2020-07-21
USB: Replace HTTP links with HTTPS ones
Alexander A. Klimov
1
-1
/
+1
2020-07-20
Merge 5.8-rc6 into usb-next
Greg Kroah-Hartman
2
-18
/
+18
2020-07-10
usb: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-2
/
+2
2020-07-09
usb: cdns3: trace: fix some endian issues
Peter Chen
1
-3
/
+3
2020-07-09
usb: cdns3: ep0: fix some endian issues
Peter Chen
1
-15
/
+15
2020-07-03
usb: cdns3: ep0: Move 'zlp' description to appropriate function header
Lee Jones
1
-1
/
+1
2020-07-03
usb: cdns3: gadget: Fix a bunch of kernel doc issues
Lee Jones
1
-5
/
+6
2020-07-03
usb: cdns3: ep0: Fix a bunch of kerneldoc issues
Lee Jones
1
-3
/
+9
2020-07-03
usb: cdns3: core: Fix incorrect formatting and misspelled function arg docs
Lee Jones
1
-4
/
+4
2020-07-01
usb: cdns3: gadget: use unsigned int for 32-bit number
Peter Chen
1
-1
/
+1
2020-07-01
usb: cdns3: gadget: unsigned int is dereferenced as a wider unsigned long
Peter Chen
1
-2
/
+2
2020-07-01
usb: cdns3: ep0: delete the duplicate code
Peter Chen
1
-1
/
+1
2020-06-29
Merge 5.8-rc3 into usb-next
Greg Kroah-Hartman
2
-5
/
+7
2020-06-27
usb: cdns3: gadget: Replace trace_printk by dev_dbg
Nicolas Boichat
1
-1
/
+1
2020-06-24
usb: cdns3: ep0: add spinlock for cdns3_check_new_setup
Peter Chen
1
-3
/
+4
2020-06-24
usb: cdns3: trace: using correct dir value
Peter Chen
1
-1
/
+1
2020-06-24
usb: cdns3: ep0: fix the test mode set incorrectly
Peter Chen
1
-1
/
+2
2020-06-24
USB: ch9: add "USB_" prefix in front of TEST defines
Greg Kroah-Hartman
1
-4
/
+4
2020-05-25
Merge tag 'usb-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...
Greg Kroah-Hartman
3
-15
/
+8
2020-05-25
usb: cdns3: ep0: delete the redundant status stage
Peter Chen
1
-7
/
+0
2020-05-25
usb: cdns3: Fix runtime PM imbalance on error
Dinghao Liu
1
-2
/
+1
2020-05-25
usb: cdns3: gadget: assign interrupt number to USB gadget structure
Peter Chen
1
-0
/
+1
2020-05-25
usb: cdns3: change dev_info to dev_dbg for debug message
Peter Chen
2
-3
/
+3
2020-05-25
usb: cdns3: change "cdsn3" to"cdns3"
Peter Chen
1
-5
/
+3
[prev]
[next]