summaryrefslogtreecommitdiff
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* dm: usb: Allow setting up a USB controller as a device/gadgetSimon Glass2015-04-181-0/+24
* dm: usb: Bind generic USB devices when there is no driverSimon Glass2015-04-181-1/+17
* dm: usb: Allow USB drivers to be declared and auto-probedSimon Glass2015-04-181-2/+204
* dm: usb: Add driver model support to EHCISimon Glass2015-04-182-4/+127
* dm: usb: Change ehci_reset() to use a pointerSimon Glass2015-04-181-9/+8
* dm: usb: Drop the EHCI weak functionsSimon Glass2015-04-185-94/+139
* dm: usb: Refactor EHCI initSimon Glass2015-04-182-51/+72
* dm: usb: ehci: Use a function to find the controller from struct udeviceSimon Glass2015-04-181-17/+37
* dm: usb: Pass EHCI controller pointer to ehci_get_portsc_register()Simon Glass2015-04-183-6/+6
* dm: usb: Pass EHCI controller pointer to ehci_set_usbmode()Simon Glass2015-04-184-8/+7
* dm: usb: tegra: Drop use of global controller variableSimon Glass2015-04-181-7/+9
* dm: usb: Pass EHCI controller pointer to ehci_powerup_fixup()Simon Glass2015-04-183-4/+7
* dm: usb: tegra: Store the controller type explicitlySimon Glass2015-04-181-6/+24
* dm: usb: Allow ECHI to hold private data for the controllerSimon Glass2015-04-182-0/+31
* dm: usb: Pass EHCI controller pointer to ehci_get_port_speed()Simon Glass2015-04-184-7/+9
* dm: usb: Move all the EHCI weak functions together and declare themSimon Glass2015-04-182-11/+17
* dm: usb: Add a uclass for USB controllersSimon Glass2015-04-182-0/+396
* usb: dwc2: retry NAK'd interrupt transfersStephen Warren2015-04-141-6/+19
* usb: dwc2: implement interrupt transfersStephen Warren2015-04-141-3/+2
* usb: dwc2: correctly program hcchar for LS devicesStephen Warren2015-04-141-9/+12
* usb: dwc2: detect device speed correctlyStephen Warren2015-04-142-1/+8
* usb: dwc2: use phys_to_bus/bus_to_physStephen Warren2015-04-141-1/+3
* usb: dwc2: fix bulk transfersStephen Warren2015-04-141-9/+13
* usb: dwc2: remove restriction on buffer lengthStephen Warren2015-04-141-9/+3
* usb: dwc2: fix aligned buffer usageStephen Warren2015-04-141-6/+8
* usb: dwc2: simplify wait_for_chhltdStephen Warren2015-04-141-4/+2
* usb: dwc2: remove control_data_toggle[]Stephen Warren2015-04-141-8/+4
* usb: dwc2: usb chunk_msg() for control transfers tooStephen Warren2015-04-141-95/+19
* usb: dwc2: refactor submit_bulk_msg to be commonStephen Warren2015-04-141-16/+39
* usb: dwc2: unify waiting for transfer completionStephen Warren2015-04-141-107/+60
* usb: 64-bit architectures support for xHCISergey Temerkhanov2015-04-144-32/+41
* usb: ehci-tegra: Build warning fixes for 64-bitThierry Reding2015-04-141-4/+4
* ehci-hcd: fix warnings on 64-bit buildsRob Herring2015-04-141-41/+41
* ARM: UniPhier: adjust device trees for business transferMasahiro Yamada2015-03-152-4/+6
* Merge git://git.denx.de/u-boot-usbTom Rini2015-03-021-1/+1
|\
| * exynos: usb: make dwc3_set_mode to staticJoonyoung Shim2015-02-241-1/+1
* | usb: UniPhier: add UniPhier on-chip xHCI host driver supportMasahiro Yamada2015-03-013-0/+94
* | ARM: UniPhier: move uniphier_ehci_reset() functionMasahiro Yamada2015-03-011-1/+14
* | ARM: UniPhier: remove EHCI platform devicesMasahiro Yamada2015-03-012-14/+2
* | ARM: UniPhier: include <mach/*.h> instead of <asm/arch/*.h>Masahiro Yamada2015-03-011-1/+1
|/
* usb: pci: Add XHCI driver for PCISimon Glass2015-02-052-0/+61
* usb: pci: Use pci_find_class() to find the deviceSimon Glass2015-02-051-52/+1
* dm: usb: Remove use of fdtdec GPIO supportSimon Glass2015-01-293-30/+28
* usb: Add an interval parameter to create_int_queueHans de Goede2015-01-181-2/+2
* sunxi: Move usb-controller init code out of ehci-sunxi.c for reuse for otgHans de Goede2015-01-141-203/+10
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2014-12-112-3/+25
|\
| * usb: ehci: do not set the LSB of Current qTD pointerMasahiro Yamada2014-11-191-1/+0
| * usb:ehci-mx6 add phy mode query functionPeng Fan2014-11-141-2/+25
* | drivers: usb: fsl: Check USB Erratum A007792 applicabilityNikhil Badola2014-12-111-0/+9
* | drivers: usb: fsl: Add USB device-tree errata frameworkNikhil Badola2014-12-111-0/+64