summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-23keystone2: k2l-evm: add board supportHao Zhang
2014-10-23keystone2: enable OSR clock domain for K2L SoCHao Zhang
2014-10-23ARM: keystone2: spl: move board specific codeHao Zhang
2014-10-23keystone2: msmc: add MSMC cache coherency support for K2L SOCHao Zhang
2014-10-23keystone2: clock: add K2L clock definitions and commandsHao Zhang
2014-10-23ARM: keystone2: add K2L device hardware definitionsHao Zhang
2014-10-23ARM: cmd_clock: generalize command usage descriptionKhoronzhuk, Ivan
2014-10-23keystone: usb: add support of usb xhciWingMan Kwok
2014-10-23dma: keystone_nav: generalize driver usageKhoronzhuk, Ivan
2014-10-23dma: keystone_nav: move keystone_nav driver to driver/dma/Khoronzhuk, Ivan
2014-10-23keystone2: keystone_nav: don't use hard addresses in netcp_pktdmaKhoronzhuk, Ivan
2014-10-23keystone2: keystone_nav: don't use hard addresses in qm_configKhoronzhuk, Ivan
2014-10-22Merge git://git.denx.de/u-boot-dmTom Rini
2014-10-22dm: serial: Support driver model in pl01x driverSimon Glass
2014-10-22dm: serial: Tidy up the pl01x driverSimon Glass
2014-10-22dm: rpi: Convert GPIO driver to driver modelSimon Glass
2014-10-22dm: core: Add support for simple-busSimon Glass
2014-10-22dm: imx: Move cm_fx6 to use driver model for serial and GPIOSimon Glass
2014-10-22dm: imx: serial: Support driver model in the MXC serial driverSimon Glass
2014-10-22dm: imx: gpio: Support driver model in MXC gpio driverSimon Glass
2014-10-22arm: mx6: cm_fx6: use gpio requestNikita Kiryanov
2014-10-22dm: imx: i2c: Use gpio_request() to request GPIOsSimon Glass
2014-10-22imx: Add error checking to setup_i2c()Simon Glass
2014-10-22dm: serial: Put common code into separate functionsSimon Glass
2014-10-22initcall: Display error number when an error occursSimon Glass
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