summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-22dm: exynos: Convert SPI to driver modelSimon Glass
2014-10-22dm: spi: Add soft_spi implementationSimon Glass
2014-10-22dm: spi: Remove SPI_INIT featureSimon Glass
2014-10-22dm: spi: Rename soft_spi.c to soft_spi_legacy.cSimon Glass
2014-10-22dm: sandbox: spi: Move to driver modelSimon Glass
2014-10-22dm: spi: Adjust cmd_spi to work with driver modelSimon Glass
2014-10-22dm: Add spi.h header to a few filesSimon Glass
2014-10-22dm: Remove spi_init() from board_r.c when using driver modelSimon Glass
2014-10-22dm: sandbox: Add a SPI emulation uclassSimon Glass
2014-10-22dm: spi: Add a uclass for SPISimon Glass
2014-10-22dm: core: Add a clarifying comment on struct udevice's seq memberSimon Glass
2014-10-22dm: core: Allow parents to pass data to children during probeSimon Glass
2014-10-22dm: core: Add functions for iterating through device childrenSimon Glass
2014-10-22sandbox: dts: Add a SPI device and cros_ec deviceSimon Glass
2014-10-22dm: exynos: Move serial to driver modelSimon Glass
2014-10-22dm: exynos: Mark exynos5 console as pre-relocSimon Glass
2014-10-22dm: exynos: gpio: Convert to driver modelSimon Glass
2014-10-22dm: exynos: Make sure that GPIOs are requestedSimon Glass
2014-10-22dm: exynos: Tidy up GPIO definesSimon Glass
2014-10-22dm: exynos: Tidy up GPIO headersSimon Glass
2014-10-22dm: exynos: Move s5p_goni to generic boardSimon Glass
2014-10-22dm: exynos: Move smdkc100 to generic boardSimon Glass
2014-10-22dm: exynos: Add pinctrl settings for s5p_goniSimon Glass
2014-10-22dm: exynos: Add pinctrl settings for smdkc100Simon Glass
2014-10-22dm: exynos: dts: Adjust device tree files for U-BootSimon Glass
2014-10-22dm: exynos: dts: Remove unused pinctrl information to save spaceSimon Glass
2014-10-22dm: exynos: Bring in pinctrl dts files from Linux kernelSimon Glass
2014-10-22dm: exynos: dts: Convert /include/ to #includeSimon Glass
2014-10-22arm: goni: add i2c_init_board()Robert Baldyga
2014-10-22dm: add of_match_ptr() macroMasahiro Yamada
2014-10-22dm: fix include guardMasahiro Yamada
2014-10-22dm: include <linker_lists.h> from platdata.h and uclass.hMasahiro Yamada
2014-10-22linker_lists: include <linux/compiler.h>Masahiro Yamada
2014-10-22dm: simplify the loop in lists_driver_lookup_name()Masahiro Yamada
2014-10-22dm: do not check the existence of uclass operationMasahiro Yamada
2014-10-22dm: fix commentsMasahiro Yamada
2014-10-20Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini
2014-10-16ls102x: Add support for secure boot and enable blob commandRuchika Gupta
2014-10-16mpc85xx: configs - Enable blob command in freescale platformsRuchika Gupta
2014-10-16crypto/fsl: Add command for encapsulating/decapsulating blobsRuchika Gupta
2014-10-16powerpc/mpc85xx: SECURE BOOT - Bypass PAMU in case of secure bootRuchika Gupta
2014-10-16ls102x: configs - Add hash command in freescale LS1 platformsRuchika Gupta
2014-10-16mpc85xx: configs - Add hash command in freescale platformsRuchika Gupta
2014-10-16fsl_sec: Add hardware accelerated SHA256 and SHA1Ruchika Gupta
2014-10-16fsl_sec : Change accessor function to take care of endiannessRuchika Gupta
2014-10-16fsl_sec : Move SEC CCSR definition to common includeRuchika Gupta
2014-10-16powerpc/P1010RDB:Update RESET_VECTOR_ADDRESS for 768KB u-boot sizeRuchika Gupta
2014-10-16video: ipu_disp: remove pixclk fixupJeroen Hofstee
2014-10-16video: ipu: fix debug and commentJeroen Hofstee
2014-10-16lcd: Fix build error with CONFIG_LCD_BMP_RLE8Simon Glass