aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2014-10-08Merge tag 'usb-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds31-509/+1079
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2014-10-03USB: host: st: fix typo 'CONFIG_USB_EHCI_HCD_ST'Paul Bolle1-1/+1
2014-10-03xhci: Allow xHCI drivers to be built as separate modulesAndrew Bresticker6-51/+25
2014-10-03xhci: Export symbols used by host-controller driversAndrew Bresticker3-0/+7
2014-10-03xhci: Check for XHCI_COMP_MODE_QUIRK when disabling D3coldAndrew Bresticker3-5/+2
2014-10-03xhci: Introduce xhci_init_driver()Andrew Bresticker4-116/+82
2014-09-29usb: rename phy to usb_phy in HCDAntoine Tenart5-29/+29
2014-09-29USB: host: st: fix ehci/ohci driver selectionArnd Bergmann2-9/+20
2014-09-29usb: host: ehci-exynos: Remove unnecessary usb-phy supportVivek Gautam1-54/+20
2014-09-26Merge tag 'master-2014-09-16' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller1-1/+1
2014-09-26treewide: Fix typos in KconfigMasanari Iida1-1/+1
2014-09-23usb: hub: rename khubd to hub_wq in documentation and commentsPetr Mladek14-38/+38
2014-09-23drivers/usb/host/ehci-xilinx-of.c: Include "linux/of_irq.h" to avoid compiling errorChen Gang1-0/+1
2014-09-23usb: hwa: add USB build dependency for USB_HWA_HCDThomas Pugliese1-1/+1
2014-09-23usb: host: ohci-exynos: Remove unnecessary usb-phy supportVivek Gautam1-61/+20
2014-09-23xhci: Log extra info on "ERROR Transfer event TRB DMA ptr not part of current TD"Hans de Goede3-9/+27
2014-09-23xhci: Remove "FIXME - check all the stream rings for pending cancellations"Hans de Goede1-1/+0
2014-09-23xhci: Always ring the doorbell for active eps when a Set TR deq ptr cmd completesHans de Goede1-2/+2
2014-09-23xhci: Fold queue_set_tr_deq into xhci_queue_new_dequeue_stateHans de Goede1-51/+32
2014-09-23xhci: xhci_ring_device: Ring stream ring bells for endpoints with streamsHans de Goede1-4/+11
2014-09-23usb: xhci_suspend is not stopping the root hub timer for the shared HCDAl Cooper1-0/+4
2014-09-23xhci: Move allocating of command for new_dequeue_state to queue_set_tr_deq()Hans de Goede3-20/+23
2014-09-23usb: host: ohci-st: Add OHCI driver support for ST STB devicesPeter Griffin3-0/+358
2014-09-23usb: host: ehci-st: Add EHCI support for ST STB devicesPeter Griffin1-0/+375
2014-09-23USB: isp1362: Use devm_ioremap_resourceTobias Klauser1-78/+25
2014-09-22Merge 3.17-rc6 into usb-nextGreg Kroah-Hartman1-2/+0
2014-09-19USB: EHCI: unlink QHs even after the controller has stoppedAlan Stern1-2/+0
2014-09-14Merge 3.17-rc5 into usb-nextGreg Kroah-Hartman3-6/+17
2014-09-11xhci: fix oops when xhci resumes from hibernate with hw lpm capable devicesMathias Nyman1-2/+10
2014-09-11usb: xhci: Fix OOPS in xhci error handling codeAl Cooper1-0/+1
2014-09-11xhci: Fix null pointer dereference if xhci initialization failsMathias Nyman1-1/+1
2014-09-09bcma: store more alternative addressesHauke Mehrtens1-1/+1
2014-09-08usb: ehci/ohci-exynos: Fix PHY getting sequenceVivek Gautam2-45/+42
2014-09-08usb: host: xhci: fix compliance mode workaroundFelipe Balbi1-3/+5
2014-08-27Revert "usb: ehci/ohci-exynos: Fix PHY getting sequence"Greg Kroah-Hartman2-42/+45
2014-08-27xhci: Disable streams on Via XHCI with device-id 0x3432Hans de Goede1-0/+5
2014-08-26usb: ehci/ohci-exynos: Fix PHY getting sequenceVivek Gautam2-45/+42
2014-08-25usb: ehci: using wIndex + 1 for hub portPeter Chen1-1/+1
2014-08-19xhci: rework cycle bit checking for new dequeue pointersMathias Nyman2-62/+42
2014-08-19usb: xhci: amd chipset also needs short TX quirkHuang Rui1-0/+4
2014-08-19xhci: Treat not finding the event_seg on COMP_STOP the same as COMP_STOP_INVALHans de Goede1-1/+2
2014-08-01xhci: Add missing checks for xhci_alloc_command failureHans de Goede2-0/+8
2014-08-01xhci: Rename Asrock P67 pci product-id to EJ168Hans de Goede1-2/+2
2014-08-01xhci: Blacklist using streams on the Etron EJ168 controllerHans de Goede3-2/+7
2014-07-18USB: OHCI: add check for stopped frame counterAlan Stern2-2/+35
2014-07-18USB: OHCI: add I/O watchdog for orphan TDsAlan Stern5-0/+148
2014-07-18USB: OHCI: make URB completions single-threadedAlan Stern4-12/+34
2014-07-18USB: OHCI: redesign the TD done listAlan Stern4-58/+70