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