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-11-03
usb: move the OTG state from the USB PHY to the OTG structure
Antoine Tenart
12
-180
/
+180
2014-11-03
usb: musb: core: use ->resume instead ->resume_noirq
Sebastian Andrzej Siewior
1
-2
/
+2
2014-11-03
usb: musb: core: remove duplicate check on resource
Varka Bhadram
1
-2
/
+2
2014-11-03
usb: musb: dsps: remove duplicate check on resource
Varka Bhadram
1
-3
/
+0
2014-11-03
usb: musb: omap2430: use MUSB_DEVCTL_BDEVICE
Sergei Shtylyov
1
-1
/
+2
2014-11-03
usb: gadget: remove unnecessary 'driver' argument
Felipe Balbi
1
-4
/
+2
2014-11-03
usb: musb: gadget: remove bind/unbind messages
Felipe Balbi
1
-5
/
+0
2014-11-03
usb: musb: gadget: do not rely on 'driver' argument
Felipe Balbi
1
-2
/
+2
2014-11-03
usb: musb: ux500_dma: use dmaengine_xxx() APIs
Vinod Koul
1
-5
/
+2
2014-11-03
usb: musb: musb_dsps: delete unnecessary 'out of memory' messages
Peter Chen
1
-4
/
+1
2014-11-03
usb: musb: tusb6010: delete unnecessary 'out of memory' messages
Peter Chen
1
-3
/
+1
2014-11-03
usb: musb: blackfin: delete unnecessary 'out of memory' messages
Peter Chen
1
-6
/
+2
2014-11-03
usb: musb: omap2430: delete unnecessary 'out of memory' messages
Peter Chen
1
-15
/
+4
2014-11-03
usb: musb: ux500: delete unnecessary 'out of memory' messages
Peter Chen
1
-3
/
+1
2014-11-03
usb: musb: davinci: delete unnecessary 'out of memory' messages
Peter Chen
1
-3
/
+1
2014-10-23
usb: musb: musb_dsps: fix NULL pointer in suspend
Sebastian Andrzej Siewior
1
-2
/
+12
2014-10-23
usb: musb: dsps: start OTG timer on resume again
Sebastian Andrzej Siewior
1
-1
/
+3
2014-10-23
usb: musb: cppi41: restart hrtimer only if not yet done
Thomas Gleixner
1
-1
/
+2
2014-09-25
usb: gadget: Refactor request completion
Michal Sojka
1
-1
/
+1
2014-09-23
usb: hub: rename khubd to hub_wq in documentation and comments
Petr Mladek
2
-1
/
+2
2014-09-23
usb: Fixed a few typos
Mickael Maison
1
-1
/
+1
2014-09-16
usb: musb: dsps: kill OTG timer on suspend
Felipe Balbi
1
-0
/
+2
2014-09-16
Merge tag 'v3.17-rc5' into next
Felipe Balbi
1
-2
/
+15
2014-09-08
Merge tag 'v3.17-rc4' into next
Felipe Balbi
1
-1
/
+1
2014-09-05
usb: musb: cppi41: tweak hrtimer values
Daniel Mack
1
-2
/
+2
2014-09-03
usb: musb: cppi41: fix not transmitting zero length packet issue
Bin Liu
1
-2
/
+15
2014-08-19
usb: musb: ux500: fix decimal printf format specifiers prefixed with 0x
Hans Wennborg
1
-1
/
+1
2014-07-21
Merge tag 'usb-for-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
12
-153
/
+188
2014-07-16
usb: musb: dsps: Add the sw_babble_control() and Enable for newer silicon
George Cherian
2
-6
/
+90
2014-07-16
usb: musb: core: Convert the musb_platform_reset to have a return value.
George Cherian
3
-9
/
+14
2014-07-16
usb: musb: core: Convert babble recover work to delayed work
George Cherian
2
-8
/
+9
2014-07-16
usb: musb: core: Handle Babble condition only in HOST mode
George Cherian
1
-1
/
+1
2014-07-10
usb: musb: register nop transceiver driver for jz4740
Apelete Seketeli
1
-0
/
+3
2014-06-30
usb: musb: cppi41: fire hrtimer according to programmed channel length
Daniel Mack
1
-2
/
+4
2014-06-30
Revert "usb: musb: musb_cppi41: Handle ISOCH differently and not use the hrti...
Daniel Mack
1
-53
/
+0
2014-06-30
usb: musb: fix wrong indentation in musb_host.c
Daniel Mack
1
-5
/
+5
2014-06-30
usb: musb/cppi41: call musb_ep_select() before accessing an endpoint's CSR
Daniel Mack
1
-2
/
+7
2014-06-30
usb: musb: introduce dma_channel.rx_packet_done
Daniel Mack
3
-1
/
+5
2014-06-30
usb: musb: fix bit mask for CSR in musb_h_tx_flush_fifo()
Daniel Mack
1
-1
/
+1
2014-06-30
usb: musb: use is_host_active() to distinguish between host and gadget mode
Daniel Mack
1
-9
/
+7
2014-06-30
usb: musb: remove unnecessary (void) prefix at function calls
Daniel Mack
1
-3
/
+3
2014-06-30
usb: musb: dsps: fix the base address for accessing the mode register
Lothar Waßmann
1
-5
/
+4
2014-06-30
usb: musb: dsps: Call usb_phy(_shutdown/_init) during musb_platform_reset()
George Cherian
1
-1
/
+5
2014-06-30
usb: musb: musb_host.c: Cleaning up uninitialized variables
Rickard Strandqvist
1
-1
/
+1
2014-06-30
usb: musb: backfin: Introduce the use of the managed version of kzalloc
Himangi Saraogi
1
-12
/
+8
2014-06-30
usb: musb: tusb6010: Introduce the use of the managed version of kzalloc
Himangi Saraogi
1
-11
/
+5
2014-06-30
usb: musb: davinci: use devm_ functions.
Himangi Saraogi
1
-14
/
+6
2014-06-30
usb: musb: ux500: use devm_ functions
Himangi Saraogi
1
-18
/
+10
2014-06-30
usb: musb: dsps: coding style cleanup
Lothar Waßmann
1
-4
/
+12
2014-06-27
usb: musb: Ensure that cppi41 timer gets armed on premature DMA TX irq
Thomas Gleixner
1
-1
/
+1
[next]