summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-23serial: remove uniphier_serial_initialize() callMasahiro Yamada
2014-10-23serial: uniphier: move CONFIG_UNIPHIER_SERIAL to KconfigMasahiro Yamada
2014-10-23dm: serial: use Driver Model for UniPhier serial driverMasahiro Yamada
2014-10-23dm: add entries to KconfigMasahiro Yamada
2014-10-23dm: serial: consolidate common code moreMasahiro Yamada
2014-10-23dm: serial: remove unnecessary castingMasahiro Yamada
2014-10-23dm: serial: fix console putcMasahiro Yamada
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: dts: Add additional info to the serial port nodeSimon Glass
2014-10-23dm: x86: Convert Intel ICH6 GPIO driver to use driver modelSimon Glass
2014-10-23dm: x86: Add a gpio header for corebootSimon Glass
2014-10-23dm: x86: Support pre-reloc malloc()Simon Glass
2014-10-23dm: x86: Zero global data before board_init_f()Simon Glass
2014-10-23dm: x86: Remove ebp assembler warning in zimage.cSimon Glass
2014-10-23dm: serial: ns16550: Add a cast to the I/O operationsSimon Glass
2014-10-23dm: gpio: Remove unused get_state() uclass methodSimon Glass
2014-10-23dm: dts: Move omap device tree includes to correct placeSimon 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-23test: dm: Add additional GPIO testsSimon Glass
2014-10-23test: dm: Support memory leak checking as a core featureSimon Glass
2014-10-23dm: gpio: Add gpio_requestf() helper for printf() stringsSimon Glass
2014-10-23test: dm: Update GPIO tests for new gpio_request() methodSimon 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: omap3: Move to driver model for GPIO and serialSimon Glass
2014-10-23dm: am33xx: Move to driver model for GPIO and serialSimon Glass
2014-10-23dm: am335x: Remove serial options from CONFIG_SYS_EXTRA_OPTIONSSimon Glass
2014-10-23dm: omap: serial: Add driver model supportSimon Glass
2014-10-23dm: am33xx: Provide platform data for serialSimon Glass
2014-10-23dm: am33xx: Provide platform data for GPIOsSimon 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: dts: omap: Select correct console for beagleboneSimon 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-23kbuild: clear VENDOR variable to fix build error on tcshMasahiro Yamada