summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-30x86: conga-qeval20-qa3-e3845.dts: Enable xHCI support in dtsStefan Roese
2017-07-30x86: dfi-bt700: Add xHCI USB supportStefan Roese
2017-07-30x86: conga-qeval20-qa3-e3845: Select CONFIG_BOARD_LATE_INITStefan Roese
2017-07-30x86: theadorable-x86-dfi-bt700: Add Spansion SPI support and move VIDEO blobStefan Roese
2017-07-30x86: Add Intel Edison board filesAndy Shevchenko
2017-07-30x86: Add Intel Tangier supportFelipe Balbi
2017-07-30x86: Add dma-mapping.h to architectural codeAndy Shevchenko
2017-07-30watchdog: Introduce watchdog driver for Intel TangierFelipe Balbi
2017-07-30arch/x86: Select USB before selecting host driverAndy Shevchenko
2017-07-29Merge git://git.denx.de/u-boot-socfpgaTom Rini
2017-07-29Merge git://git.denx.de/u-boot-usbTom Rini
2017-07-28clk: fix compilation errors for poplar platformPatrice Chotard
2017-07-28usb: host: xhci-dxc3: fix compilation warningsPatrice Chotard
2017-07-28phy: add a NO-OP phy driverJean-Jacques Hiblot
2017-07-28usb: host: ohci-generic: initialize PHY only when foundPatrice Chotard
2017-07-28usb: host: ehci-generic: initialize PHY only when foundPatrice Chotard
2017-07-28dm: usb: host: xhci-dwc3: add missing #ifdef CONFIG_DM_USBPatrice Chotard
2017-07-28dm: phy: add missing #ifdef CONFIG_PHYPatrice Chotard
2017-07-28dfu: add common function to initiate transactionPatrick Delaunay
2017-07-28dfu: factorize transaction cleanupPatrick Delaunay
2017-07-28dfu: remove limitation on partition sizePatrick Delaunay
2017-07-28dfu: allow dfu read on partition greater than 2GBPatrick Delaunay
2017-07-28usb: gadget: f_thor: Free the allocated out request bufferSiva Durga Prasad Paladugu
2017-07-28usb: xhci: Enable TT to support LS/FS devices behind a HS hubBin Meng
2017-07-28usb: xhci: Correct TT_SLOT and TT_PORT macrosBin Meng
2017-07-28usb: xhci: Implement update_hub_device() operationBin Meng
2017-07-28usb: hub: Call usb_update_hub_device() after hub descriptor is fetchedBin Meng
2017-07-28dm: usb: Add a new USB controller operation 'update_hub_device'Bin Meng
2017-07-28usb: hub: Parse and save TT details from device descriptorBin Meng
2017-07-28usb: xhci: Program 'route string' in the input slot contextBin Meng
2017-07-28usb: xhci: Change xhci_setup_addressable_virt_dev() signatureBin Meng
2017-07-28usb: hub: Support 'set hub depth' request for USB 3.0 hubsBin Meng
2017-07-28usb: hub: Translate USB 3.0 hub port status into old versionBin Meng
2017-07-28usb: hub: Add a new API to test if a hub device is root hubBin Meng
2017-07-28usb: hub: Remove hub_port_reset()Bin Meng
2017-07-28usb: hub: Use 'struct usb_hub_device' as hub device's uclass_privBin Meng
2017-07-28usb: xhci-pci: Clean up the driver a little bitBin Meng
2017-07-28usb: xhci-pci: Drop non-DM version of xhci-pci driverBin Meng
2017-07-28x86: minnowmax: Enable USB xHCI supportBin Meng
2017-07-28x86: minnowmax: Add a environment variable for USB power-on delayBin Meng
2017-07-28usb: xhci: Convert CONFIG_USB_XHCI_PCI to KconfigBin Meng
2017-07-28usb: cmd: Print actual packet size for super speed devicesBin Meng
2017-07-28configs: Remove CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS in all boardsBin Meng
2017-07-28usb: ehci: Get rid of CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTSBin Meng
2017-07-28configs: Remove CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS in all boardsBin Meng
2017-07-28usb: xhci: Get rid of CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTSBin Meng
2017-07-28usb: xhci: Change MAX_HC_PORTS to 255Bin Meng
2017-07-28usb: hub: Add 3.0 hub port status mask of 2.0 hubBin Meng
2017-07-28usb: hub: Change USB hub descriptor to match USB 3.0 hubsBin Meng
2017-07-28usb: hub: Revise wLength for 'get port status' requestBin Meng