summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* usb: r8a66597: Add support for RZ/A seriesChris Brandt2017-11-282-2/+66
* usb: ehci: do not invalidate a NULL bufferDirk Behme2017-11-261-2/+3
* dm: usb: ehci: avoid possible NULL dereferenceHeinrich Schuchardt2017-11-261-4/+6
* usb: xhci: Add Renesas R-Car xHCI driverMarek Vasut2017-11-264-0/+811
* usb: ehci: Fix accessors for big-endian platforms and descriptorsAlexey Brodkin2017-11-261-4/+4
* mvebu: usb: xhci: a38x supportJon Nettleton2017-11-161-2/+3
* sti: fix STMicroelectronics copyrightPatrice Chotard2017-11-061-2/+2
* usb: host: Move CONFIG_XHCI_FSL to KconfigRan Wang2017-10-271-0/+6
* Merge branch 'rmobile' of git://git.denx.de/u-boot-shTom Rini2017-10-103-115/+0
|\
| * usb: Drop the EHCI RCar Gen3Marek Vasut2017-10-043-115/+0
* | treewide: replace with error() with pr_err()Masahiro Yamada2017-10-046-42/+42
* | usb: xhci: Set 'Average TRB Length' to 8 for control endpointsBin Meng2017-10-012-0/+12
* | usb: xhci: Set 'Error Count' to 0 for isoch endpointsBin Meng2017-10-011-1/+5
* | usb: xhci: Program max burst size for endpointBin Meng2017-10-011-1/+20
* | usb: xhci: Honor endpoint's intervalBin Meng2017-10-012-2/+198
* | usb: xhci: Fix max packet size for full speed device endpoint 0Bin Meng2017-10-011-5/+3
* | usb: xhci: Add interrupt transfer supportBin Meng2017-10-011-3/+10
* | usb: xhci: Don't assume LS/FS devices are always behind a HS hubBin Meng2017-10-011-4/+14
* | dm: usb: emul: Drop usb_emul_reset()Bin Meng2017-10-011-11/+0
* | dm: usb: Remove no longer needed blk_unbind_all()Bin Meng2017-10-011-5/+1
* | dm: usb: Fix broken usb_stop()Bin Meng2017-10-011-0/+28
* | usb: sandbox: Fix emulator device select logic in usb_emul_find_devnum()Bin Meng2017-10-011-3/+3
* | usb: sandbox: Initialize root hub's device speed to high speedBin Meng2017-10-011-0/+24
* | usb: host: ehci-generic: convert to livetreePhilipp Tomsich2017-09-271-1/+1
* | usb: dwc2: convert to livetreePhilipp Tomsich2017-09-271-1/+1
* | rockchip: xhci: Convert to livetreePhilipp Tomsich2017-09-271-3/+1
* | dm: usb: ehci: Implement get_max_xfer_size() operationBin Meng2017-09-271-0/+12
* | dm: usb: xhci: Implement get_max_xfer_size() operationBin Meng2017-09-271-0/+15
* | dm: usb: Add a new USB controller operation 'get_max_xfer_size'Bin Meng2017-09-271-0/+11
* | usb: xhci: Set number of event segments and entries to 1Marek Vasut2017-09-271-2/+2
|/
* usb: dwc3: Add dwc3 glue driver support for STiPatrice Chotard2017-09-223-0/+267
* usb: ehci: Convert CONFIG_USB_EHCI_PCI to KconfigBin Meng2017-08-211-0/+6
* 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