summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)Author
2017-03-29xhci: Set URB actual length for stopped control transfersMathias Nyman
2017-03-29xhci: plat: Register shutdown for xhci_platAdam Wallis
2017-03-23usb: ehci: use bus->sysdev for DMA configurationPeter Chen
2017-03-23usb: xhci: use bus->sysdev for DMA configurationArnd Bergmann
2017-03-23usb: ehci: fsl: use bus->sysdev for DMA configurationArnd Bergmann
2017-03-23ohci-pci: add qemu quirkGerd Hoffmann
2017-03-17usb: host: ohci-platform: set hcd->phy to avoid phy_get() in usb_add_hcd()Yoshihiro Shimoda
2017-03-17usb: host: ehci-platform: set hcd->phy to avoid phy_get() in usb_add_hcd()Yoshihiro Shimoda
2017-03-17usb: host: Allow to build ehci orion with mvebu SoCsGregory CLEMENT
2017-03-17usb: orion-ehci: Add support for the Armada 3700Hua Jing
2017-03-17usb: host: ehci-platform: fix usb 1.1 device is not connected in system resumeYoshihiro Shimoda
2017-03-17usb: add CONFIG_USB_PCI for system have both PCI HW and non-PCI based USB HWyuan linyu
2017-03-16usb: host: Remove remaining pci_pool in commentsRomain Perier
2017-03-11Merge tag 'usb-4.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2017-03-09scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada
2017-03-09usb: host: xhci-plat: Fix timeout on removal of hot pluggable xhci controllersGuenter Roeck
2017-03-09usb: host: xhci-dbg: HCIVERSION should be a binary numberPeter Chen
2017-03-09usb: xhci: remove dummy extra_priv_size for size of xhci_hcd structChunfeng Yun
2017-03-09usb: xhci-mtk: check hcc_params after adding primary hcdChunfeng Yun
2017-03-09usb: ohci-at91: Do not drop unhandled USB suspend control requestsJelle Martijn Kok
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan
2017-02-10ohci-hub: fix typo in dbg_port macroJelle Martijn Kok
2017-02-08usb: xhci-mtk: make the reference clock optionalChunfeng Yun
2017-01-25xhci: refactor xhci_urb_enqueueMathias Nyman
2017-01-25xhci: simplify how we store TDs in urb private dataMathias Nyman
2017-01-25xhci: Rename variables related to transfer descritporsMathias Nyman
2017-01-25xhci: rename size variable to num_tdsMathias Nyman
2017-01-25usb: host: xhci: add xhci_virt_device tracerFelipe Balbi
2017-01-25usb: host: xhci: remove newline from tracerFelipe Balbi
2017-01-25usb: host: xhci: convert several if() to a single switch statementFelipe Balbi
2017-01-25usb: host: xhci: add urb_enqueue/dequeue/giveback tracersFelipe Balbi
2017-01-25usb: host: xhci: make a generic TRB tracerFelipe Balbi
2017-01-25usb: host: xhci: combine event TRB completion debugging messagesFelipe Balbi
2017-01-25usb: host: xhci: convert to list_for_each_entry_safe()Felipe Balbi
2017-01-25xhci: use the trb_to_noop() helper for command trbsMathias Nyman
2017-01-25xhci: Introduce helper to turn one TRB into a no-opMathias Nyman
2017-01-25usb: host: xhci: unconditionally call xhci_unmap_td_bounce_buffer()Felipe Balbi
2017-01-25usb: host: xhci: check for a valid ring when unmapping bounce bufferFelipe Balbi
2017-01-25usb: host: xhci: remove bogus __releases()/__acquires() annotationFelipe Balbi
2017-01-25usb: host: xhci: introduce xhci_td_cleanup()Felipe Balbi
2017-01-25usb: host: xhci: reorder variable definitionsFelipe Balbi
2017-01-25usb: host: xhci: use slightly better list helpersFelipe Balbi
2017-01-25usb: host: xhci: remove unneded semicolonFelipe Balbi
2017-01-25usb: host: xhci: simplify irq handler returnFelipe Balbi
2017-01-25usb: host: xhci: rename completion codes to match specFelipe Balbi
2017-01-25usb: host: xhci: print HCIVERSION on debugFelipe Balbi
2017-01-25usb: host: xhci: change pre-increments to post-incrementsFelipe Balbi
2017-01-25usb: xhci: remove unnecessary return in xhci_pci_setup()Lu Baolu
2017-01-25usb: xhci: use list_is_singular for cmd_listLu Baolu
2017-01-25usb: xhci: avoid unnecessary calculationLu Baolu