summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* arm: mx6: cm_fx6: use gpio requestNikita Kiryanov2014-10-22-39/+94
* dm: imx: i2c: Use gpio_request() to request GPIOsSimon Glass2014-10-22-0/+25
* imx: Add error checking to setup_i2c()Simon Glass2014-10-22-13/+55
* dm: serial: Put common code into separate functionsSimon Glass2014-10-22-15/+17
* initcall: Display error number when an error occursSimon Glass2014-10-22-3/+5
* dm: core: Allow a list of devices to be declared in one stepSimon Glass2014-10-22-0/+4
* dm: linker_lists: Add a way to declare multiple objectsSimon Glass2014-10-22-0/+21
* dm: exynos: cros_ec: Move cros_ec_spi to driver modelSimon Glass2014-10-22-9/+79
* dm: sandbox: cros_ec: Move sandbox cros_ec to driver moduleSimon Glass2014-10-22-5/+86
* dm: cros_ec: Add support for driver modelSimon Glass2014-10-22-15/+174
* dm: tegra: spi: Convert to driver modelSimon Glass2014-10-22-660/+396
* dm: tegra: dts: Add aliases for spi on tegra30 boardsSimon Glass2014-10-22-0/+4
* dm: sf: Add tests for SPI flashSimon Glass2014-10-22-1/+60
* dm: spi: Add testsSimon Glass2014-10-22-0/+130
* dm: exynos: config: Use driver model for SPI flashSimon Glass2014-10-22-0/+1
* dm: sf: sandbox: Convert SPI flash driver to driver modelSimon Glass2014-10-22-61/+292
* dm: Convert spi_flash_probe() and 'sf probe' to use driver modelSimon Glass2014-10-22-2/+89
* dm: sf: Add a uclass for SPI flashSimon Glass2014-10-22-1/+140
* spi: Use error return value in sf_opsSimon Glass2014-10-22-33/+57
* sf: Tidy up public and private header filesSimon Glass2014-10-22-60/+73
* exynos: universal_c210: Move to driver model soft_spiSimon Glass2014-10-22-62/+14
* dm: spi: Add documentation on how to convert over SPI driversSimon Glass2014-10-22-0/+594
* dm: exynos: Convert SPI to driver modelSimon Glass2014-10-22-336/+190
* dm: spi: Add soft_spi implementationSimon Glass2014-10-22-0/+287
* dm: spi: Remove SPI_INIT featureSimon Glass2014-10-22-8/+0
* dm: spi: Rename soft_spi.c to soft_spi_legacy.cSimon Glass2014-10-22-1/+1
* dm: sandbox: spi: Move to driver modelSimon Glass2014-10-22-128/+76
* dm: spi: Adjust cmd_spi to work with driver modelSimon Glass2014-10-22-8/+31
* dm: Add spi.h header to a few filesSimon Glass2014-10-22-0/+3
* dm: Remove spi_init() from board_r.c when using driver modelSimon Glass2014-10-22-1/+1
* dm: sandbox: Add a SPI emulation uclassSimon Glass2014-10-22-0/+62
* dm: spi: Add a uclass for SPISimon Glass2014-10-22-4/+650
* dm: core: Add a clarifying comment on struct udevice's seq memberSimon Glass2014-10-22-2/+5
* dm: core: Allow parents to pass data to children during probeSimon Glass2014-10-22-1/+25
* dm: core: Add functions for iterating through device childrenSimon Glass2014-10-22-1/+78
* sandbox: dts: Add a SPI device and cros_ec deviceSimon Glass2014-10-22-0/+51
* dm: exynos: Move serial to driver modelSimon Glass2014-10-22-183/+75
* dm: exynos: Mark exynos5 console as pre-relocSimon Glass2014-10-22-0/+1
* dm: exynos: gpio: Convert to driver modelSimon Glass2014-10-22-179/+340
* dm: exynos: Make sure that GPIOs are requestedSimon Glass2014-10-22-9/+62
* dm: exynos: Tidy up GPIO definesSimon Glass2014-10-22-10/+11
* dm: exynos: Tidy up GPIO headersSimon Glass2014-10-22-22/+11
* dm: exynos: Move s5p_goni to generic boardSimon Glass2014-10-22-0/+2
* dm: exynos: Move smdkc100 to generic boardSimon Glass2014-10-22-0/+2
* dm: exynos: Add pinctrl settings for s5p_goniSimon Glass2014-10-22-0/+280
* dm: exynos: Add pinctrl settings for smdkc100Simon Glass2014-10-22-0/+187
* dm: exynos: dts: Adjust device tree files for U-BootSimon Glass2014-10-22-0/+159
* dm: exynos: dts: Remove unused pinctrl information to save spaceSimon Glass2014-10-22-2098/+0
* dm: exynos: Bring in pinctrl dts files from Linux kernelSimon Glass2014-10-22-4/+3831
* dm: exynos: dts: Convert /include/ to #includeSimon Glass2014-10-22-15/+15