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
/
musb
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-21
usb: musb: mediatek: Use clk_bulk API to simplify clock operations
AngeloGioacchino Del Regno
1
-63
/
+10
2022-04-21
usb: musb: Fix missing of_node_put() in omap2430_probe
Miaoqian Lin
1
-0
/
+1
2022-03-15
partially Revert "usb: musb: Set the DT node on the child device"
H. Nikolaus Schaller
1
-1
/
+0
2021-12-21
usb: musb: dsps: Use platform_get_irq_byname() to get the interrupt
Lad Prabhakar
1
-6
/
+9
2021-12-17
usb: musb: Set the DT node on the child device
Rob Herring
6
-0
/
+9
2021-12-17
usb: musb: Drop unneeded resource copying
Rob Herring
3
-53
/
+4
2021-10-22
usb: musb: Balance list entry in musb_gadget_queue
Viraj Shah
1
-1
/
+3
2021-10-22
usb: musb: sunxi: Don't print error on MUSB_ULPI_BUSCONTROL access
Roman Stratiienko
1
-0
/
+8
2021-10-18
Merge 5.15-rc6 into usb-next
Greg Kroah-Hartman
1
-1
/
+3
2021-10-13
usb: musb: dsps: Fix the probe error path
Miquel Raynal
1
-1
/
+3
2021-10-13
usb: musb: select GENERIC_PHY instead of depending on it
Randy Dunlap
1
-1
/
+1
2021-09-27
Merge 5.15-rc3 into usb-next
Greg Kroah-Hartman
1
-0
/
+1
2021-09-21
usb: musb: tusb6010: uninitialized data in tusb_fifo_write_unaligned()
Dan Carpenter
1
-0
/
+1
2021-09-21
usb: musb: tusb6010: check return value after calling platform_get_resource()
Yang Yingliang
1
-0
/
+5
2021-09-14
usb: musb: mediatek: Expose role-switch control to userspace
Sungbo Eo
1
-0
/
+1
2021-08-26
usb: musb: musb_dsps: request_irq() after initializing musb
Nadezda Lutovinova
1
-7
/
+6
2021-07-27
usb: musb: Fix suspend and resume issues for PHYs on I2C and SPI
Tony Lindgren
1
-5
/
+38
2021-06-14
usb: musb: Implement tracing for state change events
Tony Lindgren
2
-16
/
+35
2021-06-14
usb: musb: Simplify cable state handling
Tony Lindgren
1
-20
/
+20
2021-06-14
Merge tag 'v5.13-rc6' into usb-next
Greg Kroah-Hartman
1
-2
/
+1
2021-06-02
usb: musb: fix MUSB_QUIRK_B_DISCONNECT_99 handling
Thomas Petazzoni
1
-2
/
+1
2021-05-21
usb: musb: Check devctl status again for a spurious session request
Tony Lindgren
1
-0
/
+9
2021-05-21
usb: musb: Add missing PM suspend and resume functions for 2430 glue
Tony Lindgren
1
-0
/
+32
2021-05-17
Merge 5.13-rc2 into usb-next
Greg Kroah-Hartman
1
-1
/
+1
2021-05-10
usb: musb: Remove unused function argument dma, qh, offset, length
Saurav Girepunje
1
-7
/
+2
2021-05-10
usb: musb: Remove unused local variable dma, urb, offset
Saurav Girepunje
1
-5
/
+4
2021-05-10
usb: musb: Remove duplicate declaration of functions
Saurav Girepunje
1
-4
/
+0
2021-05-10
usb: musb: Fix spelling mistake "tranfer" -> "transfer"
Saurav Girepunje
1
-1
/
+1
2021-05-10
usb: musb: Fix an error message
Christophe JAILLET
1
-1
/
+1
2021-04-22
usb: musb: musb_core: Add space after that ','
Saurav Girepunje
1
-2
/
+2
2021-04-09
usb: musb: fix PM reference leak in musb_irq_work()
Bixuan Cui
1
-1
/
+1
2021-03-26
usb: musb: Fix suspend with devices connected for a64
Tony Lindgren
1
-4
/
+8
2021-02-05
usb: musb: jz4740: Add missing CR to error strings
Paul Cercueil
1
-9
/
+9
2021-02-05
usb: musb: dma: Remove unused variable
Paul Cercueil
1
-4
/
+0
2021-02-05
usb: musb: Fix NULL check on struct musb_request field
Paul Cercueil
1
-1
/
+1
2021-02-05
usb: musb: Fix runtime PM race in musb_queue_resume_work
Paul Cercueil
1
-14
/
+17
2020-11-23
usb: Fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-0
/
+1
2020-11-13
Revert "usb: musb: convert to devm_platform_ioremap_resource_byname"
Geert Uytterhoeven
1
-1
/
+3
2020-10-10
usb: musb: gadget: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
8
-19
/
+18
2020-08-05
Merge tag 'usb-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
6
-33
/
+26
2020-07-29
usb: musb: convert to devm_platform_ioremap_resource_byname
Chunfeng Yun
1
-3
/
+1
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
1
-1
/
+1
2020-07-15
USB: musb: Remove unused inline function
YueHaibing
1
-1
/
+0
2020-07-09
usb: musb: musb_dsps: Demote obvious misuse of kerneldoc to standard comment ...
Lee Jones
1
-4
/
+4
2020-06-24
USB: ch9: add "USB_" prefix in front of TEST defines
Greg Kroah-Hartman
2
-22
/
+18
2020-06-19
USB: rename USB OTG hub configuration option
Greg Kroah-Hartman
2
-3
/
+3
2020-05-25
usb: musb: Fix runtime PM imbalance on error
Dinghao Liu
1
-5
/
+5
2020-05-25
usb: musb: jz4740: Prevent lockup when CONFIG_SMP is set
Paul Cercueil
1
-2
/
+2
2020-05-25
usb: musb: mediatek: add reset FADDR to zero in reset interrupt handle
Macpaul Lin
1
-0
/
+6
[next]