summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2015-04-18dm: usb: Allow setting up a USB controller as a device/gadgetSimon Glass1-0/+24
2015-04-18dm: usb: Bind generic USB devices when there is no driverSimon Glass1-1/+17
2015-04-18dm: usb: Allow USB drivers to be declared and auto-probedSimon Glass1-2/+204
2015-04-18dm: usb: Add driver model support to EHCISimon Glass2-4/+127
2015-04-18dm: usb: Change ehci_reset() to use a pointerSimon Glass1-9/+8
2015-04-18dm: usb: Drop the EHCI weak functionsSimon Glass5-94/+139
2015-04-18dm: usb: Refactor EHCI initSimon Glass2-51/+72
2015-04-18dm: usb: ehci: Use a function to find the controller from struct udeviceSimon Glass1-17/+37
2015-04-18dm: usb: Pass EHCI controller pointer to ehci_get_portsc_register()Simon Glass3-6/+6
2015-04-18dm: usb: Pass EHCI controller pointer to ehci_set_usbmode()Simon Glass4-8/+7
2015-04-18dm: usb: tegra: Drop use of global controller variableSimon Glass1-7/+9
2015-04-18dm: usb: Pass EHCI controller pointer to ehci_powerup_fixup()Simon Glass3-4/+7
2015-04-18dm: usb: tegra: Store the controller type explicitlySimon Glass1-6/+24
2015-04-18dm: usb: Allow ECHI to hold private data for the controllerSimon Glass2-0/+31
2015-04-18dm: usb: Pass EHCI controller pointer to ehci_get_port_speed()Simon Glass4-7/+9
2015-04-18dm: usb: Move all the EHCI weak functions together and declare themSimon Glass2-11/+17
2015-04-18dm: usb: Add a uclass for USB controllersSimon Glass2-0/+396
2015-04-14usb: dwc2: retry NAK'd interrupt transfersStephen Warren1-6/+19
2015-04-14usb: dwc2: implement interrupt transfersStephen Warren1-3/+2
2015-04-14usb: dwc2: correctly program hcchar for LS devicesStephen Warren1-9/+12
2015-04-14usb: dwc2: detect device speed correctlyStephen Warren2-1/+8
2015-04-14usb: dwc2: use phys_to_bus/bus_to_physStephen Warren1-1/+3
2015-04-14usb: dwc2: fix bulk transfersStephen Warren1-9/+13
2015-04-14usb: dwc2: remove restriction on buffer lengthStephen Warren1-9/+3
2015-04-14usb: dwc2: fix aligned buffer usageStephen Warren1-6/+8
2015-04-14usb: dwc2: simplify wait_for_chhltdStephen Warren1-4/+2
2015-04-14usb: dwc2: remove control_data_toggle[]Stephen Warren1-8/+4
2015-04-14usb: dwc2: usb chunk_msg() for control transfers tooStephen Warren1-95/+19
2015-04-14usb: dwc2: refactor submit_bulk_msg to be commonStephen Warren1-16/+39
2015-04-14usb: dwc2: unify waiting for transfer completionStephen Warren1-107/+60
2015-04-14usb: 64-bit architectures support for xHCISergey Temerkhanov4-32/+41
2015-04-14usb: ehci-tegra: Build warning fixes for 64-bitThierry Reding1-4/+4
2015-04-14ehci-hcd: fix warnings on 64-bit buildsRob Herring1-41/+41
2015-03-15ARM: UniPhier: adjust device trees for business transferMasahiro Yamada2-4/+6
2015-03-02Merge git://git.denx.de/u-boot-usbTom Rini1-1/+1
2015-02-28usb: UniPhier: add UniPhier on-chip xHCI host driver supportMasahiro Yamada3-0/+94
2015-02-28ARM: UniPhier: move uniphier_ehci_reset() functionMasahiro Yamada1-1/+14
2015-02-28ARM: UniPhier: remove EHCI platform devicesMasahiro Yamada2-14/+2
2015-02-28ARM: UniPhier: include <mach/*.h> instead of <asm/arch/*.h>Masahiro Yamada1-1/+1
2015-02-24exynos: usb: make dwc3_set_mode to staticJoonyoung Shim1-1/+1
2015-02-06usb: pci: Add XHCI driver for PCISimon Glass2-0/+61
2015-02-06usb: pci: Use pci_find_class() to find the deviceSimon Glass1-52/+1
2015-01-30dm: usb: Remove use of fdtdec GPIO supportSimon Glass3-30/+28
2015-01-18usb: Add an interval parameter to create_int_queueHans de Goede1-2/+2
2015-01-14sunxi: Move usb-controller init code out of ehci-sunxi.c for reuse for otgHans de Goede1-203/+10
2014-12-12Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2-3/+25
2014-12-11drivers: usb: fsl: Check USB Erratum A007792 applicabilityNikhil Badola1-0/+9
2014-12-11drivers: usb: fsl: Add USB device-tree errata frameworkNikhil Badola1-0/+64
2014-12-11drivers: usb: Make usb device-tree fixup code architecture independentNikhil Badola1-0/+113
2014-11-27usb: UniPhier: support OF configurationMasahiro Yamada1-1/+37