summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* regulator: palmas: disable bypass when the LDO is enabledJean-Jacques Hiblot2017-08-011-0/+36
* regulator: palmas: Add support for LDO1 regulator to provide 1.8VKishon Vijay Abraham I2017-08-011-3/+2
* dm: mmc: sunxi: Add support for driver modelSimon Glass2017-08-011-0/+133
* dm: mmc: sunxi: Drop mmc_clk_io_on()Simon Glass2017-08-011-24/+18
* dm: mmc: sunxi: Pass private data around explicitlySimon Glass2017-08-011-29/+42
* dm: mmc: sunxi: Rename mmchost to privSimon Glass2017-08-011-63/+62
* dm: mmc: sunxi: Rename struct sunxi_mmc_host to sunxi_mmc_privSimon Glass2017-08-011-14/+14
* dm: ahci: Correct uclass private dataSimon Glass2017-08-012-1/+3
* dm: scsi: Drop duplicate SCSI and DM_SCSI optionsSimon Glass2017-08-011-18/+0
* dm: mmc: Allow disabling driver model in SPLSimon Glass2017-08-0110-36/+69
* ahci: Support non-PCI controllersSimon Glass2017-08-011-9/+17
* configs: Migrate CMD_NAND*Tom Rini2017-07-311-0/+7
* dm: console: Check for serial devices properlySimon Glass2017-07-311-1/+1
* 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