summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)Author
2014-03-10usb: create common header virtual root hub descriptorsStephen Warren
2014-03-10usb: ehci: fully align interrupt QHs/QTDsStephen Warren
2014-03-10ush: ehci: initialize altnext pointers in QHStephen Warren
2014-02-25Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini
2014-02-24fsl/usb: Limit phy_type comparison to first four charactersNikhil Badola
2014-02-06ARM: USB: Remove the IXP EHCI driverMarek Vasut
2014-01-13usb: exynos5: arndale: Add network supportInderpal Singh
2014-01-13usb: ehci: exynos: set/reset hsic physInderpal Singh
2013-12-18usb: ehci: Fix register accessMarek Vasut
2013-12-18usb: ehci: Do not de-init uninited controllersMarek Vasut
2013-12-18usb: ehci-pci: Clarify and cleanup the EHCI controller detectionMarek Vasut
2013-12-06usb: ehci-omap: Reset the USB Host OMAP moduleRoger Quadros
2013-11-09Merge branch 'iu-boot/master' into 'u-boot-arm/master'Albert ARIBAUD
2013-11-08usb: ohci-hcd: submit_common_msg: report actual_length properlyMateusz Kulikowski
2013-11-04arm: atmel: get rid of too many ifdefferyBo Shen
2013-11-04arm: atmel: at91sam9n12ek: add usb host supportBo Shen
2013-10-31drivers: usb: convert makefiles to Kbuild styleMasahiro Yamada
2013-10-24powerpc/usb:Differentiate USB controller base addressramneek mehresh
2013-10-22usb: rename board_usb_init_type to usb_init_typeTroy Kisky
2013-10-20usb: ehci-mx6: add support for otg portTroy Kisky
2013-10-20usb: ehci-hcd: add enum usb_init_type parameter to ehci_hcd_init.Troy Kisky
2013-10-20usb: add enum usb_init_type parameter to usb_lowlevel_initTroy Kisky
2013-10-20usb: dra7xx: Add support for dra7xx xhci USB hostDan Murphy
2013-10-20usb: omap: Move the usb phy code to the usb/phy directoryDan Murphy
2013-10-20usb: omap5: Update the board_usb_init apiDan Murphy
2013-10-20usb: omap: Move the xhci-omap header file to common locationDan Murphy
2013-10-20usb: new board-specific USB init interfaceMateusz Zalega
2013-10-20OMAP5: USB: Add OMAP xHCI file and headerDan Murphy
2013-10-20exynos: usb: Switch USB VBUS GPIOs to be device tree configuredJulius Werner
2013-10-20USB: XHCI: Add xHCI host controller support for Exynos5Vivek Gautam
2013-10-20USB: xHCI: Add stack support for xHCIVivek Gautam
2013-10-20usb: Move 'bmRequestType' USB device request macros from EHCI headerVivek Gautam
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk
2013-09-27usb: ehci: Fix test mode for connected portsJulius Werner
2013-08-26usb: ehci-mx5: Use 'bool' instead of 'unsigned char'Fabio Estevam
2013-08-26usb: ehci-mx5: Remove unneeded write to cscmr1 registerFabio Estevam
2013-08-26ARM: OMAP: USB: Fix linker error when ULPI is not definedDan Murphy
2013-08-26ARM: OMAP5: USB: Add OMAP5 common USB EHCI informationDan Murphy
2013-07-29ehci-hcd: fix memory leak in lowlevel initNikita Kiryanov
2013-07-29usb: ehci-omap: Don't softreset USB High-speed Host (UHH) ModuleRoger Quadros
2013-07-29usb: ehci: Split out struct ehci_ctrl definitionMarek Vasut
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-07-12Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2013-07-11ARM: Tegra: USB: EHCI: Add support for Tegra30/Tegra114Jim Lin
2013-06-12usb: ehci: add missing cache managmentStephen Warren
2013-06-12usb: ehci: add Faraday USB 2.0 EHCI supportKuo-Jung Su
2013-06-12usb: ehci: add weak-aliased function for PORTSCKuo-Jung Su
2013-06-12usb: ehci: prevent bad PORTSC register accessKuo-Jung Su
2013-06-12usb: Correct CLEAR_FEATURE code in ehci-hcdSimon Glass
2013-05-30Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD