summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* serial: uniphier: move CONFIG_UNIPHIER_SERIAL to KconfigMasahiro Yamada2014-10-231-0/+6
* dm: serial: use Driver Model for UniPhier serial driverMasahiro Yamada2014-10-231-126/+73
* dm: add entries to KconfigMasahiro Yamada2014-10-234-0/+24
* dm: serial: consolidate common code moreMasahiro Yamada2014-10-231-38/+41
* dm: serial: remove unnecessary castingMasahiro Yamada2014-10-231-6/+2
* dm: serial: fix console putcMasahiro Yamada2014-10-231-3/+3
* serial: add static directive to local functionsMasahiro Yamada2014-10-232-19/+12
* dm: move platform data headers to include/dm/platform_dataMasahiro Yamada2014-10-232-2/+2
* dm: x86: Convert coreboot serial to use driver modelSimon Glass2014-10-232-0/+39
* dm: x86: Convert Intel ICH6 GPIO driver to use driver modelSimon Glass2014-10-231-130/+120
* dm: serial: ns16550: Add a cast to the I/O operationsSimon Glass2014-10-231-2/+2
* dm: gpio: imx: Drop request()/free() in the driverSimon Glass2014-10-231-116/+0
* dm: gpio: exynos: Drop request()/free() in the driverSimon Glass2014-10-231-101/+0
* dm: gpio: rpi_b: Drop request()/free() in the driverSimon Glass2014-10-231-89/+0
* dm: gpio: omap3: Drop request()/free() in the driverSimon Glass2014-10-231-115/+1
* dm: gpio: tegra: Drop request()/free() in the driverSimon Glass2014-10-231-113/+0
* dm: gpio: Add gpio_requestf() helper for printf() stringsSimon Glass2014-10-231-0/+21
* dm: gpio: sandbox: Drop request()/free() in the driverSimon Glass2014-10-231-82/+0
* dm: gpio: sandbox: Implement the remove() methodSimon Glass2014-10-231-0/+8
* dm: gpio: sandbox: Implement the get_function() methodSimon Glass2014-10-231-1/+8
* dm: Move the function for getting GPIO status into the uclassSimon Glass2014-10-231-0/+39
* dm: gpio: Add gpio_get_function() and friendsSimon Glass2014-10-231-0/+47
* dm: gpio: Implement GPIO reservation in the uclassSimon Glass2014-10-231-14/+78
* dm: omap: serial: Add driver model supportSimon Glass2014-10-232-0/+48
* dm: omap: gpio: Support driver modelSimon Glass2014-10-232-5/+231
* dm: omap: gpio: Put _get_gpio_value() logic into its own functionSimon Glass2014-10-231-36/+42
* dm: serial: Support CONFIG_CONS_INDEX if availableSimon Glass2014-10-231-1/+10
* dm: ns16550: Correct the probe logic for platform dataSimon Glass2014-10-231-2/+3
* dm: ns16550: Use an address instead of a pointer for the uart baseSimon Glass2014-10-231-3/+3
* dm: serial: ns16550: Correct logic for checking for characterSimon Glass2014-10-231-1/+1
* dm: serial: Reset the watchdog while waiting in getc()Simon Glass2014-10-231-0/+5
* dm: gpio: Support numbered GPIOsSimon Glass2014-10-231-12/+25
* Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini2014-10-232-1/+4
|\
| * tegra: gpio: fix null label regressionMarcel Ziswiler2014-10-221-0/+3
| * mmc: Tegra: Fix timeout issue seen on certain eMMC partsMarcel Ziswiler2014-10-221-1/+1
* | i2c: mvtwsi: Add support for Marvell Armada XPStefan Roese2014-10-231-1/+1
* | net: mvneta.c: Add support for the ethernet controller of the Marvell Armada ...Stefan Roese2014-10-232-0/+1654
* | spi: kirkwood_spi.c: Change KW_SPI_BASE to MVEBU_SPI_BASEStefan Roese2014-10-231-1/+2
* | spi: kirkwood_spi.c: Compile MPP (pin-mux) only for kirkwood SoC'sStefan Roese2014-10-231-0/+10
* | arm: marvell: Move arch-kirkwood/spi.h to arch-mvebu/spi.hStefan Roese2014-10-231-1/+1
* | arm: marvell: Move arch/kirkwood.h to arch/soc.hStefan Roese2014-10-239-9/+9
* | Merge git://git.denx.de/u-boot-x86Tom Rini2014-10-231-2/+2
|\ \
| * | x86: cros_ec: Update LPC driver for new cros_ec headerSimon Glass2014-10-221-2/+2
* | | dm: serial: Support driver model in pl01x driverSimon Glass2014-10-221-0/+73
* | | dm: serial: Tidy up the pl01x driverSimon Glass2014-10-223-140/+165
* | | dm: rpi: Convert GPIO driver to driver modelSimon Glass2014-10-221-23/+157
* | | dm: core: Add support for simple-busSimon Glass2014-10-222-0/+34
* | | dm: imx: serial: Support driver model in the MXC serial driverSimon Glass2014-10-221-25/+145
* | | dm: imx: gpio: Support driver model in MXC gpio driverSimon Glass2014-10-221-1/+303
* | | dm: serial: Put common code into separate functionsSimon Glass2014-10-221-15/+17
OpenPOWER on IntegriCloud