summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2014-10-23arm: mvebu: Add common mbus functions to use on Marvell SoCsStefan Roese1-0/+73
2014-10-23Merge git://git.denx.de/u-boot-x86Tom Rini2-4/+19
2014-10-23Merge git://git.denx.de/u-boot-fdtTom Rini2-0/+135
2014-10-23x86: Enable FIT, ELF on corebootSimon Glass1-1/+3
2014-10-23x86: config: link: Display the board model on the screenSimon Glass1-0/+1
2014-10-23x86: link: Tidy up the command lines optionsSimon Glass1-3/+3
2014-10-23x86: cros_ec: Enable cros_ec for linkSimon Glass1-0/+5
2014-10-23x86: dts: Add device tree compatible string for Intel IPCSimon Glass1-0/+1
2014-10-23x86: config: Enable dhcp on linkSimon Glass1-0/+6
2014-10-23fdt: Add a subnodes iterator macroThierry Reding1-0/+25
2014-10-23fdt: Add a function to return PCI BDF tripletThierry Reding1-0/+11
2014-10-23fdt: Add resource parsing functionsThierry Reding1-0/+52
2014-10-23fdt: Add functions to retrieve stringsThierry Reding1-0/+27
2014-10-23fdt: Add a function to get the index of a stringThierry Reding1-0/+11
2014-10-23fdt: Add a function to count stringsThierry Reding1-0/+9
2014-10-22Merge git://git.denx.de/u-boot-dmTom Rini25-76/+566
2014-10-22dm: serial: Tidy up the pl01x driverSimon Glass1-0/+27
2014-10-22dm: rpi: Convert GPIO driver to driver modelSimon Glass1-0/+5
2014-10-22dm: core: Add support for simple-busSimon Glass1-0/+1
2014-10-22dm: imx: Move cm_fx6 to use driver model for serial and GPIOSimon Glass1-0/+11
2014-10-22dm: imx: serial: Support driver model in the MXC serial driverSimon Glass1-0/+14
2014-10-22dm: core: Allow a list of devices to be declared in one stepSimon Glass1-0/+4
2014-10-22dm: linker_lists: Add a way to declare multiple objectsSimon Glass1-0/+21
2014-10-22dm: exynos: cros_ec: Move cros_ec_spi to driver modelSimon Glass1-0/+1
2014-10-22dm: sandbox: cros_ec: Move sandbox cros_ec to driver moduleSimon Glass1-0/+1
2014-10-22dm: cros_ec: Add support for driver modelSimon Glass2-1/+27
2014-10-22dm: tegra: spi: Convert to driver modelSimon Glass2-1/+3
2014-10-22dm: exynos: config: Use driver model for SPI flashSimon Glass1-0/+1
2014-10-22dm: sf: sandbox: Convert SPI flash driver to driver modelSimon Glass1-0/+1
2014-10-22dm: sf: Add a uclass for SPI flashSimon Glass2-0/+71
2014-10-22sf: Tidy up public and private header filesSimon Glass1-52/+5
2014-10-22exynos: universal_c210: Move to driver model soft_spiSimon Glass1-10/+1
2014-10-22dm: exynos: Convert SPI to driver modelSimon Glass1-0/+1
2014-10-22dm: spi: Remove SPI_INIT featureSimon Glass3-3/+0
2014-10-22dm: sandbox: spi: Move to driver modelSimon Glass1-2/+1
2014-10-22dm: sandbox: Add a SPI emulation uclassSimon Glass2-0/+46
2014-10-22dm: spi: Add a uclass for SPISimon Glass2-3/+253
2014-10-22dm: core: Add a clarifying comment on struct udevice's seq memberSimon Glass1-1/+2
2014-10-22dm: core: Allow parents to pass data to children during probeSimon Glass2-0/+17
2014-10-22dm: core: Add functions for iterating through device childrenSimon Glass1-0/+18
2014-10-22dm: exynos: Move serial to driver modelSimon Glass3-0/+3
2014-10-22dm: exynos: gpio: Convert to driver modelSimon Glass3-0/+10
2014-10-22dm: exynos: Move s5p_goni to generic boardSimon Glass1-0/+2
2014-10-22dm: exynos: Move smdkc100 to generic boardSimon Glass1-0/+2
2014-10-22arm: goni: add i2c_init_board()Robert Baldyga1-0/+2
2014-10-22dm: add of_match_ptr() macroMasahiro Yamada1-0/+6
2014-10-22dm: fix include guardMasahiro Yamada1-0/+1
2014-10-22dm: include <linker_lists.h> from platdata.h and uclass.hMasahiro Yamada2-0/+3
2014-10-22linker_lists: include <linux/compiler.h>Masahiro Yamada1-0/+2
2014-10-22dm: fix commentsMasahiro Yamada2-3/+3