index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
musb
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-09
Merge tag 'for_3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/...
Greg Kroah-Hartman
1
-1
/
+1
2014-03-09
phy: rename struct omap_control_usb to struct omap_control_phy
Kishon Vijay Abraham I
1
-1
/
+1
2014-03-07
Merge tag 'usb-for-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
5
-11
/
+153
2014-03-05
usb: musb: musb_cppi41: Dont reprogram DMA if tear down is initiated
George Cherian
1
-1
/
+2
2014-03-05
usb: musb: USB_MUSB_DUAL_ROLE/USB_MUSB_GADGET should depend on HAS_DMA
Geert Uytterhoeven
1
-0
/
+2
2014-03-05
usb: musb: avoid NULL pointer dereference
Felipe Balbi
1
-3
/
+2
2014-02-20
usb: musb: dsps, debugfs files
Markus Pargmann
1
-0
/
+54
2014-02-20
usb: musb: correct use of schedule_delayed_work()
Daniel Mack
2
-6
/
+9
2014-02-18
usb: musb: dsps, use devm_kzalloc
Markus Pargmann
1
-3
/
+1
2014-02-18
usb: musb: do not sleep in atomic context
Daniel Mack
2
-5
/
+17
2014-02-18
usb: musb: core: Fix remote-wakeup resume
Roger Quadros
1
-1
/
+9
2014-02-18
usb: musb: host: Fix SuperSpeed hub enumeration
Ajay Kumar Gupta
1
-0
/
+3
2014-02-18
usb: musb: fix obex in g_nokia.ko causing kernel panic
Felipe Balbi
1
-2
/
+0
2014-02-18
usb: musb: musb_cppi41: Handle ISOCH differently and not use the hrtimer.
George Cherian
1
-0
/
+53
2014-02-18
usb: musb: musb_cppi41: Make CPPI aware of high bandwidth transfers
George Cherian
1
-0
/
+13
2014-02-18
usb: musb: musb_host: Enable ISOCH IN handling for AM335x host
George Cherian
1
-4
/
+26
2014-01-08
usb: delete non-required instances of include <linux/init.h>
Paul Gortmaker
12
-12
/
+0
2014-01-03
USB: musb: correct spelling mistakes in comment and error string
Rahul Bedarkar
4
-7
/
+7
2014-01-03
Merge tag 'usb-for-v3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
11
-67
/
+442
2013-12-26
usb: musb: Remove usb_disable() check in module_init()
Ezequiel Garcia
1
-16
/
+1
2013-12-23
usb: musb: Rework USB and USB_GADGET dependency
Ezequiel Garcia
1
-4
/
+4
2013-12-20
usb: musb: fix musb pointer acqusition in musb_host_finish_resume
Daniel Mack
1
-1
/
+1
2013-12-20
usb: musb: fix prototype for musb_port_reset
Daniel Mack
1
-1
/
+1
2013-12-20
usb: musb: fix setting JZ4740 gadget periphal mode on reset
Apelete Seketeli
1
-1
/
+9
2013-12-20
usb: musb: add support for JZ4740 usb device controller
Apelete Seketeli
3
-1
/
+209
2013-12-19
usb: musb: finish suspend/reset work independently from musb_hub_control()
Daniel Mack
4
-34
/
+61
2013-12-19
Merge tag 'v3.13-rc4' into next
Felipe Balbi
3
-28
/
+149
2013-12-17
usb: musb: ux500_dma: fix potential NULL dereference error
Lee Jones
1
-1
/
+3
2013-12-17
usb: gadget: add "maxpacket_limit" field to struct usb_ep
Robert Baldyga
1
-3
/
+3
2013-12-16
Merge branch 3.13-rc4 into usb-next
Greg Kroah-Hartman
1
-0
/
+1
2013-12-08
usb: hcd: move controller wakeup setting initialization to individual driver
Peter Chen
1
-0
/
+1
2013-11-26
usb: musb: dsps: polling ID pin status only in otg mode
Bin Liu
1
-2
/
+3
2013-11-26
usb: musb: dsps: add support for suspend and resume
Daniel Mack
4
-2
/
+66
2013-11-26
usb: musb: dsps: add {tx,rx}_mode to wrapper
Daniel Mack
1
-0
/
+4
2013-11-26
usb: musb: call musb_port_suspend from musb_bus_suspend
Daniel Mack
3
-1
/
+5
2013-11-26
usb: musb: unconditionally save and restore the context on suspend
Daniel Mack
1
-1
/
+13
2013-11-26
usb: musb: core: call musb_platform_set_mode() during probe
Felipe Balbi
1
-1
/
+10
2013-11-26
usb: musb: dsps: implement ->set_mode()
Felipe Balbi
1
-0
/
+51
2013-11-25
usb: musb: only cancel work if it is initialized
Sebastian Andrzej Siewior
1
-4
/
+5
2013-11-25
usb: musb: musb_cppi41: handle pre-mature TX complete interrupt
Sebastian Andrzej Siewior
1
-5
/
+108
2013-11-25
usb: musb: musb_cppi41: factor most of cppi41_dma_callback() into cppi41_tran...
Sebastian Andrzej Siewior
1
-23
/
+36
2013-11-25
usb: fix musb gadget to enable OTG mode conditionally
Apelete Seketeli
1
-0
/
+4
2013-11-11
Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
Linus Torvalds
1
-1
/
+1
2013-10-24
Merge tag 'usb-for-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
13
-214
/
+179
2013-10-19
Merge 3.12-rc6 into usb-next.
Greg Kroah-Hartman
4
-46
/
+50
2013-10-17
usb: musb: cppi41: allow to defer probing if DMA isn't yet available
Sebastian Andrzej Siewior
2
-3
/
+13
2013-10-17
usb: musb: core: Call dma_controller_destroy() in error path only once.
Sebastian Andrzej Siewior
1
-2
/
+3
2013-10-17
usb: musb: core: properly free host / device structs in err path
Sebastian Andrzej Siewior
1
-0
/
+3
2013-10-17
usb: musb: dsps: run the timer only on OTG systems
Sebastian Andrzej Siewior
1
-1
/
+1
2013-10-17
usb: musb: dsps: redo the otg timer
Sebastian Andrzej Siewior
1
-11
/
+9
[next]