summaryrefslogtreecommitdiff
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | usb: xhci: Add input slot context in xhci_set_configuration()Bin Meng2017-07-281-2/+2
| * | usb: xhci: Initialize scratchpad buffer array and scratchpad buffersBin Meng2017-07-282-2/+95
| * | usb: xhci: Correct command TRB 4th dword initializationBin Meng2017-07-281-2/+9
| * | usb: xhci: Remove incorrect comments for struct xhci_container_ctxBin Meng2017-07-281-2/+1
| * | usb: host: ohci-generic: add generic PHY supportPatrice Chotard2017-07-281-1/+30
| * | usb: host: ohci-generic: add RESET supportPatrice Chotard2017-07-281-2/+40
| * | usb: host: ohci-generic: add CLOCK supportPatrice Chotard2017-07-281-2/+53
| * | usb: host: ehci-generic: add generic PHY supportPatrice Chotard2017-07-281-1/+30
| * | usb: host: ehci-generic: add error path and .remove callbackPatrice Chotard2017-07-281-23/+95
| * | usb: host: ehci-generic: replace printf() by error()Patrice Chotard2017-07-281-2/+2
| * | usb: host: xhci-dwc3: Add generic PHY supportPatrice Chotard2017-07-281-0/+32
| * | usb: host: xhci-dwc3: Add dual role mode support from DTPatrice Chotard2017-07-281-0/+9
| * | usb: host: xhci-dwc3: Convert driver to DMPatrice Chotard2017-07-281-0/+46
| * | usb: add static to local symbolsMasahiro Yamada2017-07-284-13/+13
| |/
* | dm: tegra: usb: Convert to livetreeSimon Glass2017-07-281-20/+14
* | dm: tegra: Convert clock_decode_periph_id() to support livetreeSimon Glass2017-07-281-1/+1
|/
* imx: reorganize IMX code as other SOCsStefano Babic2017-07-122-4/+4
* Merge git://git.denx.de/u-boot-dmTom Rini2017-07-111-1/+1
|\
| * dm: scsi: Rename struct SCSI_cmd_block to struct scsi_cmdSimon Glass2017-07-111-1/+1
* | usb: dwc2: use dev_read_bool() instead of fdt_getprop()Meng Dongyang2017-07-111-10/+6
* | usb: Kconfig: migrate USB_DWC2 to KconfigPhilipp Tomsich2017-07-111-0/+10
* | usb: host: xhci-rockchip: use fixed regulator to control vbusMeng Dongyang2017-07-111-18/+18
* | usb: Kconfig: config USB_XHCI_ROCKCHIP depends on DM_REGULATOR and DM_USBMeng Dongyang2017-07-111-0/+2
* | rockchip: xhci: dm: convert fdt_get to dev_readPhilipp Tomsich2017-07-111-9/+4
|/