aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-10-13libfdt: Sync fdt_for_each_subnode() with upstreamSimon Glass8-9/+9
2016-10-13libfdt: Bring in upstream stringlist functionsSimon Glass12-27/+28
2016-10-13Merge branch 'master' of http://git.denx.de/u-boot-mmcTom Rini15-53/+102
2016-10-12Merge git://git.denx.de/u-boot-dmTom Rini15-352/+1230
2016-10-12Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini17-215/+1078
2016-10-12Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini2-7/+16
2016-10-12Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini3-0/+386
2016-10-12Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2-113/+137
2016-10-12video: Remove legacy VESA and coreboot framebuffer driversBin Meng2-171/+0
2016-10-12x86: coreboot: Convert to use DM coreboot video driverBin Meng1-1/+1
2016-10-12dm: video: Don't do anything in alloc_fb() when plat->size is zeroBin Meng1-0/+3
2016-10-12dm: video: Add driver for coreboot framebuffer deviceBin Meng2-0/+88
2016-10-12vbe: Make vbe_setup_video_priv() publicBin Meng1-3/+3
2016-10-12x86: Convert to use DM VESA video driverBin Meng1-1/+1
2016-10-12dm: video: Output verbose information in vbe_setup_video()Bin Meng1-1/+8
2016-10-12dm: video: Add driver for VESA-compatible deviceBin Meng1-0/+34
2016-10-11cmd: cros_ec: Move crosec commands to cmd subdirectoryMoritz Fischer1-351/+0
2016-10-11power: regulator: lp873x: Add regulator supportKeerthy3-0/+366
2016-10-11power: pmic: lp873x: Add the base pmic supportKeerthy3-0/+94
2016-10-11power: regulator: palmas: Add regulator supportKeerthy3-0/+462
2016-10-11power: pmic: Palmas: Add the base pmic supportKeerthy3-0/+112
2016-10-11power: regulator: Add support for gpio regulatorsKeerthy3-0/+146
2016-10-11dm: mmc: Enable DM_MMC_OPS by default with DM_MMCSimon Glass1-0/+1
2016-10-11dm: blk: Enable CONFIG_BLK if DM_MMC is enabledSimon Glass1-0/+1
2016-10-11x86: i2c: Fix cast of address to 32-bit valueSimon Glass1-3/+3
2016-10-11usb: pci: Fix cast for 64-bit compilationSimon Glass1-2/+2
2016-10-11tpm: Tidy up use of size_tSimon Glass1-2/+2
2016-10-11rtc: Use CONFIG_X86 instead of __I386__Simon Glass1-1/+1
2016-10-11bios_emulator: Fix cast for 64-bit compilationSimon Glass1-1/+1
2016-10-11dm: x86: Move samus to use new driver model supportSimon Glass1-32/+7
2016-10-11dm: x86: video: Add a driver-model driver for ivybridge graphicsSimon Glass3-0/+856
2016-10-11dm: video: Add driver-model support to vesa graphicsSimon Glass1-0/+55
2016-10-11x86: video: Fix typo in broadwell KconfigSimon Glass1-1/+1
2016-10-11dm: core: Add a function to get a uclass nameSimon Glass1-0/+9
2016-10-11Revert "x86: broadwell: gpio: Remove the codes to set up pin control"Simon Glass1-0/+7
2016-10-11mmc: Fix cast for 64-bit compilationSimon Glass1-1/+1
2016-10-10regulator: fixed: honour optionality of enable gpioMarcel Ziswiler1-6/+15
2016-10-10simple panel: fix spelling of debug messageMarcel Ziswiler1-1/+1
2016-10-10mmc: sdhci: use the generic error numberJaehoon Chung6-16/+16
2016-10-10mmc: sdhci: use the host version value in sdhci_setup_cfgJaehoon Chung9-23/+5
2016-10-10mmc: dw_mmc: remove the unnecessary arguments for dwmci_setup_cfgJaehoon Chung4-13/+9
2016-10-10mmc: s5p_sdhci: support the Driver model for ExynosJaehoon Chung1-0/+71
2016-10-09dm: mmc: Support eraseSimon Glass3-4/+11
2016-10-10reset: uniphier: add reset controller driver for UniPhier SoCsMasahiro Yamada3-0/+386
2016-10-09cros_ec: Fix issue with cros_ec_flash_write commandMoritz Fischer1-7/+16
2016-10-09cros_ec: Add crosec flashinfo commandMoritz Fischer1-0/+10
2016-10-09cros_ec: Add function to read back flash parametersMoritz Fischer1-0/+21
2016-10-08Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini9-10/+157
2016-10-08spl: saveenv: adding saveenv support in SPLB, Ravi2-4/+4
2016-10-08cros_ec: Honor the google,remote-bus dt propertyMoritz Fischer2-3/+26