summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-23spi: kirkwood_spi.c: Compile MPP (pin-mux) only for kirkwood SoC'sStefan Roese
2014-10-23arm: mvebu: Add common mbus functions to use on Marvell SoCsStefan Roese
2014-10-23arm: marvell: Rework timer.c to make it usable for other MVEBU platformsStefan Roese
2014-10-23arm: marvell: Move arch-kirkwood/spi.h to arch-mvebu/spi.hStefan Roese
2014-10-23arm: marvell: Move arch/kirkwood.h to arch/soc.hStefan Roese
2014-10-23arm: kirkwood: Move some SoC files into new arch/arm/mvebu-commonStefan Roese
2014-10-23Merge git://git.denx.de/u-boot-x86Tom Rini
2014-10-23Merge git://git.denx.de/u-boot-fdtTom Rini
2014-10-22net: Display the size when tftpboot finishesSimon Glass
2014-10-22x86: Enable FIT, ELF on corebootSimon Glass
2014-10-22x86: config: link: Display the board model on the screenSimon Glass
2014-10-22x86: link: Tidy up the command lines optionsSimon Glass
2014-10-22doc: Remove note about auto-complete not working with hushSimon Glass
2014-10-22x86: cros_ec: Enable cros_ec for linkSimon Glass
2014-10-22x86: cros_ec: Update LPC driver for new cros_ec headerSimon Glass
2014-10-22x86: dts: Add device tree compatible string for Intel IPCSimon Glass
2014-10-22x86: Add device tree information for Chrome OS ECSimon Glass
2014-10-22x86: config: Enable dhcp on linkSimon Glass
2014-10-22fdt: Add a subnodes iterator macroThierry Reding
2014-10-22fdt: Add a function to return PCI BDF tripletThierry Reding
2014-10-22fdt: Add resource parsing functionsThierry Reding
2014-10-22fdt: Add functions to retrieve stringsThierry Reding
2014-10-22fdt: Add a function to get the index of a stringThierry Reding
2014-10-22fdt: Add a function to count stringsThierry Reding
2014-10-22Merge git://git.denx.de/u-boot-dmTom Rini
2014-10-22dm: serial: Support driver model in pl01x driverSimon Glass
2014-10-22dm: serial: Tidy up the pl01x driverSimon Glass
2014-10-22dm: rpi: Convert GPIO driver to driver modelSimon Glass
2014-10-22dm: core: Add support for simple-busSimon Glass
2014-10-22dm: imx: Move cm_fx6 to use driver model for serial and GPIOSimon Glass
2014-10-22dm: imx: serial: Support driver model in the MXC serial driverSimon Glass
2014-10-22dm: imx: gpio: Support driver model in MXC gpio driverSimon Glass
2014-10-22arm: mx6: cm_fx6: use gpio requestNikita Kiryanov
2014-10-22dm: imx: i2c: Use gpio_request() to request GPIOsSimon Glass
2014-10-22imx: Add error checking to setup_i2c()Simon Glass
2014-10-22dm: serial: Put common code into separate functionsSimon Glass
2014-10-22initcall: Display error number when an error occursSimon Glass
2014-10-22dm: core: Allow a list of devices to be declared in one stepSimon Glass
2014-10-22dm: linker_lists: Add a way to declare multiple objectsSimon Glass
2014-10-22dm: exynos: cros_ec: Move cros_ec_spi to driver modelSimon Glass
2014-10-22dm: sandbox: cros_ec: Move sandbox cros_ec to driver moduleSimon Glass
2014-10-22dm: cros_ec: Add support for driver modelSimon Glass
2014-10-22dm: tegra: spi: Convert to driver modelSimon Glass
2014-10-22dm: tegra: dts: Add aliases for spi on tegra30 boardsSimon Glass
2014-10-22dm: sf: Add tests for SPI flashSimon Glass
2014-10-22dm: spi: Add testsSimon Glass
2014-10-22dm: exynos: config: Use driver model for SPI flashSimon Glass
2014-10-22dm: sf: sandbox: Convert SPI flash driver to driver modelSimon Glass
2014-10-22dm: Convert spi_flash_probe() and 'sf probe' to use driver modelSimon Glass
2014-10-22dm: sf: Add a uclass for SPI flashSimon Glass