summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-10-23spi: kirkwood_spi.c: Compile MPP (pin-mux) only for kirkwood SoC'sStefan Roese1-0/+10
2014-10-23arm: mvebu: Add common mbus functions to use on Marvell SoCsStefan Roese3-0/+545
2014-10-23arm: marvell: Rework timer.c to make it usable for other MVEBU platformsStefan Roese2-51/+41
2014-10-23arm: marvell: Move arch-kirkwood/spi.h to arch-mvebu/spi.hStefan Roese2-1/+1
2014-10-23arm: marvell: Move arch/kirkwood.h to arch/soc.hStefan Roese33-32/+32
2014-10-23arm: kirkwood: Move some SoC files into new arch/arm/mvebu-commonStefan Roese5-4/+22
2014-10-23Merge git://git.denx.de/u-boot-x86Tom Rini9-11/+59
2014-10-23Merge git://git.denx.de/u-boot-fdtTom Rini4-0/+282
2014-10-23net: Display the size when tftpboot finishesSimon Glass1-0/+2
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-23doc: Remove note about auto-complete not working with hushSimon Glass1-4/+0
2014-10-23x86: cros_ec: Enable cros_ec for linkSimon Glass3-1/+22
2014-10-23x86: cros_ec: Update LPC driver for new cros_ec headerSimon Glass1-2/+2
2014-10-23x86: dts: Add device tree compatible string for Intel IPCSimon Glass2-0/+2
2014-10-23x86: Add device tree information for Chrome OS ECSimon Glass1-0/+18
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 Reding2-0/+25
2014-10-23fdt: Add resource parsing functionsThierry Reding2-0/+109
2014-10-23fdt: Add functions to retrieve stringsThierry Reding2-0/+57
2014-10-23fdt: Add a function to get the index of a stringThierry Reding2-0/+37
2014-10-23fdt: Add a function to count stringsThierry Reding2-0/+29
2014-10-22Merge git://git.denx.de/u-boot-dmTom Rini145-2162/+7808
2014-10-22dm: serial: Support driver model in pl01x driverSimon Glass1-0/+73
2014-10-22dm: serial: Tidy up the pl01x driverSimon Glass4-140/+192
2014-10-22dm: rpi: Convert GPIO driver to driver modelSimon Glass4-23/+182
2014-10-22dm: core: Add support for simple-busSimon Glass3-0/+35
2014-10-22dm: imx: Move cm_fx6 to use driver model for serial and GPIOSimon Glass2-0/+21
2014-10-22dm: imx: serial: Support driver model in the MXC serial driverSimon Glass2-25/+159
2014-10-22dm: imx: gpio: Support driver model in MXC gpio driverSimon Glass1-1/+303
2014-10-22arm: mx6: cm_fx6: use gpio requestNikita Kiryanov1-39/+94
2014-10-22dm: imx: i2c: Use gpio_request() to request GPIOsSimon Glass1-0/+25
2014-10-22imx: Add error checking to setup_i2c()Simon Glass3-13/+55
2014-10-22dm: serial: Put common code into separate functionsSimon Glass1-15/+17
2014-10-22initcall: Display error number when an error occursSimon Glass1-3/+5
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 Glass2-9/+79
2014-10-22dm: sandbox: cros_ec: Move sandbox cros_ec to driver moduleSimon Glass2-5/+86
2014-10-22dm: cros_ec: Add support for driver modelSimon Glass5-15/+174
2014-10-22dm: tegra: spi: Convert to driver modelSimon Glass12-660/+396
2014-10-22dm: tegra: dts: Add aliases for spi on tegra30 boardsSimon Glass4-0/+4
2014-10-22dm: sf: Add tests for SPI flashSimon Glass3-1/+60
2014-10-22dm: spi: Add testsSimon Glass3-0/+130
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 Glass4-61/+292
2014-10-22dm: Convert spi_flash_probe() and 'sf probe' to use driver modelSimon Glass2-2/+89
2014-10-22dm: sf: Add a uclass for SPI flashSimon Glass4-1/+140