summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)Author
2015-04-18dm: usb: exynos: Adjust XHCI driver to support driver modelSimon Glass
2015-04-18dm: usb: Rename the XHCI HCD to U-BootSimon Glass
2015-04-18dm: usb: Support driver model in XHCISimon Glass
2015-04-18dm: usb: xhci: Factor out common init/uninitSimon Glass
2015-04-18dm: usb: xhci: Use explicit parameters for xhci_setup_addressable_virt_dev()Simon Glass
2015-04-18dm: usb: xhci: Use explicit parameters for xhci_alloc_virt_device()Simon Glass
2015-04-18dm: usb: xhci: Use a function to get xhci_ctrlSimon Glass
2015-04-18dm: usb: tegra: Add driver model support to tegra EHCISimon Glass
2015-04-18dm: usb: tegra: Move most of init/uninit into a functionSimon Glass
2015-04-18dm: usb: tegra: Tidy up error handling and a static functionSimon Glass
2015-04-18dm: usb: tegra: Remove the port_addr_clear_csc variableSimon Glass
2015-04-18dm: usb: exynos: Add driver model support to exynos EHCISimon Glass
2015-04-18dm: usb: sandbox: Add a driver for sandboxSimon Glass
2015-04-18dm: usb: sandbox: Reset emulation devices in usb stop()Simon Glass
2015-04-18dm: usb: Allow setting up a USB controller as a device/gadgetSimon Glass
2015-04-18dm: usb: Bind generic USB devices when there is no driverSimon Glass
2015-04-18dm: usb: Allow USB drivers to be declared and auto-probedSimon Glass
2015-04-18dm: usb: Add driver model support to EHCISimon Glass
2015-04-18dm: usb: Change ehci_reset() to use a pointerSimon Glass
2015-04-18dm: usb: Drop the EHCI weak functionsSimon Glass
2015-04-18dm: usb: Refactor EHCI initSimon Glass
2015-04-18dm: usb: ehci: Use a function to find the controller from struct udeviceSimon Glass
2015-04-18dm: usb: Pass EHCI controller pointer to ehci_get_portsc_register()Simon Glass
2015-04-18dm: usb: Pass EHCI controller pointer to ehci_set_usbmode()Simon Glass
2015-04-18dm: usb: tegra: Drop use of global controller variableSimon Glass
2015-04-18dm: usb: Pass EHCI controller pointer to ehci_powerup_fixup()Simon Glass
2015-04-18dm: usb: tegra: Store the controller type explicitlySimon Glass
2015-04-18dm: usb: Allow ECHI to hold private data for the controllerSimon Glass
2015-04-18dm: usb: Pass EHCI controller pointer to ehci_get_port_speed()Simon Glass
2015-04-18dm: usb: Move all the EHCI weak functions together and declare themSimon Glass
2015-04-18dm: usb: Add a uclass for USB controllersSimon Glass
2015-04-14usb: dwc2: retry NAK'd interrupt transfersStephen Warren
2015-04-14usb: dwc2: implement interrupt transfersStephen Warren
2015-04-14usb: dwc2: correctly program hcchar for LS devicesStephen Warren
2015-04-14usb: dwc2: detect device speed correctlyStephen Warren
2015-04-14usb: dwc2: use phys_to_bus/bus_to_physStephen Warren
2015-04-14usb: dwc2: fix bulk transfersStephen Warren
2015-04-14usb: dwc2: remove restriction on buffer lengthStephen Warren
2015-04-14usb: dwc2: fix aligned buffer usageStephen Warren
2015-04-14usb: dwc2: simplify wait_for_chhltdStephen Warren
2015-04-14usb: dwc2: remove control_data_toggle[]Stephen Warren
2015-04-14usb: dwc2: usb chunk_msg() for control transfers tooStephen Warren
2015-04-14usb: dwc2: refactor submit_bulk_msg to be commonStephen Warren
2015-04-14usb: dwc2: unify waiting for transfer completionStephen Warren
2015-04-14usb: 64-bit architectures support for xHCISergey Temerkhanov
2015-04-14usb: ehci-tegra: Build warning fixes for 64-bitThierry Reding
2015-04-14ehci-hcd: fix warnings on 64-bit buildsRob Herring
2015-03-15ARM: UniPhier: adjust device trees for business transferMasahiro Yamada
2015-03-02Merge git://git.denx.de/u-boot-usbTom Rini
2015-03-01usb: UniPhier: add UniPhier on-chip xHCI host driver supportMasahiro Yamada