aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-08-03net: ravb: Add OF probing supportMarek Vasut1-0/+37
2017-08-03serial: sh: Use the clock framework to obtain clock configMarek Vasut1-2/+11
2017-08-03serial: sh: Convert to KconfigMarek Vasut1-0/+8
2017-08-03clk: rmobile: Add RCar Gen3 clock driverMarek Vasut5-0/+967
2017-08-02Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini3-2/+14
2017-08-02fpga: xilinx: Avoid using local intermediate bufferSiva Durga Prasad Paladugu1-16/+10
2017-08-02clk: zynqmp: Remove unused macros/variablesMichal Simek1-4/+0
2017-08-02clk: zynqmp: Dont panic incase of mmio write/read failuresSiva Durga Prasad Paladugu1-19/+44
2017-08-02clk: zynqmp: Add support for CCF driverSiva Durga Prasad Paladugu1-147/+526
2017-08-01Merge git://git.denx.de/u-boot-x86Tom Rini9-57/+141
2017-08-01soc/fsl-layerscape: Update SVR number for LS2081A and LS2041ASantan Kumar1-2/+2
2017-08-01fsl/usb: enable errata-a010151 for ls2088a and ls2081aSantan Kumar1-0/+4
2017-08-01spi: fsl_qspi: Pet watchdog even moreAlexander Stein1-0/+8
2017-08-01x86: Convert MMC to driver modelSimon Glass1-26/+60
2017-08-01block: ide: Fix build error when CONFIG_BLK is onBin Meng1-0/+2
2017-08-01dm: scsi: Add a generic PCI-based AHCI driverBin Meng3-0/+49
2017-08-01x86: Convert INTEL_ICH6_GPIO to KconfigBin Meng1-0/+6
2017-08-01x86: kconfig: Select PCI and DM_PCIBin Meng1-1/+1
2017-08-01x86: kconfig: Select TIMER and X86_TSC_TIMERBin Meng1-1/+0
2017-08-01x86: tsc: Rename try_msr_calibrate_tsc() to cpu_mhz_from_msr()Bin Meng1-4/+9
2017-08-01x86: tsc: Correct Silvermont reference clock valuesBin Meng1-4/+4
2017-08-01x86: tsc: Update comments and expand definitions in freq_desc_tables[]Bin Meng1-15/+9
2017-08-01x86: tsc: Remove the fail handling in try_msr_calibrate_tsc()Bin Meng1-9/+0
2017-08-01x86: tsc: Identify Intel-specific codeBin Meng1-0/+4
2017-08-01x86: tsc: Read all ratio bits from MSR_PLATFORM_INFOBin Meng1-1/+1
2017-08-01regulator: palmas: disable bypass when the LDO is enabledJean-Jacques Hiblot1-0/+36
2017-08-01regulator: palmas: Add support for LDO1 regulator to provide 1.8VKishon Vijay Abraham I1-3/+2
2017-08-01dm: mmc: sunxi: Add support for driver modelSimon Glass1-0/+133
2017-08-01dm: mmc: sunxi: Drop mmc_clk_io_on()Simon Glass1-24/+18
2017-08-01dm: mmc: sunxi: Pass private data around explicitlySimon Glass1-29/+42
2017-08-01dm: mmc: sunxi: Rename mmchost to privSimon Glass1-63/+62
2017-08-01dm: mmc: sunxi: Rename struct sunxi_mmc_host to sunxi_mmc_privSimon Glass1-14/+14
2017-08-01dm: ahci: Correct uclass private dataSimon Glass2-1/+3
2017-08-01dm: scsi: Drop duplicate SCSI and DM_SCSI optionsSimon Glass1-18/+0
2017-08-01dm: mmc: Allow disabling driver model in SPLSimon Glass10-36/+69
2017-08-01ahci: Support non-PCI controllersSimon Glass1-9/+17
2017-07-31configs: Migrate CMD_NAND*Tom Rini1-0/+7
2017-07-31dm: console: Check for serial devices properlySimon Glass1-1/+1
2017-07-31serial: stm32x7: Convert CONFIG_STM32X7_SERIAL to KconfigPatrice Chotard1-0/+7
2017-07-31dm: Kconfig: fix typo in help for SPL_PINCTRLPhilipp Tomsich1-1/+1
2017-07-30watchdog: Introduce watchdog driver for Intel TangierFelipe Balbi3-1/+82
2017-07-29Merge git://git.denx.de/u-boot-socfpgaTom Rini6-233/+744
2017-07-29Merge git://git.denx.de/u-boot-usbTom Rini27-242/+814
2017-07-28clk: fix compilation errors for poplar platformPatrice Chotard1-23/+24
2017-07-28usb: host: xhci-dxc3: fix compilation warningsPatrice Chotard1-2/+2
2017-07-28phy: add a NO-OP phy driverJean-Jacques Hiblot3-0/+45
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-28dfu: add common function to initiate transactionPatrick Delaunay1-38/+34