summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | dm: sf: Add a uclass for SPI flashSimon Glass2014-10-224-1/+140
| * | spi: Use error return value in sf_opsSimon Glass2014-10-221-33/+57
| * | sf: Tidy up public and private header filesSimon Glass2014-10-229-60/+73
| * | exynos: universal_c210: Move to driver model soft_spiSimon Glass2014-10-223-62/+14
| * | dm: spi: Add documentation on how to convert over SPI driversSimon Glass2014-10-221-0/+594
| * | dm: exynos: Convert SPI to driver modelSimon Glass2014-10-225-336/+190
| * | dm: spi: Add soft_spi implementationSimon Glass2014-10-223-0/+287
| * | dm: spi: Remove SPI_INIT featureSimon Glass2014-10-224-8/+0
| * | dm: spi: Rename soft_spi.c to soft_spi_legacy.cSimon Glass2014-10-222-1/+1
| * | dm: sandbox: spi: Move to driver modelSimon Glass2014-10-223-128/+76
| * | dm: spi: Adjust cmd_spi to work with driver modelSimon Glass2014-10-221-8/+31
| * | dm: Add spi.h header to a few filesSimon Glass2014-10-223-0/+3
| * | dm: Remove spi_init() from board_r.c when using driver modelSimon Glass2014-10-221-1/+1
| * | dm: sandbox: Add a SPI emulation uclassSimon Glass2014-10-224-0/+62
| * | dm: spi: Add a uclass for SPISimon Glass2014-10-225-4/+650
| * | dm: core: Add a clarifying comment on struct udevice's seq memberSimon Glass2014-10-222-2/+5
| * | dm: core: Allow parents to pass data to children during probeSimon Glass2014-10-223-1/+25
| * | dm: core: Add functions for iterating through device childrenSimon Glass2014-10-224-1/+78
| * | sandbox: dts: Add a SPI device and cros_ec deviceSimon Glass2014-10-222-0/+51
| * | dm: exynos: Move serial to driver modelSimon Glass2014-10-224-183/+75
| * | dm: exynos: Mark exynos5 console as pre-relocSimon Glass2014-10-221-0/+1
| * | dm: exynos: gpio: Convert to driver modelSimon Glass2014-10-226-179/+340
| * | dm: exynos: Make sure that GPIOs are requestedSimon Glass2014-10-2210-9/+62
| * | dm: exynos: Tidy up GPIO definesSimon Glass2014-10-221-10/+11
| * | dm: exynos: Tidy up GPIO headersSimon Glass2014-10-2215-22/+11
| * | dm: exynos: Move s5p_goni to generic boardSimon Glass2014-10-221-0/+2
| * | dm: exynos: Move smdkc100 to generic boardSimon Glass2014-10-221-0/+2
| * | dm: exynos: Add pinctrl settings for s5p_goniSimon Glass2014-10-222-0/+280
| * | dm: exynos: Add pinctrl settings for smdkc100Simon Glass2014-10-222-0/+187
| * | dm: exynos: dts: Adjust device tree files for U-BootSimon Glass2014-10-229-0/+159
| * | dm: exynos: dts: Remove unused pinctrl information to save spaceSimon Glass2014-10-225-2098/+0
| * | dm: exynos: Bring in pinctrl dts files from Linux kernelSimon Glass2014-10-2215-4/+3831
| * | dm: exynos: dts: Convert /include/ to #includeSimon Glass2014-10-2214-15/+15
| * | arm: goni: add i2c_init_board()Robert Baldyga2014-10-222-0/+12
| * | dm: add of_match_ptr() macroMasahiro Yamada2014-10-221-0/+6
| * | dm: fix include guardMasahiro Yamada2014-10-221-0/+1
| * | dm: include <linker_lists.h> from platdata.h and uclass.hMasahiro Yamada2014-10-222-0/+3
| * | linker_lists: include <linux/compiler.h>Masahiro Yamada2014-10-221-0/+2
| * | dm: simplify the loop in lists_driver_lookup_name()Masahiro Yamada2014-10-221-8/+1
| * | dm: do not check the existence of uclass operationMasahiro Yamada2014-10-221-4/+0
| * | dm: fix commentsMasahiro Yamada2014-10-222-3/+3
| |/
* | x86: Fix GDT limit in start16.SBin Meng2014-10-221-1/+1
* | x86: Fix rom version build with CONFIG_X86_RESET_VECTORBin Meng2014-10-221-2/+2
* | x86: Support loading kernel setup from a FITSimon Glass2014-10-229-2/+399
* | doc: Tidy up and update part of the FIT documentationSimon Glass2014-10-221-8/+9
* | sandbox: bootm: Don't fail the architecture checkSimon Glass2014-10-221-1/+1
* | x86: Allow cmdline setup in setup_zimage() to be optionalSimon Glass2014-10-221-9/+12
* | x86: Rewrite bootm.c to make it similar to ARMSimon Glass2014-10-223-53/+130
* | x86: Enable LMB and RAMDISK_HIGH by defaultSimon Glass2014-10-221-0/+3
|/
* Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini2014-10-2044-74/+2558
|\
OpenPOWER on IntegriCloud