index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
Age
Commit message (
Expand
)
Author
Lines
2013-12-02
xhci: replace xhci_write_64() with writeq()
Xenia Ragiadakou
-33
/
+20
2013-12-02
xhci: replace xhci_read_64() with readq()
Xenia Ragiadakou
-23
/
+17
2013-12-02
xhci: replace xhci_writel() with writel()
Xenia Ragiadakou
-61
/
+47
2013-12-02
xhci: replace xhci_readl() with readl()
Xenia Ragiadakou
-118
/
+112
2013-12-02
xhci: remove conversion from generic to pci device in xhci_mem.c
Xenia Ragiadakou
-10
/
+10
2013-12-02
xhci: fix incorrect type in assignment in xhci_count_num_dropped_endpoints()
Xenia Ragiadakou
-2
/
+2
2013-12-02
xhci: fix incorrect type in assignment in xhci_count_num_new_endpoints()
Xenia Ragiadakou
-2
/
+2
2013-12-02
xhci: remove unnecessary check in xhci_free_stream_info()
Xenia Ragiadakou
-2
/
+1
2013-12-02
xhci: fix SCT_FOR_CTX(p) macro
Xenia Ragiadakou
-1
/
+1
2013-12-02
xhci: replace USB_MAXINTERFACES with config->desc.bNumInterface
Xenia Ragiadakou
-1
/
+1
2013-12-02
xhci: fix incorrect type in assignment in xhci_address_device()
Xenia Ragiadakou
-3
/
+3
2013-12-02
xhci: fix sparse warning in xhci-trace.h
Xenia Ragiadakou
-1
/
+1
2013-12-02
xhci: fix derivation of TRB's DMA address in xhci_log_event Trace Event Class
Xenia Ragiadakou
-2
/
+2
2013-12-02
xhci: fix incorrect type in assignment in handle_device_notification()
Xenia Ragiadakou
-1
/
+1
2013-12-02
xhci: convert TRB_CYCLE to le32 before using it to set Link TRB's cycle bit
Xenia Ragiadakou
-2
/
+3
2013-12-02
usb: xhci: Link TRB must not occur within a USB payload burst
David Laight
-2
/
+52
2013-11-28
usb: r8a66597-hcd: Convert to clk_prepare/unprepare
Laurent Pinchart
-2
/
+2
2013-11-14
Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
-65
/
+64
2013-11-12
Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-0
/
+6
2013-11-11
Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...
Linus Torvalds
-4
/
+4
2013-10-31
DMA-API: usb: use new dma_coerce_mask_and_coherent()
Russell King
-43
/
+16
2013-10-31
DMA-API: usb: use dma_set_coherent_mask()
Russell King
-33
/
+55
2013-10-31
DMA-API: usb: ohci-sa1111: add a note about DMA masks
Russell King
-0
/
+6
2013-10-31
DMA-API: usb: ssb-hcd: replace dma_set_mask()+dma_set_coherent_mask() with ne...
Russell King
-2
/
+1
2013-10-31
DMA-API: usb: bcma: replace dma_set_mask()+dma_set_coherent_mask() with new h...
Russell King
-2
/
+1
2013-10-30
USB: ehci-atmel: add usb_clk for transition to CCF
Boris BREZILLON
-1
/
+15
2013-10-29
usb: wusbcore: add a quirk for Alereon HWA device isoc behavior
Thomas Pugliese
-3
/
+10
2013-10-29
usb: ohci: remove ep93xx bus glue platform driver
H Hartley Sweeten
-183
/
+0
2013-10-19
USB: UHCI: check for wakeup/suspend race
Alan Stern
-7
/
+10
2013-10-19
USB: EHCI: add check for wakeup/suspend race
Alan Stern
-0
/
+8
2013-10-19
USB: OHCI: fix and explain sparse errors
Alan Stern
-4
/
+5
2013-10-19
USB: EHCI: fix sparse errors
Alan Stern
-5
/
+7
2013-10-19
USB: EHCI: fix type mismatch in check_intr_schedule
Alan Stern
-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
-313
/
+211
2013-10-19
Merge 3.12-rc6 into usb-next.
Greg Kroah-Hartman
-29
/
+42
2013-10-19
usb: wusbcore: preserve endianness of cached descriptors
Thomas Pugliese
-7
/
+3
2013-10-16
usb: xhci: remove the unused ->address field
Dan Williams
-10
/
+2
2013-10-16
usb: xhci: kill a conditional when toggling cycle
Dan Williams
-1
/
+1
2013-10-16
xhci: replace 'event' with 'cmd_comp_code' in set_deq and reset_ep handlers
Xenia Ragiadakou
-9
/
+8
2013-10-16
xhci: add argument 'slot_id' in stop_ep, set_deq and reset_ep cmd handlers
Xenia Ragiadakou
-13
/
+12
2013-10-16
xhci: replace 'xhci->cmd_ring->dequeue' with 'trb' in stop_ep cmd handler
Xenia Ragiadakou
-4
/
+2
2013-10-16
xhci: add variable 'cmd_type' in handle_cmd_completion()
Xenia Ragiadakou
-13
/
+14
2013-10-16
xhci: add variable 'cmd_trb' in handle_cmd_completion()
Xenia Ragiadakou
-8
/
+9
2013-10-16
xhci: add variable 'cmd_comp_code' in handle_cmd_completion()
Xenia Ragiadakou
-12
/
+8
2013-10-16
xhci: refactor TRB_CONFIG_EP case into function
Xenia Ragiadakou
-52
/
+62
2013-10-16
xhci: remove unused 'ep_ring' variable in handle_cmd_completion()
Xenia Ragiadakou
-2
/
+0
2013-10-16
xhci: refactor TRB_EVAL_CONTEXT case into function
Xenia Ragiadakou
-5
/
+14
2013-10-16
xhci: refactor TRB_NEC_GET_FW case into function
Xenia Ragiadakou
-8
/
+14
2013-10-16
xhci: refactor TRB_RESET_DEV case into function
Xenia Ragiadakou
-7
/
+15
2013-10-16
xhci: use completion event's slot id rather than dig it out of command
Xenia Ragiadakou
-2
/
+2
[prev]
[next]