summaryrefslogtreecommitdiff
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-1/+1
* Merge git://git.denx.de/u-boot-usbTom Rini2017-07-2912-170/+614
|\
| * usb: host: xhci-dxc3: fix compilation warningsPatrice Chotard2017-07-281-2/+2
| * usb: host: ohci-generic: initialize PHY only when foundPatrice Chotard2017-07-281-5/+6
| * usb: host: ehci-generic: initialize PHY only when foundPatrice Chotard2017-07-281-5/+6
| * dm: usb: host: xhci-dwc3: add missing #ifdef CONFIG_DM_USBPatrice Chotard2017-07-281-0/+2
| * usb: xhci: Enable TT to support LS/FS devices behind a HS hubBin Meng2017-07-281-0/+14
| * usb: xhci: Correct TT_SLOT and TT_PORT macrosBin Meng2017-07-281-2/+2
| * usb: xhci: Implement update_hub_device() operationBin Meng2017-07-281-0/+59
| * dm: usb: Add a new USB controller operation 'update_hub_device'Bin Meng2017-07-281-0/+11
| * usb: xhci: Program 'route string' in the input slot contextBin Meng2017-07-281-1/+31
| * usb: xhci: Change xhci_setup_addressable_virt_dev() signatureBin Meng2017-07-283-6/+7
| * usb: hub: Add a new API to test if a hub device is root hubBin Meng2017-07-281-22/+2
| * usb: hub: Use 'struct usb_hub_device' as hub device's uclass_privBin Meng2017-07-281-2/+0
| * usb: xhci-pci: Clean up the driver a little bitBin Meng2017-07-281-19/+2
| * usb: xhci-pci: Drop non-DM version of xhci-pci driverBin Meng2017-07-282-52/+1
| * usb: xhci: Convert CONFIG_USB_XHCI_PCI to KconfigBin Meng2017-07-281-0/+6
| * usb: ehci: Get rid of CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTSBin Meng2017-07-282-7/+10
| * usb: xhci: Get rid of CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTSBin Meng2017-07-282-6/+6
| * usb: xhci: Change MAX_HC_PORTS to 255Bin Meng2017-07-281-3/+3
| * usb: hub: Change USB hub descriptor to match USB 3.0 hubsBin Meng2017-07-282-4/+4
| * usb: hub: Send correct wValue to get hub descriptor of a USB 3.0 hubBin Meng2017-07-281-0/+1
| * usb: xhci: Add input slot context in xhci_set_configuration()Bin Meng2017-07-281-2/+2
| * usb: xhci: Initialize scratchpad buffer array and scratchpad buffersBin Meng2017-07-282-2/+95
| * usb: xhci: Correct command TRB 4th dword initializationBin Meng2017-07-281-2/+9
| * usb: xhci: Remove incorrect comments for struct xhci_container_ctxBin Meng2017-07-281-2/+1
| * usb: host: ohci-generic: add generic PHY supportPatrice Chotard2017-07-281-1/+30
| * usb: host: ohci-generic: add RESET supportPatrice Chotard2017-07-281-2/+40
| * usb: host: ohci-generic: add CLOCK supportPatrice Chotard2017-07-281-2/+53
| * usb: host: ehci-generic: add generic PHY supportPatrice Chotard2017-07-281-1/+30
| * usb: host: ehci-generic: add error path and .remove callbackPatrice Chotard2017-07-281-23/+95
| * usb: host: ehci-generic: replace printf() by error()Patrice Chotard2017-07-281-2/+2
| * usb: host: xhci-dwc3: Add generic PHY supportPatrice Chotard2017-07-281-0/+32
| * usb: host: xhci-dwc3: Add dual role mode support from DTPatrice Chotard2017-07-281-0/+9
| * usb: host: xhci-dwc3: Convert driver to DMPatrice Chotard2017-07-281-0/+46
| * usb: add static to local symbolsMasahiro Yamada2017-07-284-13/+13
* | dm: tegra: usb: Convert to livetreeSimon Glass2017-07-281-20/+14
* | dm: tegra: Convert clock_decode_periph_id() to support livetreeSimon Glass2017-07-281-1/+1
|/
* imx: reorganize IMX code as other SOCsStefano Babic2017-07-122-4/+4
* usb: dwc2: use dev_read_bool() instead of fdt_getprop()Meng Dongyang2017-07-111-10/+6
* usb: Kconfig: migrate USB_DWC2 to KconfigPhilipp Tomsich2017-07-111-0/+10
* usb: host: xhci-rockchip: use fixed regulator to control vbusMeng Dongyang2017-07-111-18/+18
* usb: Kconfig: config USB_XHCI_ROCKCHIP depends on DM_REGULATOR and DM_USBMeng Dongyang2017-07-111-0/+2
* rockchip: xhci: dm: convert fdt_get to dev_readPhilipp Tomsich2017-07-111-9/+4
* powerpc: remove 4xx supportHeiko Schocher2017-07-031-1/+0
* drivers/usb/ehci: Use platform-specific accessorsAlexey Brodkin2017-06-171-6/+4
* usb: dwc2: force to host mode if not support HNP/SRPMeng Dongyang2017-06-171-3/+16
* powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512xHeiko Schocher2017-06-164-156/+0
* rockchip: usb: host: xhci-rockchip: add support for rk3328Meng Dongyang2017-06-071-9/+22
* Merge git://git.denx.de/u-boot-usbTom Rini2017-06-051-0/+1
|\