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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-24
consolidate the reassignments of ->f_op in ->open() instances
Al Viro
1
-12
/
+4
2013-10-24
Merge tag 'usb-for-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
43
-1162
/
+2883
2013-10-19
USB: wusbcore: fix usb_dev leaks
Alexey Khoroshilov
1
-0
/
+3
2013-10-19
USB: UHCI: check for wakeup/suspend race
Alan Stern
1
-7
/
+10
2013-10-19
USB: EHCI: add check for wakeup/suspend race
Alan Stern
1
-0
/
+8
2013-10-19
USB: change dev_warn about missing reset-resume to dev_dbg
Alan Stern
1
-2
/
+2
2013-10-19
USB: OHCI: fix and explain sparse errors
Alan Stern
1
-4
/
+5
2013-10-19
USB: EHCI: fix sparse errors
Alan Stern
2
-5
/
+7
2013-10-19
USB: EHCI: fix type mismatch in check_intr_schedule
Alan Stern
1
-1
/
+1
2013-10-19
Merge tag 'for-usb-next-2013-10-17' of git://git.kernel.org/pub/scm/linux/ker...
Greg Kroah-Hartman
9
-322
/
+260
2013-10-19
Merge 3.12-rc6 into usb-next.
Greg Kroah-Hartman
16
-80
/
+339
2013-10-19
usb: wusbcore: preserve endianness of cached descriptors
Thomas Pugliese
2
-8
/
+4
2013-10-19
usb: wusbcore: serialize access to the HWA data out endpoint
Thomas Pugliese
3
-21
/
+152
2013-10-17
usb: phy: twl6030-usb: Include linux/of.h header
Sachin Kamat
1
-0
/
+1
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: gadget: f_mass_storage: style corrections, cleanup & simplification
Andrzej Pietrasiewicz
1
-19
/
+18
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
2013-10-17
usb: musb: dsps: remove declartion for dsps_musb_try_idle()
Sebastian Andrzej Siewior
1
-38
/
+37
2013-10-17
usb: musb: dsps: move try_idle to start hook
Sebastian Andrzej Siewior
1
-0
/
+5
2013-10-17
usb: musb: call musb_start() only once in OTG mode
Sebastian Andrzej Siewior
1
-1
/
+18
2013-10-16
usb: xhci: remove the unused ->address field
Dan Williams
2
-10
/
+2
2013-10-16
usb: xhci: kill a conditional when toggling cycle
Dan Williams
1
-1
/
+1
2013-10-16
usb: hub_activate kill an 'else'
Dan Williams
1
-7
/
+4
2013-10-16
usb: misc: usb3503: Fix compile error due to incorrect regmap depedency
Matthew Dawson
1
-1
/
+1
2013-10-16
usb/chipidea: fix oops on memory allocation failure
Russell King - ARM Linux
1
-2
/
+4
2013-10-16
usb: hub: Clear Port Reset Change during init/resume
Julius Werner
1
-0
/
+5
2013-10-16
drivers: usb: core: devio.c: Spaces to tabs for proc_control_compat()
Matthias Beyer
1
-10
/
+10
2013-10-16
drivers: usb: core: devio.c: Spaces to tabs for proc_reapurbnonblock()
Matthias Beyer
1
-6
/
+6
2013-10-16
target: Remove TF_CIT_TMPL macro
Andy Grover
1
-9
/
+9
2013-10-16
usb-storage: add quirk for mandatory READ_CAPACITY_16
Oliver Neukum
2
-1
/
+11
2013-10-16
usb: serial: option: blacklist Olivetti Olicard200
Enrico Mioso
1
-1
/
+3
2013-10-16
xhci: replace 'event' with 'cmd_comp_code' in set_deq and reset_ep handlers
Xenia Ragiadakou
1
-9
/
+8
2013-10-16
xhci: add argument 'slot_id' in stop_ep, set_deq and reset_ep cmd handlers
Xenia Ragiadakou
1
-13
/
+12
2013-10-16
xhci: replace 'xhci->cmd_ring->dequeue' with 'trb' in stop_ep cmd handler
Xenia Ragiadakou
1
-4
/
+2
2013-10-16
xhci: add variable 'cmd_type' in handle_cmd_completion()
Xenia Ragiadakou
1
-13
/
+14
2013-10-16
xhci: add variable 'cmd_trb' in handle_cmd_completion()
Xenia Ragiadakou
1
-8
/
+9
2013-10-16
xhci: add variable 'cmd_comp_code' in handle_cmd_completion()
Xenia Ragiadakou
1
-12
/
+8
2013-10-16
xhci: refactor TRB_CONFIG_EP case into function
Xenia Ragiadakou
1
-52
/
+62
2013-10-16
xhci: remove unused 'ep_ring' variable in handle_cmd_completion()
Xenia Ragiadakou
1
-2
/
+0
2013-10-16
xhci: refactor TRB_EVAL_CONTEXT case into function
Xenia Ragiadakou
1
-5
/
+14
2013-10-16
xhci: refactor TRB_NEC_GET_FW case into function
Xenia Ragiadakou
1
-8
/
+14
2013-10-16
xhci: refactor TRB_RESET_DEV case into function
Xenia Ragiadakou
1
-7
/
+15
2013-10-16
xhci: use completion event's slot id rather than dig it out of command
Xenia Ragiadakou
1
-2
/
+2
2013-10-16
xhci: refactor TRB_ADDR_DEV case into function
Xenia Ragiadakou
1
-2
/
+9
2013-10-16
xhci: refactor TRB_DISABLE_SLOT case into function
Xenia Ragiadakou
1
-7
/
+14
2013-10-16
xhci: refactor TRB_ENABLE_SLOT case into function
Xenia Ragiadakou
1
-5
/
+12
2013-10-16
xhci: rename existing Command Completion Event handlers
Xenia Ragiadakou
1
-10
/
+8
[prev]
[next]