summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-10-22spi: Use error return value in sf_opsSimon Glass
2014-10-22sf: Tidy up public and private header filesSimon Glass
2014-10-22exynos: universal_c210: Move to driver model soft_spiSimon Glass
2014-10-22dm: spi: Add documentation on how to convert over SPI driversSimon Glass
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