summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2014-10-23serial: add static directive to local functionsMasahiro Yamada
2014-10-23dm: move platform data headers to include/dm/platform_dataMasahiro Yamada
2014-10-23dm: x86: Convert coreboot serial to use driver modelSimon Glass
2014-10-23dm: x86: Convert Intel ICH6 GPIO driver to use driver modelSimon Glass
2014-10-23dm: serial: ns16550: Add a cast to the I/O operationsSimon Glass
2014-10-23dm: gpio: imx: Drop request()/free() in the driverSimon Glass
2014-10-23dm: gpio: exynos: Drop request()/free() in the driverSimon Glass
2014-10-23dm: gpio: rpi_b: Drop request()/free() in the driverSimon Glass
2014-10-23dm: gpio: omap3: Drop request()/free() in the driverSimon Glass
2014-10-23dm: gpio: tegra: Drop request()/free() in the driverSimon Glass
2014-10-23dm: gpio: Add gpio_requestf() helper for printf() stringsSimon Glass
2014-10-23dm: gpio: sandbox: Drop request()/free() in the driverSimon Glass
2014-10-23dm: gpio: sandbox: Implement the remove() methodSimon Glass
2014-10-23dm: gpio: sandbox: Implement the get_function() methodSimon Glass
2014-10-23dm: Move the function for getting GPIO status into the uclassSimon Glass
2014-10-23dm: gpio: Add gpio_get_function() and friendsSimon Glass
2014-10-23dm: gpio: Implement GPIO reservation in the uclassSimon Glass
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