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
/
musb
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb: musb: Fix runtime PM imbalance on error
Dinghao Liu
2020-05-25
1
-5
/
+5
*
usb: musb: jz4740: Prevent lockup when CONFIG_SMP is set
Paul Cercueil
2020-05-25
1
-2
/
+2
*
usb: musb: mediatek: add reset FADDR to zero in reset interrupt handle
Macpaul Lin
2020-05-25
1
-0
/
+6
*
usb: musb: use true for 'use_dma'
Jason Yan
2020-05-25
1
-1
/
+1
*
usb: musb: start session in resume for host port
Bin Liu
2020-05-25
1
-0
/
+7
*
usb: musb: return -ESHUTDOWN in urb when three-strikes error happened
Bin Liu
2020-05-25
1
-2
/
+8
*
USB: musb: Use the correct style for SPDX License Identifier
Nishad Kamdar
2020-04-16
11
-11
/
+11
*
usb: musb: tusb6010: fix a possible missing data type replacement
Macpaul Lin
2020-03-17
1
-1
/
+1
*
usb: musb: fix crash with highmen PIO and usbmon
Mans Rullgard
2020-03-17
1
-12
/
+5
*
usb: musb: jz4740: Add support for the JZ4770
Paul Cercueil
2020-03-17
1
-0
/
+28
*
usb: musb: jz4740: Unconditionally depend on devicetree
Paul Cercueil
2020-03-17
2
-5
/
+10
*
usb: musb: jz4740: Register USB role switch
Paul Cercueil
2020-03-17
2
-0
/
+49
*
usb: musb: jz4740: Add support for DMA
Paul Cercueil
2020-03-17
2
-7
/
+15
*
usb: musb: remove redundant assignment to variable ret
Colin Ian King
2020-03-17
1
-1
/
+1
*
usb: roles: Provide the switch drivers handle to the switch in the API
Heikki Krogerus
2020-03-04
1
-6
/
+10
*
usb: musb: core: remove useless cast for driver.name
Corentin Labbe
2020-02-19
1
-1
/
+1
*
USB: musb: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-02-14
1
-1
/
+1
*
usb: musb: fix spelling mistake: "periperal" -> "peripheral"
Colin Ian King
2020-01-21
1
-1
/
+1
*
usb: musb: remove dummy driver musb_am335x.c
Bin Liu
2020-01-15
3
-51
/
+0
*
usb: musb: davinci: Convert to use GPIO descriptor
Linus Walleij
2020-01-15
1
-24
/
+33
*
usb: musb: Add support for MediaTek musb controller
Min Guo
2020-01-15
3
-1
/
+591
*
usb: musb: Add musb_clearb/w() interface
Min Guo
2020-01-15
6
-28
/
+48
*
usb: musb: Add noirq type of dma create interface
Min Guo
2020-01-15
2
-17
/
+46
*
usb: musb: Add get/set toggle hooks
Min Guo
2020-01-15
4
-36
/
+61
*
usb: musb/ux500: Use dma_request_chan() instead dma_request_slave_channel()
Peter Ujfalusi
2020-01-15
1
-2
/
+2
*
USB: musb: fix __iomem in trace functions
Ben Dooks (Codethink)
2020-01-15
1
-12
/
+21
*
usb: musb: jz4740: Whitespace and indentation fixes
Paul Cercueil
2020-01-15
1
-14
/
+14
*
usb: musb: jz4740: Comments fix
Paul Cercueil
2020-01-15
1
-2
/
+3
*
usb: musb: jz4740: Rename platform_device field in priv struct
Paul Cercueil
2020-01-15
1
-3
/
+3
*
usb: musb: jz4740: Constify jz4740_musb_pdata struct
Paul Cercueil
2020-01-15
1
-8
/
+7
*
usb: musb: jz4740: Add local dev variable to clean up probe
Paul Cercueil
2020-01-15
1
-9
/
+10
*
usb: musb: jz4740: Suppress useless field in priv structure
Paul Cercueil
2020-01-15
1
-2
/
+0
*
usb: musb: Get rid of omap2430_musb_set_vbus()
Tony Lindgren
2020-01-15
1
-48
/
+23
*
usb: musb: omap2430: Idle musb on init
Tony Lindgren
2020-01-15
1
-17
/
+3
*
usb: musb: omap2430: Clean up enable and remove devctl tinkering
Tony Lindgren
2020-01-15
1
-20
/
+0
*
usb: musb: Add musb_set_host and peripheral and use them for omap2430
Tony Lindgren
2020-01-15
3
-49
/
+128
*
usb: musb: omap2430: Handle multiple ID ground interrupts
Tony Lindgren
2020-01-15
1
-6
/
+19
*
usb: musb: omap2430: Wait on enable to avoid babble
Tony Lindgren
2020-01-15
1
-0
/
+3
*
usb: musb: omap2430: Get rid of musb .set_vbus for omap2430 glue
Tony Lindgren
2020-01-15
1
-2
/
+0
*
usb: musb: jz4740: Drop dependency on NOP_USB_XCEIV
Paul Cercueil
2020-01-15
1
-1
/
+0
*
usb: musb: sunxi: propagate devicetree node to glue pdev
Mans Rullgard
2020-01-15
1
-0
/
+2
*
usb: musb: core: Update the function description
Saurav Girepunje
2020-01-15
1
-1
/
+0
*
usb: musb: Disable pullup at init
Paul Cercueil
2020-01-08
1
-0
/
+3
*
usb: musb: fix idling for suspend after disconnect interrupt
Tony Lindgren
2020-01-08
1
-0
/
+8
*
usb: musb: dma: Correct parameter passed to IRQ handler
Paul Cercueil
2019-12-30
1
-1
/
+1
*
usb: musb: jz4740: Silence error if code is -EPROBE_DEFER
Paul Cercueil
2019-12-30
1
-2
/
+5
*
usb: musb: create debugfs directory under usb root
Chunfeng Yun
2019-11-21
1
-1
/
+1
*
usb: musb: dsps: create debugfs directory under usb root
Chunfeng Yun
2019-11-14
1
-1
/
+1
*
usb: Spelling s/enpoint/endpoint/
Geert Uytterhoeven
2019-11-04
1
-1
/
+1
*
usb: musb: musb_gadget.c: Remove unused variable
Saurav Girepunje
2019-10-04
1
-2
/
+1
[next]