index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (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
2010-11-09
usb: musb: fail unaligned DMA transfers on v1.8 and above
Anand Gadiyar
1
-0
/
+14
2010-11-08
usb: musb: gadget: kill duplicate code in musb_gadget_queue()
Sergei Shtylyov
1
-2
/
+0
2010-11-05
usb: musb: Fix handling of spurious SESSREQ
Heikki Krogerus
1
-1
/
+2
2010-11-05
usb: musb: fix kernel oops when loading musb_hdrc module for the 2nd time
Ming Lei
1
-1
/
+0
2010-11-05
USB: musb: blackfin: push clkin value to platform resources
Bob Liu
1
-1
/
+2
2010-11-05
USB: musb: blackfin: fix dynamic device<->host changing
Bob Liu
1
-2
/
+3
2010-11-05
USB: musb: blackfin: pm: make it work
Bob Liu
2
-24
/
+50
2010-11-05
USB: musb: pm: don't rely fully on clock support
Bob Liu
1
-14
/
+12
2010-11-05
USB: musb: blackfin: fix musb_read_txhubport() definition
Ian Jeffray
1
-1
/
+2
2010-11-05
USB: musb: gadget: fix MUSB_TXMAXP and MUSB_RXMAXP configuration
Ming Lei
1
-10
/
+3
2010-11-05
usb: musb: don't leave PHY enabled on shutdown()
Grazvydas Ignotas
1
-7
/
+6
2010-11-05
usb: musb: musb_gadget: fix resource leakage in error path
Rahul Ruikar
1
-1
/
+3
2010-11-05
usb: musb: gadget: fix dma mode 0 in double buffer Rx case
Ming Lei
1
-6
/
+16
2010-10-22
USB: musb: AM35x: Workaround for fifo read issue
Ajay Kumar Gupta
2
-0
/
+32
2010-10-22
USB: musb: add musb support for AM35x
Ajay Kumar Gupta
4
-2
/
+512
2010-10-22
usb: makefile cleanup
matt mooney
1
-54
/
+17
2010-10-22
usb: musb: blackfin: call gpio_free() on error path in musb_platform_init()
Sergei Shtylyov
1
-1
/
+3
2010-10-22
usb: musb: blackfin: call usb_nop_xceiv_unregister() in musb_platform_exit()
Sergei Shtylyov
1
-1
/
+1
2010-10-22
USB: MUSB: fix kernel WARNING/oops when unloading module in OTG mode
Sergei Shtylyov
5
-4
/
+8
2010-10-22
usb: change to new flag variable
matt mooney
1
-3
/
+1
2010-10-22
usb: musb: gadget: only enable AUTOCLEAR in double buffered case
Felipe Balbi
1
-1
/
+2
2010-10-22
usb: musb: gadget: fix ZLP sending in musb_g_tx(v1)
Ming Lei
1
-30
/
+29
2010-10-22
usb: musb: ignore spurious SESSREQ interrupts
Heikki Krogerus
1
-0
/
+5
2010-10-22
usb: musb: gadget: kill unreachable code in musb_g_rx()
Sergei Shtylyov
1
-9
/
+3
2010-10-22
USB: musb: suppress warning about unused flags
Jon Povey
1
-1
/
+1
2010-10-22
usb: musb: host: support DMA transfers greater than max channel length
T. S., Anil Kumar
1
-2
/
+4
2010-10-22
usb: musb: Change to direct addr in context save/restore
Bob Liu
1
-24
/
+22
2010-10-22
usb: musb: host: unmap the buffer for PIO data transfers
Maulik Mankad
1
-0
/
+5
2010-10-22
usb: musb: musbhsdma: increase max_len to 1MB
Anil Shetty
1
-1
/
+1
2010-10-22
usb: musb: support ISO high bandwidth for gadget mode
Ming Lei
2
-12
/
+39
2010-10-22
usb: musb: introduce DA8xx/OMAP-L1x glue layer
Sergei Shtylyov
4
-1
/
+478
2010-10-22
USB: musb: make DBG() calls actually depend on CONFIG_USB_MUSB_DEBUG
Sergei Shtylyov
1
-7
/
+4
2010-10-22
usb gadget: don't save bind callback in struct usb_gadget_driver
Uwe Kleine-König
1
-5
/
+6
2010-09-24
usb: musb: gadget: restart request on clearing endpoint halt
Sergei Shtylyov
3
-1
/
+12
2010-09-24
usb: musb: host: Issue a memory barrier before starting DMA
Santosh Shilimkar
1
-0
/
+6
2010-09-24
usb: musb: gadget: fix dma length in txstate
Ming Lei
2
-9
/
+10
2010-09-24
usb: musb: gadget: complete request only if data is transfered over
Ming Lei
1
-8
/
+8
2010-09-24
usb: musb: gadget: fix DMA length for OUT transfer
Ming Lei
1
-2
/
+3
2010-09-24
usb: musb: gadget: enable autoclear for OUT transfer in both DMA 0 and DMA 1
Ming Lei
1
-1
/
+1
2010-09-24
usb: musb: gadget: fix bulk IN infinit hangs in double buffer case
Ming Lei
1
-12
/
+0
2010-09-24
usb: musb: gadget: fix kernel panic if using out ep with FIFO_TXRX style
Ming Lei
1
-3
/
+17
2010-09-21
usb: musb_debugfs: don't use the struct file private_data field with seq_files
Mathias Nyman
1
-3
/
+2
2010-08-11
USB: musb: forward debug mode feature to gadget
stephane duverger
1
-0
/
+3
2010-08-11
USB: musb: do not override DMA mode in channel program
Anand Gadiyar
1
-4
/
+1
2010-08-11
USB: musb: Kill board specific pinmux from driver file
Anand Gadiyar
1
-6
/
+0
2010-08-11
USB: musb: fix compilation warning in host only mode
Ajay Kumar Gupta
1
-4
/
+3
2010-08-11
USB: musb: use correct register widths in register dumps
Anand Gadiyar
1
-16
/
+16
2010-08-11
USB: convert usb_hcd bitfields into atomic flags
Alan Stern
1
-1
/
+1
2010-07-26
USB: musb: tusb6010: fix compile error with n8x0_defconfig
Felipe Balbi
1
-13
/
+0
2010-06-30
USB: musb: Enable the maximum supported burst mode for DMA
Hema HK
1
-11
/
+2
[next]