summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2015-04-18dm: usb: exynos: Adjust XHCI driver to support driver modelSimon Glass1-1/+119
2015-04-18dm: usb: Rename the XHCI HCD to U-BootSimon Glass1-1/+1
2015-04-18dm: usb: Support driver model in XHCISimon Glass3-7/+197
2015-04-18dm: usb: xhci: Factor out common init/uninitSimon Glass1-33/+52
2015-04-18dm: usb: xhci: Use explicit parameters for xhci_setup_addressable_virt_dev()Simon Glass3-20/+31
2015-04-18dm: usb: xhci: Use explicit parameters for xhci_alloc_virt_device()Simon Glass3-5/+3
2015-04-18dm: usb: xhci: Use a function to get xhci_ctrlSimon Glass3-11/+18
2015-04-18dm: usb: tegra: Add driver model support to tegra EHCISimon Glass1-0/+83
2015-04-18dm: usb: tegra: Move most of init/uninit into a functionSimon Glass1-62/+81
2015-04-18dm: usb: tegra: Tidy up error handling and a static functionSimon Glass1-8/+11
2015-04-18dm: usb: tegra: Remove the port_addr_clear_csc variableSimon Glass1-5/+1
2015-04-18dm: usb: exynos: Add driver model support to exynos EHCISimon Glass1-1/+111
2015-04-18dm: usb: sandbox: Add a driver for sandboxSimon Glass2-0/+118
2015-04-18dm: usb: sandbox: Reset emulation devices in usb stop()Simon Glass1-0/+11
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