summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeLines
* Merge git://git.denx.de/u-boot-fdtTom Rini2016-10-13-36/+37
|\
| * libfdt: Sync fdt_for_each_subnode() with upstreamSimon Glass2016-10-13-9/+9
| * libfdt: Bring in upstream stringlist functionsSimon Glass2016-10-13-27/+28
* | Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2016-10-13-19/+273
|\ \ | |/ |/|
| * net: smsc95xx: fix DM MAC address readingStephen Warren2016-10-13-0/+16
| * rtl8169: fix cache misalignment message on transmit.Peter Chubb2016-10-13-1/+2
| * net: mvneta: fix typo in commentChris Packham2016-10-13-1/+1
| * net: mv88e61xx: Add support for fixed linksChris Packham2016-10-13-0/+43
| * net: Add support for mv88e609x switchesChris Packham2016-10-13-2/+16
| * driver: net: cpsw: add support for RGMII id mode support and RMII clock sourc...Mugunthan V N2016-10-13-14/+143
| * drivers: net: phy: atheros: add separate config for AR8031Mugunthan V N2016-10-13-1/+36
| * phy: atheros: add support for RGMII_ID, RGMII_TXID and RGMII_RXIDAndrea Merello2016-10-13-0/+16
* | Merge branch 'master' of http://git.denx.de/u-boot-mmcTom Rini2016-10-13-53/+102
|\ \
| * | mmc: Fix cast for 64-bit compilationSimon Glass2016-10-11-1/+1
| * | mmc: sdhci: use the generic error numberJaehoon Chung2016-10-10-16/+16
| * | mmc: sdhci: use the host version value in sdhci_setup_cfgJaehoon Chung2016-10-10-23/+5
| * | mmc: dw_mmc: remove the unnecessary arguments for dwmci_setup_cfgJaehoon Chung2016-10-10-13/+9
| * | mmc: s5p_sdhci: support the Driver model for ExynosJaehoon Chung2016-10-10-0/+71
* | | Merge git://git.denx.de/u-boot-dmTom Rini2016-10-12-352/+1230
|\ \ \ | |_|/ |/| |
| * | cmd: cros_ec: Move crosec commands to cmd subdirectoryMoritz Fischer2016-10-11-351/+0
| * | power: regulator: lp873x: Add regulator supportKeerthy2016-10-11-0/+366
| * | power: pmic: lp873x: Add the base pmic supportKeerthy2016-10-11-0/+94
| * | power: regulator: palmas: Add regulator supportKeerthy2016-10-11-0/+462
| * | power: pmic: Palmas: Add the base pmic supportKeerthy2016-10-11-0/+112
| * | power: regulator: Add support for gpio regulatorsKeerthy2016-10-11-0/+146
| * | dm: mmc: Enable DM_MMC_OPS by default with DM_MMCSimon Glass2016-10-11-0/+1
| * | dm: blk: Enable CONFIG_BLK if DM_MMC is enabledSimon Glass2016-10-11-0/+1
| * | dm: mmc: Support eraseSimon Glass2016-10-09-4/+11
| * | cros_ec: Fix issue with cros_ec_flash_write commandMoritz Fischer2016-10-09-7/+16
| * | cros_ec: Add crosec flashinfo commandMoritz Fischer2016-10-09-0/+10
| * | cros_ec: Add function to read back flash parametersMoritz Fischer2016-10-09-0/+21
| |/
* | Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini2016-10-12-215/+1078
|\ \
| * | video: Remove legacy VESA and coreboot framebuffer driversBin Meng2016-10-12-171/+0
| * | x86: coreboot: Convert to use DM coreboot video driverBin Meng2016-10-12-1/+1
| * | dm: video: Don't do anything in alloc_fb() when plat->size is zeroBin Meng2016-10-12-0/+3
| * | dm: video: Add driver for coreboot framebuffer deviceBin Meng2016-10-12-0/+88
| * | vbe: Make vbe_setup_video_priv() publicBin Meng2016-10-12-3/+3
| * | x86: Convert to use DM VESA video driverBin Meng2016-10-12-1/+1
| * | dm: video: Output verbose information in vbe_setup_video()Bin Meng2016-10-12-1/+8
| * | dm: video: Add driver for VESA-compatible deviceBin Meng2016-10-12-0/+34
| * | x86: i2c: Fix cast of address to 32-bit valueSimon Glass2016-10-11-3/+3
| * | usb: pci: Fix cast for 64-bit compilationSimon Glass2016-10-11-2/+2
| * | tpm: Tidy up use of size_tSimon Glass2016-10-11-2/+2
| * | rtc: Use CONFIG_X86 instead of __I386__Simon Glass2016-10-11-1/+1
| * | bios_emulator: Fix cast for 64-bit compilationSimon Glass2016-10-11-1/+1
| * | dm: x86: Move samus to use new driver model supportSimon Glass2016-10-11-32/+7
| * | dm: x86: video: Add a driver-model driver for ivybridge graphicsSimon Glass2016-10-11-0/+856
| * | dm: video: Add driver-model support to vesa graphicsSimon Glass2016-10-11-0/+55
| * | x86: video: Fix typo in broadwell KconfigSimon Glass2016-10-11-1/+1
| * | dm: core: Add a function to get a uclass nameSimon Glass2016-10-11-0/+9