summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorLines
2013-12-02xhci: replace xhci_write_64() with writeq()Xenia Ragiadakou-33/+20
2013-12-02xhci: replace xhci_read_64() with readq()Xenia Ragiadakou-23/+17
2013-12-02xhci: replace xhci_writel() with writel()Xenia Ragiadakou-61/+47
2013-12-02xhci: replace xhci_readl() with readl()Xenia Ragiadakou-118/+112
2013-12-02xhci: remove conversion from generic to pci device in xhci_mem.cXenia Ragiadakou-10/+10
2013-12-02xhci: fix incorrect type in assignment in xhci_count_num_dropped_endpoints()Xenia Ragiadakou-2/+2
2013-12-02xhci: fix incorrect type in assignment in xhci_count_num_new_endpoints()Xenia Ragiadakou-2/+2
2013-12-02xhci: remove unnecessary check in xhci_free_stream_info()Xenia Ragiadakou-2/+1
2013-12-02xhci: fix SCT_FOR_CTX(p) macroXenia Ragiadakou-1/+1
2013-12-02xhci: replace USB_MAXINTERFACES with config->desc.bNumInterfaceXenia Ragiadakou-1/+1
2013-12-02xhci: fix incorrect type in assignment in xhci_address_device()Xenia Ragiadakou-3/+3
2013-12-02xhci: fix sparse warning in xhci-trace.hXenia Ragiadakou-1/+1
2013-12-02xhci: fix derivation of TRB's DMA address in xhci_log_event Trace Event ClassXenia Ragiadakou-2/+2
2013-12-02xhci: fix incorrect type in assignment in handle_device_notification()Xenia Ragiadakou-1/+1
2013-12-02xhci: convert TRB_CYCLE to le32 before using it to set Link TRB's cycle bitXenia Ragiadakou-2/+3
2013-12-02usb: xhci: Link TRB must not occur within a USB payload burstDavid Laight-2/+52
2013-11-28usb: r8a66597-hcd: Convert to clk_prepare/unprepareLaurent Pinchart-2/+2
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds-65/+64
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+6
2013-11-11Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds-4/+4
2013-10-31DMA-API: usb: use new dma_coerce_mask_and_coherent()Russell King-43/+16
2013-10-31DMA-API: usb: use dma_set_coherent_mask()Russell King-33/+55
2013-10-31DMA-API: usb: ohci-sa1111: add a note about DMA masksRussell King-0/+6
2013-10-31DMA-API: usb: ssb-hcd: replace dma_set_mask()+dma_set_coherent_mask() with ne...Russell King-2/+1
2013-10-31DMA-API: usb: bcma: replace dma_set_mask()+dma_set_coherent_mask() with new h...Russell King-2/+1
2013-10-30USB: ehci-atmel: add usb_clk for transition to CCFBoris BREZILLON-1/+15
2013-10-29usb: wusbcore: add a quirk for Alereon HWA device isoc behaviorThomas Pugliese-3/+10
2013-10-29usb: ohci: remove ep93xx bus glue platform driverH Hartley Sweeten-183/+0
2013-10-19USB: UHCI: check for wakeup/suspend raceAlan Stern-7/+10
2013-10-19USB: EHCI: add check for wakeup/suspend raceAlan Stern-0/+8
2013-10-19USB: OHCI: fix and explain sparse errorsAlan Stern-4/+5
2013-10-19USB: EHCI: fix sparse errorsAlan Stern-5/+7
2013-10-19USB: EHCI: fix type mismatch in check_intr_scheduleAlan Stern-1/+1
2013-10-19Merge tag 'for-usb-next-2013-10-17' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman-313/+211
2013-10-19Merge 3.12-rc6 into usb-next.Greg Kroah-Hartman-29/+42
2013-10-19usb: wusbcore: preserve endianness of cached descriptorsThomas Pugliese-7/+3
2013-10-16usb: xhci: remove the unused ->address fieldDan Williams-10/+2
2013-10-16usb: xhci: kill a conditional when toggling cycleDan Williams-1/+1
2013-10-16xhci: replace 'event' with 'cmd_comp_code' in set_deq and reset_ep handlersXenia Ragiadakou-9/+8
2013-10-16xhci: add argument 'slot_id' in stop_ep, set_deq and reset_ep cmd handlersXenia Ragiadakou-13/+12
2013-10-16xhci: replace 'xhci->cmd_ring->dequeue' with 'trb' in stop_ep cmd handlerXenia Ragiadakou-4/+2
2013-10-16xhci: add variable 'cmd_type' in handle_cmd_completion()Xenia Ragiadakou-13/+14
2013-10-16xhci: add variable 'cmd_trb' in handle_cmd_completion()Xenia Ragiadakou-8/+9
2013-10-16xhci: add variable 'cmd_comp_code' in handle_cmd_completion()Xenia Ragiadakou-12/+8
2013-10-16xhci: refactor TRB_CONFIG_EP case into functionXenia Ragiadakou-52/+62
2013-10-16xhci: remove unused 'ep_ring' variable in handle_cmd_completion()Xenia Ragiadakou-2/+0
2013-10-16xhci: refactor TRB_EVAL_CONTEXT case into functionXenia Ragiadakou-5/+14
2013-10-16xhci: refactor TRB_NEC_GET_FW case into functionXenia Ragiadakou-8/+14
2013-10-16xhci: refactor TRB_RESET_DEV case into functionXenia Ragiadakou-7/+15
2013-10-16xhci: use completion event's slot id rather than dig it out of commandXenia Ragiadakou-2/+2