summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)Author
2014-03-31xhci: Fix resume issues on Renesas chips in Samsung laptopsSarah Sharp
2014-03-23Revert "xhci 1.0: Limit arbitrarily-aligned scatter gather."Mathias Nyman
2014-03-06usb: ehci: fix deadlock when threadirqs option is usedStanislaw Gruszka
2014-03-06USB: EHCI: add delay during suspend to prevent erroneous wakeupsAlan Stern
2014-02-22Revert "usb: xhci: Link TRB must not occur within a USB payload burst"Sarah Sharp
2014-02-22Revert "xhci: Avoid infinite loop when sg urb requires too many trbs"Sarah Sharp
2014-02-22Revert "xhci: Set scatter-gather limit to avoid failed block writes."Sarah Sharp
2014-02-22xhci 1.0: Limit arbitrarily-aligned scatter gather.Sarah Sharp
2014-02-06xhci: Set scatter-gather limit to avoid failed block writes.Sarah Sharp
2014-02-06xhci: Avoid infinite loop when sg urb requires too many trbsBen Hutchings
2014-02-06usb: ehci: add freescale imx28 special write register methodPeter Chen
2014-02-06usb: xhci: Check for XHCI_PLAT in xhci_cleanup_msix()Jack Pham
2013-12-17usb: ohci-at91: fix irq and iomem resource retrievalBoris BREZILLON
2013-12-10xhci: Limit the spurious wakeup fix only to HP machinesTakashi Iwai
2013-12-04usb: ohci-pxa27x: include linux/dma-mapping.hDaniel Mack
2013-12-02usb: xhci: Link TRB must not occur within a USB payload burstDavid Laight
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-11-11Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds
2013-10-31DMA-API: usb: use new dma_coerce_mask_and_coherent()Russell King
2013-10-31DMA-API: usb: use dma_set_coherent_mask()Russell King
2013-10-31DMA-API: usb: ohci-sa1111: add a note about DMA masksRussell King
2013-10-31DMA-API: usb: ssb-hcd: replace dma_set_mask()+dma_set_coherent_mask() with ne...Russell King
2013-10-31DMA-API: usb: bcma: replace dma_set_mask()+dma_set_coherent_mask() with new h...Russell King
2013-10-30USB: ehci-atmel: add usb_clk for transition to CCFBoris BREZILLON
2013-10-29usb: wusbcore: add a quirk for Alereon HWA device isoc behaviorThomas Pugliese
2013-10-29usb: ohci: remove ep93xx bus glue platform driverH Hartley Sweeten
2013-10-19USB: UHCI: check for wakeup/suspend raceAlan Stern
2013-10-19USB: EHCI: add check for wakeup/suspend raceAlan Stern
2013-10-19USB: OHCI: fix and explain sparse errorsAlan Stern
2013-10-19USB: EHCI: fix sparse errorsAlan Stern
2013-10-19USB: EHCI: fix type mismatch in check_intr_scheduleAlan Stern
2013-10-19Merge tag 'for-usb-next-2013-10-17' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman
2013-10-19Merge 3.12-rc6 into usb-next.Greg Kroah-Hartman
2013-10-19usb: wusbcore: preserve endianness of cached descriptorsThomas Pugliese
2013-10-16usb: xhci: remove the unused ->address fieldDan Williams
2013-10-16usb: xhci: kill a conditional when toggling cycleDan Williams
2013-10-16xhci: replace 'event' with 'cmd_comp_code' in set_deq and reset_ep handlersXenia Ragiadakou
2013-10-16xhci: add argument 'slot_id' in stop_ep, set_deq and reset_ep cmd handlersXenia Ragiadakou
2013-10-16xhci: replace 'xhci->cmd_ring->dequeue' with 'trb' in stop_ep cmd handlerXenia Ragiadakou
2013-10-16xhci: add variable 'cmd_type' in handle_cmd_completion()Xenia Ragiadakou
2013-10-16xhci: add variable 'cmd_trb' in handle_cmd_completion()Xenia Ragiadakou
2013-10-16xhci: add variable 'cmd_comp_code' in handle_cmd_completion()Xenia Ragiadakou
2013-10-16xhci: refactor TRB_CONFIG_EP case into functionXenia Ragiadakou
2013-10-16xhci: remove unused 'ep_ring' variable in handle_cmd_completion()Xenia Ragiadakou
2013-10-16xhci: refactor TRB_EVAL_CONTEXT case into functionXenia Ragiadakou
2013-10-16xhci: refactor TRB_NEC_GET_FW case into functionXenia Ragiadakou
2013-10-16xhci: refactor TRB_RESET_DEV case into functionXenia Ragiadakou
2013-10-16xhci: use completion event's slot id rather than dig it out of commandXenia Ragiadakou
2013-10-16xhci: refactor TRB_ADDR_DEV case into functionXenia Ragiadakou