summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2013-10-21USB: xHCI: Add stack support for xHCIVivek Gautam5-0/+3947
2013-10-21usb: Move 'bmRequestType' USB device request macros from EHCI headerVivek Gautam1-16/+0
2013-10-15Coding Style cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2013-09-27usb: ehci: Fix test mode for connected portsJulius Werner1-0/+38
2013-08-26usb: ehci-mx5: Use 'bool' instead of 'unsigned char'Fabio Estevam1-3/+3
2013-08-26usb: ehci-mx5: Remove unneeded write to cscmr1 registerFabio Estevam1-9/+0
2013-08-26ARM: OMAP: USB: Fix linker error when ULPI is not definedDan Murphy1-0/+7
2013-08-26ARM: OMAP5: USB: Add OMAP5 common USB EHCI informationDan Murphy1-2/+24
2013-07-30ehci-hcd: fix memory leak in lowlevel initNikita Kiryanov1-1/+3
2013-07-30usb: ehci-omap: Don't softreset USB High-speed Host (UHH) ModuleRoger Quadros1-12/+15
2013-07-30usb: ehci: Split out struct ehci_ctrl definitionMarek Vasut2-10/+14
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk26-373/+27
2013-07-12Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-36/+268
2013-07-12ARM: Tegra: USB: EHCI: Add support for Tegra30/Tegra114Jim Lin1-36/+268
2013-06-13usb: ehci: add missing cache managmentStephen Warren1-0/+30
2013-06-13usb: ehci: add Faraday USB 2.0 EHCI supportKuo-Jung Su3-0/+154
2013-06-13usb: ehci: add weak-aliased function for PORTSCKuo-Jung Su1-4/+13
2013-06-13usb: ehci: prevent bad PORTSC register accessKuo-Jung Su1-5/+15
2013-06-13usb: Correct CLEAR_FEATURE code in ehci-hcdSimon Glass1-4/+6
2013-05-30Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD2-35/+44
2013-05-21USB: ohci-at91: support sama5d3x devicesBo Shen1-2/+12
2013-05-06usb: common: Use a global definition for 'min3'Vivek Gautam1-10/+0
2013-05-06USB: ohci-at91: make OHCI work on at91sam9g10 SoCBo Shen1-2/+2
2013-05-06usb: Add new command to set USB 2.0 port test modesJulius Werner1-11/+14
2013-05-06USB: EHCI: Add weak functions to support new chipJim Lin1-12/+28
2013-05-05imx: mx5: Remove legacy iomux supportBenoît Thébaudeau1-73/+0
2013-04-12arm: Remove support for unused s3c64xxBenoît Thébaudeau3-47/+0
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini6-40/+455
2013-03-18usb: Add multiple controllers support for EHCI PCIVincent Palatin1-9/+16
2013-03-18usb: ehci: Fix aliasing issue in EHCI interrupt codeVincent Palatin1-1/+1
2013-03-18usb: ehci: Support interrupt transfers via periodic listPatrick Georgi2-5/+316
2013-03-18usb: ehci: exynos: Enable non-dt pathVivek Gautam1-0/+7
2013-03-18usb: ehci: exynos: Fix multiple FDT decodeVivek Gautam1-28/+16
2013-03-17usb/host/ehci: Add support for EHCI on spearVipin Kumar2-0/+60
2013-03-17usb: ehci: Add 64-bit controller supportVincent Palatin1-0/+3
2013-03-17usb: ehci: generic PCI supportVincent Palatin1-1/+40
2013-03-15Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master'Albert ARIBAUD1-16/+530
2013-03-14tegra: usb: move [start|stop]_port into ehci_hcd_[init|stop]Lucas Stach1-68/+51
2013-03-14tegra: usb: move implementation into right directoryLucas Stach1-2/+533
2013-03-07mxs: Make ehci-mxs multiport capableMarek Vasut1-68/+81
2013-03-07mxs: Squash the header file usage in ehci-mxsMarek Vasut1-5/+1
2013-03-07USB: drop unneeded header in ehci-mx6Stefano Babic1-1/+0
2013-01-14Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD1-7/+85
2013-01-09Merge 'u-boot-atmel/master' into 'u-boot-arm/master'Albert ARIBAUD1-2/+4
2013-01-08EHCI: Exynos: Add fdt supportRajeshwari Shinde1-7/+85
2012-12-10Merge branch 'master' of git://git.denx.de/u-boot into resolveMinkyu Kang6-17/+24
2012-12-10at91sam9x5: enable USB support for 9x5ek board.Richard Genoud1-2/+4
2012-11-20usb: r8a6659: Fix build by missing of parenthesisNobuhiro Iwamatsu1-1/+1
2012-11-20usb: r8a66597: Switched from variable to only macroNobuhiro Iwamatsu1-10/+5
2012-11-20usb: use linux/usb/ch9.h instead of usbdescriptors.hIlya Yanok5-6/+18