index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb: ohci-pxa27x: include linux/dma-mapping.h
Daniel Mack
2013-12-05
1
-0
/
+1
*
usb: xhci: Link TRB must not occur within a USB payload burst
David Laight
2013-12-02
1
-2
/
+52
*
Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
2013-11-13
19
-65
/
+64
|
\
|
*
DMA-API: usb: use new dma_coerce_mask_and_coherent()
Russell King
2013-10-31
15
-43
/
+16
|
*
DMA-API: usb: use dma_set_coherent_mask()
Russell King
2013-10-31
16
-33
/
+55
|
*
DMA-API: usb: ohci-sa1111: add a note about DMA masks
Russell King
2013-10-31
1
-0
/
+6
|
*
DMA-API: usb: ssb-hcd: replace dma_set_mask()+dma_set_coherent_mask() with ne...
Russell King
2013-10-31
1
-2
/
+1
|
*
DMA-API: usb: bcma: replace dma_set_mask()+dma_set_coherent_mask() with new h...
Russell King
2013-10-31
1
-2
/
+1
*
|
Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2013-11-12
3
-0
/
+6
|
\
\
|
*
|
drivers: clean-up prom.h implicit includes
Rob Herring
2013-10-10
3
-0
/
+6
*
|
|
Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...
Linus Torvalds
2013-11-11
1
-4
/
+4
|
\
\
\
|
*
|
|
Merge tag 'keystone-soc-for-arm-soc' of git://git.kernel.org/pub/scm/linux/ke...
Kevin Hilman
2013-10-12
13
-69
/
+144
|
|
\
|
|
|
*
|
|
Merge tag 'samsung-clk-s3c64xx' of http://git.kernel.org/pub/scm/linux/kernel...
Olof Johansson
2013-09-26
1
-4
/
+4
|
|
\
\
\
|
|
*
|
|
usb: ohci-s3c2410.c: Use clk_prepare_enable/clk_disable_unprepare
Tomasz Figa
2013-09-16
1
-4
/
+4
|
|
|
|
/
|
|
|
/
|
*
|
|
|
USB: ehci-atmel: add usb_clk for transition to CCF
Boris BREZILLON
2013-10-30
1
-1
/
+15
*
|
|
|
usb: wusbcore: add a quirk for Alereon HWA device isoc behavior
Thomas Pugliese
2013-10-30
1
-3
/
+10
*
|
|
|
usb: ohci: remove ep93xx bus glue platform driver
H Hartley Sweeten
2013-10-30
3
-183
/
+0
*
|
|
|
USB: UHCI: check for wakeup/suspend race
Alan Stern
2013-10-19
1
-7
/
+10
*
|
|
|
USB: EHCI: add check for wakeup/suspend race
Alan Stern
2013-10-19
1
-0
/
+8
*
|
|
|
USB: OHCI: fix and explain sparse errors
Alan Stern
2013-10-19
1
-4
/
+5
*
|
|
|
USB: EHCI: fix sparse errors
Alan Stern
2013-10-19
2
-5
/
+7
*
|
|
|
USB: EHCI: fix type mismatch in check_intr_schedule
Alan Stern
2013-10-19
1
-1
/
+1
*
|
|
|
Merge tag 'for-usb-next-2013-10-17' of git://git.kernel.org/pub/scm/linux/ker...
Greg Kroah-Hartman
2013-10-19
5
-313
/
+211
|
\
\
\
\
|
*
|
|
|
usb: xhci: remove the unused ->address field
Dan Williams
2013-10-17
2
-10
/
+2
|
*
|
|
|
usb: xhci: kill a conditional when toggling cycle
Dan Williams
2013-10-17
1
-1
/
+1
|
*
|
|
|
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
*
|
|
|
|
Merge 3.12-rc6 into usb-next.
Greg Kroah-Hartman
2013-10-19
5
-29
/
+42
|
\
\
\
\
\
|
*
|
|
|
|
xhci: Fix spurious wakeups after S5 on Haswell
Takashi Iwai
2013-10-10
3
-0
/
+25
|
*
|
|
|
|
xhci: fix write to USB3_PSSEN and XUSB2PRM pci config registers
Xenia Ragiadakou
2013-10-10
1
-2
/
+2
[next]