summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* serial: stm32x7: Convert CONFIG_STM32X7_SERIAL to KconfigPatrice Chotard2017-07-311-0/+7
* dm: Kconfig: fix typo in help for SPL_PINCTRLPhilipp Tomsich2017-07-311-1/+1
* watchdog: Introduce watchdog driver for Intel TangierFelipe Balbi2017-07-303-1/+82
* Merge git://git.denx.de/u-boot-socfpgaTom Rini2017-07-296-233/+744
|\
| * arm: socfpga: Add FPGA driver support for Arria 10Tien Fong Chee2017-07-262-0/+480
| * drivers: Enable FPGA driver build on SPLTien Fong Chee2017-07-261-0/+1
| * kconfig: Convert FPGA_SOCFPGA configuration to KconfigTien Fong Chee2017-07-261-0/+8
| * arm: socfpga: Restructure FPGA driver in the preparation to support A10Tien Fong Chee2017-07-263-233/+255
* | Merge git://git.denx.de/u-boot-usbTom Rini2017-07-2927-242/+814
|\ \
| * | clk: fix compilation errors for poplar platformPatrice Chotard2017-07-281-23/+24
| * | usb: host: xhci-dxc3: fix compilation warningsPatrice Chotard2017-07-281-2/+2
| * | phy: add a NO-OP phy driverJean-Jacques Hiblot2017-07-283-0/+45
| * | 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
| * | 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-285-9/+9
| * | dfu: allow dfu read on partition greater than 2GBPatrick Delaunay2017-07-285-15/+21
| * | 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
| * | dm: core: add ofnode_count_phandle_with_args()Patrice Chotard2017-07-282-0/+19
| * | clk: add clk_release_all()Patrice Chotard2017-07-281-0/+26
| * | reset: add reset_release_all()Patrice Chotard2017-07-281-0/+25
| * | reset: add reset_request()Patrice Chotard2017-07-281-0/+9