summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.denx.de/u-boot-socfpgaTom Rini2017-07-2930-302/+947
|\
| * arm: socfpga: Enable all FPGA config support for Arria 10Tien Fong Chee2017-07-261-2/+1
| * arm: socfpga: Add FPGA driver support for Arria 10Tien Fong Chee2017-07-264-0/+582
| * configs: Add FPGA driver config for Arria 10Tien Fong Chee2017-07-261-0/+2
| * drivers: Enable FPGA driver build on SPLTien Fong Chee2017-07-261-0/+1
| * kconfig: Convert FPGA_SOCFPGA configuration to KconfigTien Fong Chee2017-07-2613-3/+19
| * kconfig: Convert FPGA and FPGA_ALTERA configuration to KconfigTien Fong Chee2017-07-265-4/+3
| * arm: socfpga: Restructure FPGA driver in the preparation to support A10Tien Fong Chee2017-07-266-290/+336
| * arm: socfpga: Remove unused passing parameter of socfpga_bridges_resetTien Fong Chee2017-07-262-3/+3
* | Merge git://git.denx.de/u-boot-usbTom Rini2017-07-2996-399/+1305
|\ \
| * | clk: fix compilation errors for poplar platformPatrice Chotard2017-07-282-37/+45
| * | usb: host: xhci-dxc3: fix compilation warningsPatrice Chotard2017-07-281-2/+2
| * | phy: add a NO-OP phy driverJean-Jacques Hiblot2017-07-284-0/+61
| * | 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
| * | dm: phy: add missing #ifdef CONFIG_PHYPatrice Chotard2017-07-281-0/+42
| * | dfu: add common function to initiate transactionPatrick Delaunay2017-07-281-38/+34
| * | dfu: factorize transaction cleanupPatrick Delaunay2017-07-281-17/+11
| * | dfu: remove limitation on partition sizePatrick Delaunay2017-07-286-11/+11
| * | dfu: allow dfu read on partition greater than 2GBPatrick Delaunay2017-07-286-16/+22
| * | 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
| * | usb: hub: Call usb_update_hub_device() after hub descriptor is fetchedBin Meng2017-07-281-0/+11
| * | dm: usb: Add a new USB controller operation 'update_hub_device'Bin Meng2017-07-282-1/+31
| * | usb: hub: Parse and save TT details from device descriptorBin Meng2017-07-283-0/+78
| * | 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: Support 'set hub depth' request for USB 3.0 hubsBin Meng2017-07-283-0/+56
| * | usb: hub: Translate USB 3.0 hub port status into old versionBin Meng2017-07-281-1/+32
| * | usb: hub: Add a new API to test if a hub device is root hubBin Meng2017-07-283-22/+20
| * | usb: hub: Remove hub_port_reset()Bin Meng2017-07-282-30/+13
| * | usb: hub: Use 'struct usb_hub_device' as hub device's uclass_privBin Meng2017-07-282-7/+22
| * | 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
| * | x86: minnowmax: Enable USB xHCI supportBin Meng2017-07-282-0/+4
| * | x86: minnowmax: Add a environment variable for USB power-on delayBin Meng2017-07-281-1/+2
| * | usb: xhci: Convert CONFIG_USB_XHCI_PCI to KconfigBin Meng2017-07-282-1/+6
| * | usb: cmd: Print actual packet size for super speed devicesBin Meng2017-07-281-2/+5
| * | configs: Remove CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS in all boardsBin Meng2017-07-2831-61/+2
| * | usb: ehci: Get rid of CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTSBin Meng2017-07-282-7/+10
| * | configs: Remove CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS in all boardsBin Meng2017-07-2827-37/+2
| * | 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: Add 3.0 hub port status mask of 2.0 hubBin Meng2017-07-281-1/+6
| * | usb: hub: Change USB hub descriptor to match USB 3.0 hubsBin Meng2017-07-285-14/+31
| * | usb: hub: Revise wLength for 'get port status' requestBin Meng2017-07-281-1/+1
| * | usb: hub: Send correct wValue to get hub descriptor of a USB 3.0 hubBin Meng2017-07-283-1/+13