aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-17usb: ohci-at91: fix irq and iomem resource retrievalBoris BREZILLON1-11/+15
2013-12-10xhci: Limit the spurious wakeup fix only to HP machinesTakashi Iwai1-1/+6
2013-12-04usb: ohci-pxa27x: include linux/dma-mapping.hDaniel Mack1-0/+1
2013-12-02usb: xhci: Link TRB must not occur within a USB payload burstDavid Laight1-2/+52
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds19-65/+64
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds3-0/+6
2013-11-11Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-4/+4
2013-10-31DMA-API: usb: use new dma_coerce_mask_and_coherent()Russell King15-43/+16
2013-10-31DMA-API: usb: use dma_set_coherent_mask()Russell King16-33/+55
2013-10-31DMA-API: usb: ohci-sa1111: add a note about DMA masksRussell King1-0/+6
2013-10-31DMA-API: usb: ssb-hcd: replace dma_set_mask()+dma_set_coherent_mask() with new helperRussell King1-2/+1
2013-10-31DMA-API: usb: bcma: replace dma_set_mask()+dma_set_coherent_mask() with new helperRussell King1-2/+1
2013-10-30USB: ehci-atmel: add usb_clk for transition to CCFBoris BREZILLON1-1/+15
2013-10-29usb: wusbcore: add a quirk for Alereon HWA device isoc behaviorThomas Pugliese1-3/+10
2013-10-29usb: ohci: remove ep93xx bus glue platform driverH Hartley Sweeten3-183/+0
2013-10-19USB: UHCI: check for wakeup/suspend raceAlan Stern1-7/+10
2013-10-19USB: EHCI: add check for wakeup/suspend raceAlan Stern1-0/+8
2013-10-19USB: OHCI: fix and explain sparse errorsAlan Stern1-4/+5
2013-10-19USB: EHCI: fix sparse errorsAlan Stern2-5/+7
2013-10-19USB: EHCI: fix type mismatch in check_intr_scheduleAlan Stern1-1/+1
2013-10-19Merge tag 'for-usb-next-2013-10-17' of git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-nextGreg Kroah-Hartman5-313/+211
2013-10-19Merge 3.12-rc6 into usb-next.Greg Kroah-Hartman5-29/+42
2013-10-19usb: wusbcore: preserve endianness of cached descriptorsThomas Pugliese1-7/+3
2013-10-16usb: xhci: remove the unused ->address fieldDan Williams2-10/+2
2013-10-16usb: xhci: kill a conditional when toggling cycleDan Williams1-1/+1
2013-10-16xhci: replace 'event' with 'cmd_comp_code' in set_deq and reset_ep handlersXenia Ragiadakou1-9/+8
2013-10-16xhci: add argument 'slot_id' in stop_ep, set_deq and reset_ep cmd handlersXenia Ragiadakou1-13/+12
2013-10-16xhci: replace 'xhci->cmd_ring->dequeue' with 'trb' in stop_ep cmd handlerXenia Ragiadakou1-4/+2
2013-10-16xhci: add variable 'cmd_type' in handle_cmd_completion()Xenia Ragiadakou1-13/+14
2013-10-16xhci: add variable 'cmd_trb' in handle_cmd_completion()Xenia Ragiadakou1-8/+9
2013-10-16xhci: add variable 'cmd_comp_code' in handle_cmd_completion()Xenia Ragiadakou1-12/+8
2013-10-16xhci: refactor TRB_CONFIG_EP case into functionXenia Ragiadakou1-52/+62
2013-10-16xhci: remove unused 'ep_ring' variable in handle_cmd_completion()Xenia Ragiadakou1-2/+0
2013-10-16xhci: refactor TRB_EVAL_CONTEXT case into functionXenia Ragiadakou1-5/+14
2013-10-16xhci: refactor TRB_NEC_GET_FW case into functionXenia Ragiadakou1-8/+14
2013-10-16xhci: refactor TRB_RESET_DEV case into functionXenia Ragiadakou1-7/+15
2013-10-16xhci: use completion event's slot id rather than dig it out of commandXenia Ragiadakou1-2/+2
2013-10-16xhci: refactor TRB_ADDR_DEV case into functionXenia Ragiadakou1-2/+9
2013-10-16xhci: refactor TRB_DISABLE_SLOT case into functionXenia Ragiadakou1-7/+14
2013-10-16xhci: refactor TRB_ENABLE_SLOT case into functionXenia Ragiadakou1-5/+12
2013-10-16xhci: rename existing Command Completion Event handlersXenia Ragiadakou1-10/+8
2013-10-16xhci: remove unused argument from xhci_giveback_urb_in_irq()Xenia Ragiadakou1-4/+4
2013-10-16xhci: correct the usage of USB_CTRL_SET_TIMEOUTxiao jin2-2/+2
2013-10-16usb: xhci: Staticize xhci_del_comp_mod_timerSachin Kamat1-1/+2
2013-10-16usb: Push USB2 LPM disable on disconnect into USB core.Sarah Sharp1-5/+0
2013-10-16usb: Don't enable USB 2.0 Link PM by default.Sarah Sharp2-153/+18
2013-10-16xhci: Set L1 device slot on USB2 LPM enable/disable.Sarah Sharp2-2/+3
2013-10-14USB: ohci-exynos: Remove non-DT supportJingoo Han1-15/+3
2013-10-14USB: EHCI: start new isochronous streams ASAPAlan Stern1-21/+23
2013-10-14USB: EHCI: create per-TT bandwidth tablesAlan Stern4-85/+312