summaryrefslogtreecommitdiff
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: Convert USB_ETHER to KconfigMaxime Ripard2017-10-031-0/+14
* usb: gadget: Move USBNET_HOST_ADDR to KconfigMaxime Ripard2017-10-031-0/+7
* usb: gadget: Document USBNET_DEVADDRMaxime Ripard2017-10-031-0/+3
* usb: gadget: Move USBNET_DEVADDR option out of g_dnlMaxime Ripard2017-10-031-2/+2
* usb: dwc3: add UniPhier specific glue layerMasahiro Yamada2017-10-013-0/+128
* 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-012-19/+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: emul: hub: Report the actual device speed of the emulation deviceBin Meng2017-10-011-3/+30
* usb: emul: Expose find_descriptor() as a public APIBin Meng2017-10-011-3/+2
* usb: sandbox: Fix emulator device select logic in usb_emul_find_devnum()Bin Meng2017-10-013-8/+42
* usb: sandbox: Initialize root hub's device speed to high speedBin Meng2017-10-011-0/+24
* usb: emul: Remove maxpacketsize in usb_emul_setup_device()Bin Meng2017-10-014-8/+5
* 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