summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
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-09-08usb: net: migrate USB Ethernet adapters to KconfigChris Packham1-0/+36
2017-09-08usb: net: migrate CONFIG_USB_HOST_ETHER to KconfigChris Packham1-1/+11
2017-09-06usb: gadget: g_dnl: Sync internal SN variable with envSam Protsenko1-0/+15
2017-09-01Merge git://git.denx.de/u-boot-imxTom Rini3-0/+746
2017-08-28usb: dwc3: fix Kconfig dependency to accept host driver in drivers/usb/dwc3Masahiro Yamada1-2/+2
2017-08-23spl: add serial download protocol (SDP) supportStefan Agner1-0/+1
2017-08-23usb: gadget: sdp: extend images compatible for jumpsStefan Agner1-2/+18
2017-08-23usb: gadget: add SDP driverStefan Agner3-0/+729
2017-08-22fastboot: Ensure we treat CONFIG_FASTBOOT_BUF_ADDR as longTom Rini1-1/+1
2017-08-21fastboot: avoid printing invalid dataJohn Keeping1-1/+1
2017-08-21Fix fastboot boot addressPeter Chubb1-1/+1
2017-08-21usb: ehci: Convert CONFIG_USB_EHCI_PCI to KconfigBin Meng1-0/+6
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass5-12/+12
2017-08-16env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()Simon Glass1-1/+1
2017-08-14usb: net: Add support for Microchip LAN75xx and LAN78xxYuiko Oshino7-0/+1542
2017-08-07net: usb: r8152: fix "duplicate 'const' declaration specifier"Philipp Tomsich1-2/+2
2017-08-02Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini1-0/+4
2017-08-01fsl/usb: enable errata-a010151 for ls2088a and ls2081aSantan Kumar1-0/+4
2017-07-29Merge git://git.denx.de/u-boot-usbTom Rini14-171/+621
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: gadget: f_thor: Free the allocated out request bufferSiva Durga Prasad Paladugu1-0/+1
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
2017-07-29usb: ehci: Get rid of CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTSBin Meng2-7/+10
2017-07-29usb: xhci: Get rid of CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTSBin Meng2-6/+6
2017-07-29usb: xhci: Change MAX_HC_PORTS to 255Bin Meng1-3/+3
2017-07-29usb: hub: Change USB hub descriptor to match USB 3.0 hubsBin Meng3-5/+10
2017-07-29usb: hub: Send correct wValue to get hub descriptor of a USB 3.0 hubBin Meng1-0/+1
2017-07-29usb: xhci: Add input slot context in xhci_set_configuration()Bin Meng1-2/+2
2017-07-29usb: xhci: Initialize scratchpad buffer array and scratchpad buffersBin Meng2-2/+95
2017-07-29usb: xhci: Correct command TRB 4th dword initializationBin Meng1-2/+9
2017-07-29usb: xhci: Remove incorrect comments for struct xhci_container_ctxBin Meng1-2/+1