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
/
musb_core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-16
usb: musb: core: Convert the musb_platform_reset to have a return value.
George Cherian
1
-4
/
+6
2014-07-16
usb: musb: core: Convert babble recover work to delayed work
George Cherian
1
-7
/
+8
2014-07-16
usb: musb: core: Handle Babble condition only in HOST mode
George Cherian
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-04-21
usb: musb: add a work_struct to recover from babble errors
Daniel Mack
1
-0
/
+35
2014-03-08
Merge tag 'usb-for-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
1
-3
/
+2
2014-03-05
usb: musb: avoid NULL pointer dereference
Felipe Balbi
1
-3
/
+2
2014-02-20
usb: musb: correct use of schedule_delayed_work()
Daniel Mack
1
-1
/
+2
2014-02-18
usb: musb: do not sleep in atomic context
Daniel Mack
1
-0
/
+2
2014-02-18
usb: musb: core: Fix remote-wakeup resume
Roger Quadros
1
-1
/
+9
2014-01-09
usb: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2014-01-04
USB: musb: correct spelling mistakes in comment and error string
Rahul Bedarkar
1
-3
/
+3
2013-12-26
usb: musb: Remove usb_disable() check in module_init()
Ezequiel Garcia
1
-16
/
+1
2013-12-19
usb: musb: finish suspend/reset work independently from musb_hub_control()
Daniel Mack
1
-2
/
+23
2013-12-19
Merge tag 'v3.13-rc4' into next
Felipe Balbi
1
-4
/
+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-25
usb: musb: only cancel work if it is initialized
Sebastian Andrzej Siewior
1
-4
/
+5
2013-10-24
Merge tag 'usb-for-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
1
-3
/
+14
2013-10-20
Merge 3.12-rc6 into usb-next.
Greg Kroah-Hartman
1
-0
/
+46
2013-10-17
usb: musb: cppi41: allow to defer probing if DMA isn't yet available
Sebastian Andrzej Siewior
1
-1
/
+7
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-12
usb: Remove unnecessary semicolons
Joe Perches
1
-1
/
+1
2013-10-11
usb: musb: start musb on the udc side, too
Sebastian Andrzej Siewior
1
-0
/
+46
2013-10-10
usb: musb: cancel work on removal
Sebastian Andrzej Siewior
1
-0
/
+1
2013-08-14
Merge tag 'usb-for-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
1
-23
/
+7
2013-07-30
usb: musb: use dev_get_platdata()
Jingoo Han
1
-1
/
+1
2013-07-29
usb: musb: do not change dev's dma_mask
Sebastian Andrzej Siewior
1
-7
/
+0
2013-07-29
usb: musb: core: call dma_controller_destroy() in the err path
Sebastian Andrzej Siewior
1
-0
/
+2
2013-07-29
usb: musb: remove a few is_dma_capable() in init/exit code
Sebastian Andrzej Siewior
1
-4
/
+3
2013-07-29
usb: musb: dma: merge ->start/stop into create/destroy
Sebastian Andrzej Siewior
1
-14
/
+4
2013-07-25
USB: remove unneeded idr.h include
Greg Kroah-Hartman
1
-1
/
+0
2013-05-28
usb: musb: eliminate musb_to_hcd
Daniel Mack
1
-2
/
+2
2013-05-28
usb: musb: use musb->port_mode
Daniel Mack
1
-5
/
+17
2013-05-28
usb: musb: re-introduce musb->port_mode
Daniel Mack
1
-0
/
+1
2013-05-28
usb: musb: add musb_host_setup() and musb_host_cleanup()
Daniel Mack
1
-0
/
+5
2013-05-28
usb: musb: factor out hcd initalization
Daniel Mack
1
-21
/
+19
2013-05-28
usb: musb: move musb_start to musb_virthub.c
Daniel Mack
1
-45
/
+0
2013-05-28
usb: musb: factor some host-specific functions
Daniel Mack
1
-11
/
+7
2013-05-28
usb: musb: remove 'ignore_disconnect' flag
Felipe Balbi
1
-9
/
+1
2013-03-22
usb: musb: core: log VBUS error
Grazvydas Ignotas
1
-1
/
+2
2013-03-22
usb: musb: core: honour initial transceiver state
Grazvydas Ignotas
1
-3
/
+7
2013-03-18
usb: otg: prefix otg_state_string with usb_
Felipe Balbi
1
-19
/
+20
2013-03-18
usb: musb: switch over to devm_ioremap_resource()
Felipe Balbi
1
-13
/
+4
2013-03-18
usb: musb: core: remove unnecessary pr_info()
Felipe Balbi
1
-2
/
+0
2013-03-11
usb: musb: core: fix possible build error with randconfig
Felipe Balbi
1
-4
/
+0
2013-03-05
usb: musb: fix compile warning
Felipe Balbi
1
-2
/
+0
2013-01-25
Merge tag 'musb-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
1
-0
/
+1
2013-01-17
usb: musb: core: fix failure path
Ming Lei
1
-0
/
+1
[next]