summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2017-12-09usb: r8a66597: convert wait loop to readw_poll_timeoutChris Brandt1-8/+5
2017-11-28usb: r8a66597: Add support for RZ/A seriesChris Brandt2-2/+66
2017-11-26usb: ehci: do not invalidate a NULL bufferDirk Behme1-2/+3
2017-11-26dm: usb: ehci: avoid possible NULL dereferenceHeinrich Schuchardt1-4/+6
2017-11-26usb: xhci: Add Renesas R-Car xHCI driverMarek Vasut4-0/+811
2017-11-26usb: ehci: Fix accessors for big-endian platforms and descriptorsAlexey Brodkin1-4/+4
2017-11-16mvebu: usb: xhci: a38x supportJon Nettleton1-2/+3
2017-11-06sti: fix STMicroelectronics copyrightPatrice Chotard1-2/+2
2017-10-27usb: host: Move CONFIG_XHCI_FSL to KconfigRan Wang1-0/+6
2017-10-11Merge branch 'rmobile' of git://git.denx.de/u-boot-shTom Rini3-115/+0
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada6-42/+42
2017-10-04usb: Drop the EHCI RCar Gen3Marek Vasut3-115/+0
2017-10-01usb: xhci: Set 'Average TRB Length' to 8 for control endpointsBin Meng2-0/+12
2017-10-01usb: xhci: Set 'Error Count' to 0 for isoch endpointsBin Meng1-1/+5
2017-10-01usb: xhci: Program max burst size for endpointBin Meng1-1/+20
2017-10-01usb: xhci: Honor endpoint's intervalBin Meng2-2/+198
2017-10-01usb: xhci: Fix max packet size for full speed device endpoint 0Bin Meng1-5/+3
2017-10-01usb: xhci: Add interrupt transfer supportBin Meng1-3/+10
2017-10-01usb: xhci: Don't assume LS/FS devices are always behind a HS hubBin Meng1-4/+14
2017-10-01dm: usb: emul: Drop usb_emul_reset()Bin Meng1-11/+0
2017-10-01dm: usb: Remove no longer needed blk_unbind_all()Bin Meng1-5/+1
2017-10-01dm: usb: Fix broken usb_stop()Bin Meng1-0/+28
2017-10-01usb: sandbox: Fix emulator device select logic in usb_emul_find_devnum()Bin Meng1-3/+3
2017-10-01usb: sandbox: Initialize root hub's device speed to high speedBin Meng1-0/+24
2017-09-27usb: host: ehci-generic: convert to livetreePhilipp Tomsich1-1/+1
2017-09-27usb: dwc2: convert to livetreePhilipp Tomsich1-1/+1
2017-09-27rockchip: xhci: Convert to livetreePhilipp Tomsich1-3/+1
2017-09-27dm: usb: ehci: Implement get_max_xfer_size() operationBin Meng1-0/+12
2017-09-27dm: usb: xhci: Implement get_max_xfer_size() operationBin Meng1-0/+15
2017-09-27dm: usb: Add a new USB controller operation 'get_max_xfer_size'Bin Meng1-0/+11
2017-09-27usb: xhci: Set number of event segments and entries to 1Marek Vasut1-2/+2
2017-09-22usb: dwc3: Add dwc3 glue driver support for STiPatrice Chotard3-0/+267
2017-08-21usb: ehci: Convert CONFIG_USB_EHCI_PCI to KconfigBin Meng1-0/+6
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-1/+1
2017-07-29Merge git://git.denx.de/u-boot-usbTom Rini12-170/+614
2017-07-29usb: host: xhci-dxc3: fix compilation warningsPatrice Chotard1-2/+2
2017-07-29usb: host: ohci-generic: initialize PHY only when foundPatrice Chotard1-5/+6
2017-07-29usb: host: ehci-generic: initialize PHY only when foundPatrice Chotard1-5/+6
2017-07-29dm: usb: host: xhci-dwc3: add missing #ifdef CONFIG_DM_USBPatrice Chotard1-0/+2
2017-07-29usb: xhci: Enable TT to support LS/FS devices behind a HS hubBin Meng1-0/+14
2017-07-29usb: xhci: Correct TT_SLOT and TT_PORT macrosBin Meng1-2/+2
2017-07-29usb: xhci: Implement update_hub_device() operationBin Meng1-0/+59
2017-07-29dm: usb: Add a new USB controller operation 'update_hub_device'Bin Meng1-0/+11
2017-07-29usb: xhci: Program 'route string' in the input slot contextBin Meng1-1/+31
2017-07-29usb: xhci: Change xhci_setup_addressable_virt_dev() signatureBin Meng3-6/+7
2017-07-29usb: hub: Add a new API to test if a hub device is root hubBin Meng1-22/+2
2017-07-29usb: hub: Use 'struct usb_hub_device' as hub device's uclass_privBin Meng1-2/+0
2017-07-29usb: xhci-pci: Clean up the driver a little bitBin Meng1-19/+2
2017-07-29usb: xhci-pci: Drop non-DM version of xhci-pci driverBin Meng2-52/+1
2017-07-29usb: xhci: Convert CONFIG_USB_XHCI_PCI to KconfigBin Meng1-0/+6