summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2014-10-23dm: omap: serial: Add driver model supportSimon Glass
2014-10-23dm: omap: gpio: Support driver modelSimon Glass
2014-10-23dm: omap: gpio: Put _get_gpio_value() logic into its own functionSimon Glass
2014-10-23dm: serial: Support CONFIG_CONS_INDEX if availableSimon Glass
2014-10-23dm: ns16550: Correct the probe logic for platform dataSimon Glass
2014-10-23dm: ns16550: Use an address instead of a pointer for the uart baseSimon Glass
2014-10-23dm: serial: ns16550: Correct logic for checking for characterSimon Glass
2014-10-23dm: serial: Reset the watchdog while waiting in getc()Simon Glass
2014-10-23dm: gpio: Support numbered GPIOsSimon Glass
2014-10-23Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini
2014-10-23i2c: mvtwsi: Add support for Marvell Armada XPStefan Roese
2014-10-23net: mvneta.c: Add support for the ethernet controller of the Marvell Armada ...Stefan Roese
2014-10-23spi: kirkwood_spi.c: Change KW_SPI_BASE to MVEBU_SPI_BASEStefan Roese
2014-10-23spi: kirkwood_spi.c: Compile MPP (pin-mux) only for kirkwood SoC'sStefan Roese
2014-10-23arm: marvell: Move arch-kirkwood/spi.h to arch-mvebu/spi.hStefan Roese
2014-10-23arm: marvell: Move arch/kirkwood.h to arch/soc.hStefan Roese
2014-10-23Merge git://git.denx.de/u-boot-x86Tom Rini
2014-10-22x86: cros_ec: Update LPC driver for new cros_ec headerSimon Glass
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: 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-22dm: serial: Put common code into separate functionsSimon 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: 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-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: Add spi.h header to a few filesSimon 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: Allow parents to pass data to children during probeSimon Glass
2014-10-22dm: core: Add functions for iterating through device childrenSimon Glass
2014-10-22dm: exynos: Move serial to driver modelSimon 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: simplify the loop in lists_driver_lookup_name()Masahiro Yamada