aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-30x86: theadorable-x86-dfi-bt700: Add Spansion SPI support and move VIDEO blobStefan Roese1-0/+2
2017-07-30x86: Add Intel Edison board filesAndy Shevchenko13-0/+429
2017-07-30x86: Add Intel Tangier supportFelipe Balbi8-0/+301
2017-07-30x86: Add dma-mapping.h to architectural codeAndy Shevchenko1-0/+41
2017-07-30watchdog: Introduce watchdog driver for Intel TangierFelipe Balbi3-1/+82
2017-07-30arch/x86: Select USB before selecting host driverAndy Shevchenko21-20/+1
2017-07-29Merge git://git.denx.de/u-boot-socfpgaTom Rini30-302/+947
2017-07-29Merge git://git.denx.de/u-boot-usbTom Rini96-399/+1305
2017-07-29efi_loader: indent entry/exit prints to show nesting levelRob Clark2-4/+33
2017-07-29efi_loader: add checking for incorrect use of EFI_ENTRY/EXITRob Clark2-21/+41
2017-07-28clk: fix compilation errors for poplar platformPatrice Chotard2-37/+45
2017-07-28usb: host: xhci-dxc3: fix compilation warningsPatrice Chotard1-2/+2
2017-07-28phy: add a NO-OP phy driverJean-Jacques Hiblot4-0/+61
2017-07-28usb: host: ohci-generic: initialize PHY only when foundPatrice Chotard1-5/+6
2017-07-28usb: host: ehci-generic: initialize PHY only when foundPatrice Chotard1-5/+6
2017-07-28dm: usb: host: xhci-dwc3: add missing #ifdef CONFIG_DM_USBPatrice Chotard1-0/+2
2017-07-28dm: phy: add missing #ifdef CONFIG_PHYPatrice Chotard1-0/+42
2017-07-28dfu: add common function to initiate transactionPatrick Delaunay1-38/+34
2017-07-28dfu: factorize transaction cleanupPatrick Delaunay1-17/+11
2017-07-28dfu: remove limitation on partition sizePatrick Delaunay6-11/+11
2017-07-28dfu: allow dfu read on partition greater than 2GBPatrick Delaunay6-16/+22
2017-07-28usb: gadget: f_thor: Free the allocated out request bufferSiva Durga Prasad Paladugu1-0/+1
2017-07-28usb: xhci: Enable TT to support LS/FS devices behind a HS hubBin Meng1-0/+14
2017-07-28usb: xhci: Correct TT_SLOT and TT_PORT macrosBin Meng1-2/+2
2017-07-28usb: xhci: Implement update_hub_device() operationBin Meng1-0/+59
2017-07-28usb: hub: Call usb_update_hub_device() after hub descriptor is fetchedBin Meng1-0/+11
2017-07-28dm: usb: Add a new USB controller operation 'update_hub_device'Bin Meng2-1/+31
2017-07-28usb: hub: Parse and save TT details from device descriptorBin Meng3-0/+78
2017-07-28usb: xhci: Program 'route string' in the input slot contextBin Meng1-1/+31
2017-07-28usb: xhci: Change xhci_setup_addressable_virt_dev() signatureBin Meng3-6/+7
2017-07-28usb: hub: Support 'set hub depth' request for USB 3.0 hubsBin Meng3-0/+56
2017-07-28usb: hub: Translate USB 3.0 hub port status into old versionBin Meng1-1/+32
2017-07-28usb: hub: Add a new API to test if a hub device is root hubBin Meng3-22/+20
2017-07-28usb: hub: Remove hub_port_reset()Bin Meng2-30/+13
2017-07-28usb: hub: Use 'struct usb_hub_device' as hub device's uclass_privBin Meng2-7/+22
2017-07-28usb: xhci-pci: Clean up the driver a little bitBin Meng1-19/+2
2017-07-28usb: xhci-pci: Drop non-DM version of xhci-pci driverBin Meng2-52/+1
2017-07-28x86: minnowmax: Enable USB xHCI supportBin Meng2-0/+4
2017-07-28x86: minnowmax: Add a environment variable for USB power-on delayBin Meng1-1/+2
2017-07-28usb: xhci: Convert CONFIG_USB_XHCI_PCI to KconfigBin Meng2-1/+6
2017-07-28usb: cmd: Print actual packet size for super speed devicesBin Meng1-2/+5
2017-07-28configs: Remove CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS in all boardsBin Meng31-61/+2
2017-07-28usb: ehci: Get rid of CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTSBin Meng2-7/+10
2017-07-28configs: Remove CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS in all boardsBin Meng27-37/+2
2017-07-28usb: xhci: Get rid of CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTSBin Meng2-6/+6
2017-07-28usb: xhci: Change MAX_HC_PORTS to 255Bin Meng1-3/+3
2017-07-28usb: hub: Add 3.0 hub port status mask of 2.0 hubBin Meng1-1/+6
2017-07-28usb: hub: Change USB hub descriptor to match USB 3.0 hubsBin Meng5-14/+31
2017-07-28usb: hub: Revise wLength for 'get port status' requestBin Meng1-1/+1
2017-07-28usb: hub: Send correct wValue to get hub descriptor of a USB 3.0 hubBin Meng3-1/+13