summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc2: Align size of invalidating dcache before starting DMASeung-Woo Kim2017-09-271-1/+2
* usb: kbd: Set a default polling mechanism for USB keyboardBin Meng2017-09-271-1/+1
* 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: net: migrate USB Ethernet adapters to KconfigChris Packham2017-09-081-0/+36
* usb: net: migrate CONFIG_USB_HOST_ETHER to KconfigChris Packham2017-09-081-1/+11
* usb: gadget: g_dnl: Sync internal SN variable with envSam Protsenko2017-09-051-0/+15
* Merge git://git.denx.de/u-boot-imxTom Rini2017-09-013-0/+746
|\
| * spl: add serial download protocol (SDP) supportStefan Agner2017-08-231-0/+1
| * usb: gadget: sdp: extend images compatible for jumpsStefan Agner2017-08-231-2/+18
| * usb: gadget: add SDP driverStefan Agner2017-08-233-0/+729
* | usb: dwc3: fix Kconfig dependency to accept host driver in drivers/usb/dwc3Masahiro Yamada2017-08-281-2/+2
|/
* fastboot: Ensure we treat CONFIG_FASTBOOT_BUF_ADDR as longTom Rini2017-08-221-1/+1
* fastboot: avoid printing invalid dataJohn Keeping2017-08-211-1/+1
* Fix fastboot boot addressPeter Chubb2017-08-211-1/+1
* usb: ehci: Convert CONFIG_USB_EHCI_PCI to KconfigBin Meng2017-08-211-0/+6
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-165-12/+12
* env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()Simon Glass2017-08-161-1/+1
* usb: net: Add support for Microchip LAN75xx and LAN78xxYuiko Oshino2017-08-147-0/+1542
* net: usb: r8152: fix "duplicate 'const' declaration specifier"Philipp Tomsich2017-08-071-2/+2
* Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2017-08-021-0/+4
|\
| * fsl/usb: enable errata-a010151 for ls2088a and ls2081aSantan Kumar2017-08-011-0/+4
* | Merge git://git.denx.de/u-boot-usbTom Rini2017-07-2914-171/+621
|\ \
| * | 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: gadget: f_thor: Free the allocated out request bufferSiva Durga Prasad Paladugu2017-07-281-0/+1
| * | 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-283-5/+10
| * | usb: hub: Send correct wValue to get hub descriptor of a USB 3.0 hubBin Meng2017-07-281-0/+1