summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-10-22sf: Tidy up public and private header filesSimon Glass9-60/+73
2014-10-22exynos: universal_c210: Move to driver model soft_spiSimon Glass3-62/+14
2014-10-22dm: spi: Add documentation on how to convert over SPI driversSimon Glass1-0/+594
2014-10-22dm: exynos: Convert SPI to driver modelSimon Glass5-336/+190
2014-10-22dm: spi: Add soft_spi implementationSimon Glass3-0/+287
2014-10-22dm: spi: Remove SPI_INIT featureSimon Glass4-8/+0
2014-10-22dm: spi: Rename soft_spi.c to soft_spi_legacy.cSimon Glass2-1/+1
2014-10-22dm: sandbox: spi: Move to driver modelSimon Glass3-128/+76
2014-10-22dm: spi: Adjust cmd_spi to work with driver modelSimon Glass1-8/+31
2014-10-22dm: Add spi.h header to a few filesSimon Glass3-0/+3
2014-10-22dm: Remove spi_init() from board_r.c when using driver modelSimon Glass1-1/+1
2014-10-22dm: sandbox: Add a SPI emulation uclassSimon Glass4-0/+62
2014-10-22dm: spi: Add a uclass for SPISimon Glass5-4/+650
2014-10-22dm: core: Add a clarifying comment on struct udevice's seq memberSimon Glass2-2/+5
2014-10-22dm: core: Allow parents to pass data to children during probeSimon Glass3-1/+25
2014-10-22dm: core: Add functions for iterating through device childrenSimon Glass4-1/+78
2014-10-22sandbox: dts: Add a SPI device and cros_ec deviceSimon Glass2-0/+51
2014-10-22dm: exynos: Move serial to driver modelSimon Glass4-183/+75
2014-10-22dm: exynos: Mark exynos5 console as pre-relocSimon Glass1-0/+1
2014-10-22dm: exynos: gpio: Convert to driver modelSimon Glass6-179/+340
2014-10-22dm: exynos: Make sure that GPIOs are requestedSimon Glass10-9/+62
2014-10-22dm: exynos: Tidy up GPIO definesSimon Glass1-10/+11
2014-10-22dm: exynos: Tidy up GPIO headersSimon Glass15-22/+11
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-22dm: exynos: Add pinctrl settings for s5p_goniSimon Glass2-0/+280
2014-10-22dm: exynos: Add pinctrl settings for smdkc100Simon Glass2-0/+187
2014-10-22dm: exynos: dts: Adjust device tree files for U-BootSimon Glass9-0/+159
2014-10-22dm: exynos: dts: Remove unused pinctrl information to save spaceSimon Glass5-2098/+0
2014-10-22dm: exynos: Bring in pinctrl dts files from Linux kernelSimon Glass15-4/+3831
2014-10-22dm: exynos: dts: Convert /include/ to #includeSimon Glass14-15/+15
2014-10-22arm: goni: add i2c_init_board()Robert Baldyga2-0/+12
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: simplify the loop in lists_driver_lookup_name()Masahiro Yamada1-8/+1
2014-10-22dm: do not check the existence of uclass operationMasahiro Yamada1-4/+0
2014-10-22dm: fix commentsMasahiro Yamada2-3/+3
2014-10-22x86: Fix GDT limit in start16.SBin Meng1-1/+1
2014-10-22x86: Fix rom version build with CONFIG_X86_RESET_VECTORBin Meng1-2/+2
2014-10-22x86: Support loading kernel setup from a FITSimon Glass9-2/+399
2014-10-22doc: Tidy up and update part of the FIT documentationSimon Glass1-8/+9
2014-10-22sandbox: bootm: Don't fail the architecture checkSimon Glass1-1/+1
2014-10-22x86: Allow cmdline setup in setup_zimage() to be optionalSimon Glass1-9/+12
2014-10-22x86: Rewrite bootm.c to make it similar to ARMSimon Glass3-53/+130
2014-10-22x86: Enable LMB and RAMDISK_HIGH by defaultSimon Glass1-0/+3
2014-10-21Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini44-74/+2558
2014-10-17ls102x: Add support for secure boot and enable blob commandRuchika Gupta6-0/+16
2014-10-17mpc85xx: configs - Enable blob command in freescale platformsRuchika Gupta11-0/+29