summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)Author
2011-04-28USB: xhci - also free streams when resetting devicesDmitry Torokhov
2011-04-28USB: xhci - fix math in xhci_get_endpoint_interval()Dmitry Torokhov
2011-04-28USB: xhci - fix unsafe macro definitionsDmitry Torokhov
2011-04-28USB: EHCI: unlink unused QHs when the controller is stoppedAlan Stern
2011-03-31xhci: Update internal dequeue pointers after stalls.Sarah Sharp
2011-03-31USB: isp1760: Implement solution for erratum 2Sebastian Andrzej Siewior
2011-03-31ehci-hcd: Bug fix: don't set a QH's Halt bitAlan Stern
2011-03-31xhci: Fix cycle bit calculation during stall handling.Sarah Sharp
2011-03-31xhci: Fix an error in count_sg_trbs_needed()Paul Zimmerman
2011-03-31xhci: Fix errors in the running total calculations in the TRB mathPaul Zimmerman
2011-03-31xhci: Clarify some expressions in the TRB mathPaul Zimmerman
2011-03-31xhci: Avoid BUG() in interrupt contextPaul Zimmerman
2011-03-31USB: EHCI: fix DMA deallocation bugAlan Stern
2011-03-31USB: EHCI: ASPM quirk of ISOC on AMD HudsonAlex He
2011-03-31USB: EHCI: ASPM quirk of ISOC on AMD SB800Alex He
2011-02-06xhci: Fix issue with port array setup and buggy hosts.Sarah Sharp
2010-12-14USB: EHCI: fix obscure race in ehci_endpoint_disableAlan Stern
2010-12-14xhci: Don't let the USB core disable SuperSpeed ports.Sarah Sharp
2010-12-14xhci: Setup array of USB 2.0 and USB 3.0 ports.Sarah Sharp
2010-12-14xhci: Fix reset-device and configure-endpoint commandsPaul Zimmerman
2010-12-14xHCI: fix wMaxPacketSize maskAndiry Xu
2010-11-22usb: r8a66597-hcd: Change mistake of the outsw functionNobuhiro Iwamatsu
2010-09-20USB: ehci-ppc-of: problems in unwindDan Carpenter
2010-08-26USB: xhci: Remove buggy assignment in next_trb()John Youn
2010-08-13USB: EHCI: remove PCI assumptionAlan Stern
2010-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds
2010-07-26USB: xhci: Set Mult field in endpoint context correctly.Sarah Sharp
2010-07-26USB: xhci: Set EP0 dequeue ptr after reset of configured device.Sarah Sharp
2010-07-26USB: xHCI: Fix another bug in link TRB activation change.Sarah Sharp
2010-07-15[ARM] pxa: fix incorrect CONFIG_CPU_PXA27x to CONFIG_PXA27xEric Miao
2010-06-30USB: isp1362-hcd, fix double lockJiri Slaby
2010-06-30USB: ehci-mxc: bail out on transceiver problemsWolfram Sang
2010-06-30USB: r8a66597: Fix failure in change of statusNobuhiro Iwamatsu
2010-06-30USB: xHCI: Fix bug in link TRB activation change.Sarah Sharp
2010-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds
2010-06-04usb: fix ehci_hcd build failure when both generic-OF and xilinx is selectedGrant Likely
2010-06-04USB: xhci: Print NEC firmware version.Sarah Sharp
2010-06-04USB: xhci: Wait for host to start running.Sarah Sharp
2010-06-04USB: xhci: Wait for controller to be ready after reset.Sarah Sharp
2010-06-04USB: isp1362: fix inw warning on Blackfin systemsMike Frysinger
2010-06-02of/usb: fix build error due to of_node pointer moveGrant Likely
2010-06-02Merge branch 'sh/iomap'Paul Mundt
2010-06-02usb: r8a66597-hcd pio to mmio accessor conversion.Paul Mundt
2010-05-25Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds
2010-05-20Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into dev...Russell King
2010-05-20USB: xhci: fix compiler warning.Greg Kroah-Hartman
2010-05-20USB: FHCI: cq_get() should check kfifo_out()'s return valueAnton Vorontsov