index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
cdns3
Age
Commit message (
Expand
)
Author
Files
Lines
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
2020-11-16
usb: cdns3: gadget: calculate TD_SIZE based on TD
Peter Chen
1
-11
/
+13
2020-11-16
usb: cdns3: gadget: initialize link_trb as NULL
Peter Chen
1
-1
/
+1
2020-10-30
usb: cdns3: gadget: own the lock wrongly at the suspend routine
Peter Chen
1
-4
/
+7
2020-10-30
usb: cdns3: Fix on-chip memory overflow issue
Pawel Laszczak
3
-76
/
+94
2020-10-29
usb: cdns3: gadget: suspicious implicit sign extension
Peter Chen
1
-1
/
+1
2020-10-28
usb: cdns3: Variable 'length' set but not used
Pawel Laszczak
1
-2
/
+0
2020-10-02
usb: cdns3: gadget: enlarge the TRB ring length
Peter Chen
1
-1
/
+1
2020-10-02
usb: cdns3: gadget: sg_support is only for DEV_VER_V2 or above
Peter Chen
1
-1
/
+2
2020-10-02
usb: cdns3: gadget: need to handle sg case for workaround 2 case
Peter Chen
1
-13
/
+31
2020-10-02
usb: cdns3: gadget: handle sg list use case at completion correctly
Peter Chen
2
-29
/
+65
2020-10-02
usb: cdns3: gadget: add CHAIN and ISP bit for sg list use case
Peter Chen
1
-1
/
+7
2020-10-02
usb: cdns3: gadget: improve the dump TRB operation at cdns3_ep_run_transfer
Peter Chen
1
-2
/
+17
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
[next]