summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)Author
2017-10-01usb: xhci: Set 'Average TRB Length' to 8 for control endpointsBin Meng
2017-10-01usb: xhci: Set 'Error Count' to 0 for isoch endpointsBin Meng
2017-10-01usb: xhci: Program max burst size for endpointBin Meng
2017-10-01usb: xhci: Honor endpoint's intervalBin Meng
2017-10-01usb: xhci: Fix max packet size for full speed device endpoint 0Bin Meng
2017-10-01usb: xhci: Add interrupt transfer supportBin Meng
2017-10-01usb: xhci: Don't assume LS/FS devices are always behind a HS hubBin Meng
2017-10-01dm: usb: emul: Drop usb_emul_reset()Bin Meng
2017-10-01dm: usb: Remove no longer needed blk_unbind_all()Bin Meng
2017-10-01dm: usb: Fix broken usb_stop()Bin Meng
2017-10-01usb: sandbox: Fix emulator device select logic in usb_emul_find_devnum()Bin Meng
2017-10-01usb: sandbox: Initialize root hub's device speed to high speedBin Meng
2017-09-27usb: host: ehci-generic: convert to livetreePhilipp Tomsich
2017-09-27usb: dwc2: convert to livetreePhilipp Tomsich
2017-09-27rockchip: xhci: Convert to livetreePhilipp Tomsich
2017-09-27dm: usb: ehci: Implement get_max_xfer_size() operationBin Meng
2017-09-27dm: usb: xhci: Implement get_max_xfer_size() operationBin Meng
2017-09-27dm: usb: Add a new USB controller operation 'get_max_xfer_size'Bin Meng
2017-09-27usb: xhci: Set number of event segments and entries to 1Marek Vasut
2017-09-22usb: dwc3: Add dwc3 glue driver support for STiPatrice Chotard
2017-08-21usb: ehci: Convert CONFIG_USB_EHCI_PCI to KconfigBin Meng
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass
2017-07-29Merge git://git.denx.de/u-boot-usbTom Rini
2017-07-28usb: host: xhci-dxc3: fix compilation warningsPatrice Chotard
2017-07-28usb: host: ohci-generic: initialize PHY only when foundPatrice Chotard
2017-07-28usb: host: ehci-generic: initialize PHY only when foundPatrice Chotard
2017-07-28dm: usb: host: xhci-dwc3: add missing #ifdef CONFIG_DM_USBPatrice Chotard
2017-07-28usb: xhci: Enable TT to support LS/FS devices behind a HS hubBin Meng
2017-07-28usb: xhci: Correct TT_SLOT and TT_PORT macrosBin Meng
2017-07-28usb: xhci: Implement update_hub_device() operationBin Meng
2017-07-28dm: usb: Add a new USB controller operation 'update_hub_device'Bin Meng
2017-07-28usb: xhci: Program 'route string' in the input slot contextBin Meng
2017-07-28usb: xhci: Change xhci_setup_addressable_virt_dev() signatureBin Meng
2017-07-28usb: hub: Add a new API to test if a hub device is root hubBin Meng
2017-07-28usb: hub: Use 'struct usb_hub_device' as hub device's uclass_privBin Meng
2017-07-28usb: xhci-pci: Clean up the driver a little bitBin Meng
2017-07-28usb: xhci-pci: Drop non-DM version of xhci-pci driverBin Meng
2017-07-28usb: xhci: Convert CONFIG_USB_XHCI_PCI to KconfigBin Meng
2017-07-28usb: ehci: Get rid of CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTSBin Meng
2017-07-28usb: xhci: Get rid of CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTSBin Meng
2017-07-28usb: xhci: Change MAX_HC_PORTS to 255Bin Meng
2017-07-28usb: hub: Change USB hub descriptor to match USB 3.0 hubsBin Meng
2017-07-28usb: hub: Send correct wValue to get hub descriptor of a USB 3.0 hubBin Meng
2017-07-28usb: xhci: Add input slot context in xhci_set_configuration()Bin Meng
2017-07-28usb: xhci: Initialize scratchpad buffer array and scratchpad buffersBin Meng
2017-07-28usb: xhci: Correct command TRB 4th dword initializationBin Meng
2017-07-28usb: xhci: Remove incorrect comments for struct xhci_container_ctxBin Meng
2017-07-28usb: host: ohci-generic: add generic PHY supportPatrice Chotard
2017-07-28usb: host: ohci-generic: add RESET supportPatrice Chotard
2017-07-28usb: host: ohci-generic: add CLOCK supportPatrice Chotard