index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
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: add a HCD_DMA flag instead of guestimating DMA capabilities
Christoph Hellwig
2019-08-21
1
-1
/
+1
*
USB: musb: convert platform driver to use dev_groups
Greg Kroah-Hartman
2019-08-08
1
-19
/
+3
*
usb: musb: remove redundant assignment to variable ret
Colin Ian King
2019-08-01
1
-1
/
+1
*
usb: musb: dsps: Use dev_get_drvdata()
Kefeng Wang
2019-04-30
1
-4
/
+2
*
usb: musb: jz4740: obtain USB PHY from devicetree
Paul Cercueil
2019-04-30
1
-10
/
+7
*
usb: musb: jz4740: Let the platform probe the PHY
Paul Cercueil
2019-04-30
1
-2
/
+0
*
soc: sunxi: Fix missing dependency on REGMAP_MMIO
Samuel Holland
2019-04-30
1
-1
/
+1
*
usb: musb: omap2430: Add support for idling phy when musb is idle
Tony Lindgren
2019-04-30
1
-0
/
+6
*
usb: musb: Silence error about blacklisting hubs if !CONFIG_USB
Paul Cercueil
2019-04-30
1
-4
/
+5
*
USB: musb: mark expected switch fall-through
Gustavo A. R. Silva
2019-02-13
1
-1
/
+1
*
usb: musb: Kconfig: Drop dependency on CONFIG_USB for jz4740
Paul Cercueil
2019-02-12
1
-1
/
+1
*
usb: musb: Kconfig: Drop dependency on MACH_JZ4740 for jz4740
Paul Cercueil
2019-02-12
1
-1
/
+1
*
usb: musb: jz4740: Add support for devicetree
Paul Cercueil
2019-02-12
1
-0
/
+10
*
USB: musb: fix indentation issue on a return statement
Colin Ian King
2019-02-12
1
-1
/
+1
*
Merge 5.0-rc6 into usb-next
Greg Kroah-Hartman
2019-02-11
2
-22
/
+12
|
\
|
*
usb: gadget: musb: fix short isoc packets with inventra dma
Paul Elder
2019-01-30
2
-22
/
+12
*
|
USB: add missing SPDX lines to Kconfig and Makefiles
Greg Kroah-Hartman
2019-01-22
1
-0
/
+1
|
/
*
usb: musb: dsps: fix runtime pm for peripheral mode
Bin Liu
2018-12-18
1
-3
/
+9
*
usb: musb: dsps: fix otg state machine
Bin Liu
2018-12-18
1
-2
/
+7
*
usb: musb: dsps: do not disable CPPI41 irq in driver teardown
Bin Liu
2018-09-20
1
-11
/
+1
*
USB: musb: mark expected switch fall-throughs
Gustavo A. R. Silva
2018-07-02
2
-1
/
+2
*
USB: musb: clean up debugfs file and directory creation
Greg Kroah-Hartman
2018-05-31
4
-52
/
+11
*
usb: musb: remove an unused variable
Arnd Bergmann
2018-05-31
1
-1
/
+0
*
usb: musb: gadget: fix to_musb_ep() to not return NULL
Bin Liu
2018-05-22
1
-4
/
+1
*
usb: musb: gadget: fix to_musb_request() to not return NULL
Bin Liu
2018-05-22
1
-4
/
+1
*
USB: musb: dsps: propagate device-tree node
Johan Hovold
2018-05-22
1
-0
/
+1
*
usb: musb: disable otg protocol support
Bin Liu
2018-05-22
2
-5
/
+3
*
usb: musb: remove references to default_a of struct usb_otg
Bin Liu
2018-05-22
10
-51
/
+25
*
usb: musb: break the huge isr musb_stage0_irq() into small functions
Bin Liu
2018-05-22
1
-346
/
+384
*
usb: musb: remove unused members in struct musb_hdrc_config
Bin Liu
2018-05-22
1
-4
/
+0
*
usb: musb: remove duplicated port mode enum
Bin Liu
2018-05-22
7
-22
/
+16
*
usb: musb: dsps: remove duplicated get_musb_port_mode()
Bin Liu
2018-05-22
1
-20
/
+1
*
usb: musb: remove duplicated quirks flag
Bin Liu
2018-05-22
4
-15
/
+11
*
usb: musb: remove some register access wrapper functions
Bin Liu
2018-05-22
2
-76
/
+21
*
usb: musb: remove adjust_channel_params() callback from musb_platform_ops
Bin Liu
2018-05-22
2
-12
/
+0
*
usb: musb: remove readl/writel from struct musb_platform_ops
Bin Liu
2018-05-22
3
-28
/
+14
*
usb: musb: merge musbhsdma.h into musbhsdma.c
Bin Liu
2018-05-22
2
-73
/
+65
*
Merge 4.17-rc6 into usb-next
Greg Kroah-Hartman
2018-05-21
3
-13
/
+24
|
\
|
*
usb: musb: fix remote wakeup racing with suspend
Daniel Glöckner
2018-05-14
3
-13
/
+24
*
|
Merge 4.17-rc4 into usb-next
Greg Kroah-Hartman
2018-05-08
2
-2
/
+5
|
\
|
|
*
usb: musb: trace: fix NULL pointer dereference in musb_g_tx()
Bin Liu
2018-04-30
1
-1
/
+2
|
*
usb: musb: host: fix potential NULL pointer dereference
Bin Liu
2018-04-30
1
-1
/
+3
*
|
Merge 4.17-rc3 into usb-next
Greg Kroah-Hartman
2018-04-30
2
-2
/
+1
|
\
|
|
*
USB: musb: dsps: drop duplicate phy initialisation
Johan Hovold
2018-04-23
1
-2
/
+0
|
*
USB: musb: host: prevent core phy initialisation
Johan Hovold
2018-04-23
1
-0
/
+1
*
|
USB: musb: omap2430: drop non-DT support
Johan Hovold
2018-04-22
1
-50
/
+45
|
/
*
Merge tag 'usb-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2018-04-04
2
-17
/
+10
|
\
|
*
usb: musb: gadget: misplaced out of bounds check
Heinrich Schuchardt
2018-03-29
1
-5
/
+9
|
*
Merge branch 4.16-rc6 into usb-next
Greg Kroah-Hartman
2018-03-20
1
-1
/
+3
|
|
\
|
*
|
USB: musb: Re-use DEFINE_SHOW_ATTRIBUTE() macro
Andy Shevchenko
2018-03-09
1
-12
/
+1
[next]