summaryrefslogtreecommitdiff
path: root/drivers/usb/host (follow)
Commit message (Expand)AuthorAge
...
| * | ohci:always register debug filesOliver Neukum2013-12-03
| * | ohci: kill ohci_vdbgOliver Neukum2013-12-03
| * | ohci: remove conditional compilationOliver Neukum2013-12-03
| * | xhci: replace xhci_write_64() with writeq()Xenia Ragiadakou2013-12-02
| * | xhci: replace xhci_read_64() with readq()Xenia Ragiadakou2013-12-02
| * | xhci: replace xhci_writel() with writel()Xenia Ragiadakou2013-12-02
| * | xhci: replace xhci_readl() with readl()Xenia Ragiadakou2013-12-02
| * | xhci: remove conversion from generic to pci device in xhci_mem.cXenia Ragiadakou2013-12-02
| * | xhci: fix incorrect type in assignment in xhci_count_num_dropped_endpoints()Xenia Ragiadakou2013-12-02
| * | xhci: fix incorrect type in assignment in xhci_count_num_new_endpoints()Xenia Ragiadakou2013-12-02
| * | xhci: remove unnecessary check in xhci_free_stream_info()Xenia Ragiadakou2013-12-02
| * | xhci: fix SCT_FOR_CTX(p) macroXenia Ragiadakou2013-12-02
| * | xhci: replace USB_MAXINTERFACES with config->desc.bNumInterfaceXenia Ragiadakou2013-12-02
| * | xhci: fix incorrect type in assignment in xhci_address_device()Xenia Ragiadakou2013-12-02
| * | xhci: fix sparse warning in xhci-trace.hXenia Ragiadakou2013-12-02
| * | xhci: fix derivation of TRB's DMA address in xhci_log_event Trace Event ClassXenia Ragiadakou2013-12-02
| * | xhci: fix incorrect type in assignment in handle_device_notification()Xenia Ragiadakou2013-12-02
| * | xhci: convert TRB_CYCLE to le32 before using it to set Link TRB's cycle bitXenia Ragiadakou2013-12-02
| |/
* | usb: ohci-pxa27x: include linux/dma-mapping.hDaniel Mack2013-12-04
* | usb: xhci: Link TRB must not occur within a USB payload burstDavid Laight2013-12-02
|/
* Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-11-14
|\
| * DMA-API: usb: use new dma_coerce_mask_and_coherent()Russell King2013-10-31
| * DMA-API: usb: use dma_set_coherent_mask()Russell King2013-10-31
| * DMA-API: usb: ohci-sa1111: add a note about DMA masksRussell King2013-10-31
| * DMA-API: usb: ssb-hcd: replace dma_set_mask()+dma_set_coherent_mask() with ne...Russell King2013-10-31
| * DMA-API: usb: bcma: replace dma_set_mask()+dma_set_coherent_mask() with new h...Russell King2013-10-31
* | Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-12
|\ \
| * | drivers: clean-up prom.h implicit includesRob Herring2013-10-09
* | | Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2013-11-11
|\ \ \
| * | | Merge tag 'keystone-soc-for-arm-soc' of git://git.kernel.org/pub/scm/linux/ke...Kevin Hilman2013-10-11
| |\| |
| * | | Merge tag 'samsung-clk-s3c64xx' of http://git.kernel.org/pub/scm/linux/kernel...Olof Johansson2013-09-25
| |\ \ \
| | * | | usb: ohci-s3c2410.c: Use clk_prepare_enable/clk_disable_unprepareTomasz Figa2013-09-17
| | | |/ | | |/|
* | | | USB: ehci-atmel: add usb_clk for transition to CCFBoris BREZILLON2013-10-30
* | | | usb: wusbcore: add a quirk for Alereon HWA device isoc behaviorThomas Pugliese2013-10-29
* | | | usb: ohci: remove ep93xx bus glue platform driverH Hartley Sweeten2013-10-29
* | | | USB: UHCI: check for wakeup/suspend raceAlan Stern2013-10-19
* | | | USB: EHCI: add check for wakeup/suspend raceAlan Stern2013-10-19
* | | | USB: OHCI: fix and explain sparse errorsAlan Stern2013-10-19
* | | | USB: EHCI: fix sparse errorsAlan Stern2013-10-19
* | | | USB: EHCI: fix type mismatch in check_intr_scheduleAlan Stern2013-10-19
* | | | Merge tag 'for-usb-next-2013-10-17' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2013-10-19
|\ \ \ \
| * | | | usb: xhci: remove the unused ->address fieldDan Williams2013-10-16
| * | | | usb: xhci: kill a conditional when toggling cycleDan Williams2013-10-16
| * | | | xhci: replace 'event' with 'cmd_comp_code' in set_deq and reset_ep handlersXenia Ragiadakou2013-10-16
| * | | | xhci: add argument 'slot_id' in stop_ep, set_deq and reset_ep cmd handlersXenia Ragiadakou2013-10-16
| * | | | xhci: replace 'xhci->cmd_ring->dequeue' with 'trb' in stop_ep cmd handlerXenia Ragiadakou2013-10-16
| * | | | xhci: add variable 'cmd_type' in handle_cmd_completion()Xenia Ragiadakou2013-10-16
| * | | | xhci: add variable 'cmd_trb' in handle_cmd_completion()Xenia Ragiadakou2013-10-16
| * | | | xhci: add variable 'cmd_comp_code' in handle_cmd_completion()Xenia Ragiadakou2013-10-16
| * | | | xhci: refactor TRB_CONFIG_EP case into functionXenia Ragiadakou2013-10-16