index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
Commit message (
Expand
)
Author
Age
Files
Lines
*
xhci: replace 'event' with 'cmd_comp_code' in set_deq and reset_ep handlers
Xenia Ragiadakou
2013-10-16
1
-9
/
+8
*
xhci: add argument 'slot_id' in stop_ep, set_deq and reset_ep cmd handlers
Xenia Ragiadakou
2013-10-16
1
-13
/
+12
*
xhci: replace 'xhci->cmd_ring->dequeue' with 'trb' in stop_ep cmd handler
Xenia Ragiadakou
2013-10-16
1
-4
/
+2
*
xhci: add variable 'cmd_type' in handle_cmd_completion()
Xenia Ragiadakou
2013-10-16
1
-13
/
+14
*
xhci: add variable 'cmd_trb' in handle_cmd_completion()
Xenia Ragiadakou
2013-10-16
1
-8
/
+9
*
xhci: add variable 'cmd_comp_code' in handle_cmd_completion()
Xenia Ragiadakou
2013-10-16
1
-12
/
+8
*
xhci: refactor TRB_CONFIG_EP case into function
Xenia Ragiadakou
2013-10-16
1
-52
/
+62
*
xhci: remove unused 'ep_ring' variable in handle_cmd_completion()
Xenia Ragiadakou
2013-10-16
1
-2
/
+0
*
xhci: refactor TRB_EVAL_CONTEXT case into function
Xenia Ragiadakou
2013-10-16
1
-5
/
+14
*
xhci: refactor TRB_NEC_GET_FW case into function
Xenia Ragiadakou
2013-10-16
1
-8
/
+14
*
xhci: refactor TRB_RESET_DEV case into function
Xenia Ragiadakou
2013-10-16
1
-7
/
+15
*
xhci: use completion event's slot id rather than dig it out of command
Xenia Ragiadakou
2013-10-16
1
-2
/
+2
*
xhci: refactor TRB_ADDR_DEV case into function
Xenia Ragiadakou
2013-10-16
1
-2
/
+9
*
xhci: refactor TRB_DISABLE_SLOT case into function
Xenia Ragiadakou
2013-10-16
1
-7
/
+14
*
xhci: refactor TRB_ENABLE_SLOT case into function
Xenia Ragiadakou
2013-10-16
1
-5
/
+12
*
xhci: rename existing Command Completion Event handlers
Xenia Ragiadakou
2013-10-16
1
-10
/
+8
*
xhci: remove unused argument from xhci_giveback_urb_in_irq()
Xenia Ragiadakou
2013-10-16
1
-4
/
+4
*
xhci: correct the usage of USB_CTRL_SET_TIMEOUT
xiao jin
2013-10-16
2
-2
/
+2
*
usb: xhci: Staticize xhci_del_comp_mod_timer
Sachin Kamat
2013-10-16
1
-1
/
+2
*
usb: Push USB2 LPM disable on disconnect into USB core.
Sarah Sharp
2013-10-16
1
-5
/
+0
*
usb: Don't enable USB 2.0 Link PM by default.
Sarah Sharp
2013-10-16
2
-153
/
+18
*
xhci: Set L1 device slot on USB2 LPM enable/disable.
Sarah Sharp
2013-10-16
2
-2
/
+3
*
USB: ohci-exynos: Remove non-DT support
Jingoo Han
2013-10-14
1
-15
/
+3
*
USB: EHCI: start new isochronous streams ASAP
Alan Stern
2013-10-14
1
-21
/
+23
*
USB: EHCI: create per-TT bandwidth tables
Alan Stern
2013-10-14
4
-85
/
+312
*
Revert "USB: OHCI: Properly handle OHCI controller suspend"
Greg Kroah-Hartman
2013-10-14
1
-8
/
+1
*
Revert "USB: OHCI: Properly handle ohci-at91 suspend"
Greg Kroah-Hartman
2013-10-14
1
-8
/
+2
*
Revert "USB: OHCI: Properly handle ohci-s3c2410 suspend"
Greg Kroah-Hartman
2013-10-14
1
-4
/
+17
*
Revert "USB: OHCI: Properly handle ohci-da8xx suspend"
Greg Kroah-Hartman
2013-10-14
1
-11
/
+4
*
Revert "USB: OHCI: Properly handle ohci-ep93xx suspend"
Greg Kroah-Hartman
2013-10-14
1
-9
/
+2
*
Revert "USB: OHCI: Properly handle ohci-exynos suspend"
Greg Kroah-Hartman
2013-10-14
1
-5
/
+15
*
Revert "USB: OHCI: Properly handle ohci-spear suspend"
Greg Kroah-Hartman
2013-10-14
1
-9
/
+3
*
USB: host: Rename ehci-s5p to ehci-exynos
Jingoo Han
2013-10-11
3
-70
/
+69
*
USB: ehci-s5p: Remove non-DT support
Jingoo Han
2013-10-11
1
-28
/
+4
*
USB: EHCI: use a bandwidth-allocation table
Alan Stern
2013-10-11
6
-244
/
+344
*
USB: EHCI: create a "periodic schedule info" struct
Alan Stern
2013-10-11
5
-121
/
+124
*
USB: EHCI: use consistent NO_FRAME value
Alan Stern
2013-10-11
2
-6
/
+7
*
USB: EHCI: change toggle only upon successful reset
Alan Stern
2013-10-11
1
-1
/
+1
*
USB: EHCI: No SSPLIT allowed in uframe 7
Alan Stern
2013-10-11
1
-0
/
+4
*
USB: EHCI: compute full-speed bandwidth usage correctly
Alan Stern
2013-10-11
1
-1
/
+1
*
USB: EHCI: check the right uframes for CSPLIT
Alan Stern
2013-10-11
1
-1
/
+1
*
USB: ohci-exynos: Add missing usb_put_hcd() to prevent memory leak
Jingoo Han
2013-10-11
1
-0
/
+1
*
USB: ehci-msm: Add device tree support and binding information
Ivan T. Ivanov
2013-10-11
1
-2
/
+13
*
ehci-msm: Remove global struct usb_phy variable
Ivan T. Ivanov
2013-10-11
1
-2
/
+3
*
usb: Remove unnecessary semicolons
Joe Perches
2013-10-11
8
-10
/
+10
*
USB/host: Bugfix: Return length of copied buffer in uhci_hub_control()
Deng-Cheng Zhu
2013-10-07
1
-20
/
+20
*
usb: host: uhci-platform: remove deprecated IRQF_DISABLED
Michael Opdenacker
2013-10-07
1
-2
/
+1
*
USB/host: Use existing macros instead of hard-coded values in uhci-debug.c
Deng-Cheng Zhu
2013-10-05
1
-8
/
+8
*
USB: OHCI: Properly handle ohci-spear suspend
Manjunath Goudar
2013-10-05
1
-3
/
+9
*
USB: OHCI: Properly handle ohci-sm501 suspend
Manjunath Goudar
2013-10-05
1
-2
/
+9
[next]