summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge git://git.denx.de/u-boot-dmTom Rini2014-10-2675-1100/+1433
|\ \ \
| * | | serial: remove uniphier_serial_initialize() callMasahiro Yamada2014-10-231-2/+0
| * | | serial: uniphier: move CONFIG_UNIPHIER_SERIAL to KconfigMasahiro Yamada2014-10-237-9/+12
| * | | dm: serial: use Driver Model for UniPhier serial driverMasahiro Yamada2014-10-2316-136/+172
| * | | 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-233-26/+12
| * | | dm: move platform data headers to include/dm/platform_dataMasahiro Yamada2014-10-235-3/+3
| * | | dm: x86: Convert coreboot serial to use driver modelSimon Glass2014-10-235-23/+48
| * | | dm: x86: dts: Add additional info to the serial port nodeSimon Glass2014-10-232-3/+20
| * | | dm: x86: Convert Intel ICH6 GPIO driver to use driver modelSimon Glass2014-10-232-130/+124
| * | | dm: x86: Add a gpio header for corebootSimon Glass2014-10-232-0/+16
| * | | dm: x86: Support pre-reloc malloc()Simon Glass2014-10-231-0/+7
| * | | dm: x86: Zero global data before board_init_f()Simon Glass2014-10-231-0/+6
| * | | dm: x86: Remove ebp assembler warning in zimage.cSimon Glass2014-10-231-1/+0
| * | | dm: serial: ns16550: Add a cast to the I/O operationsSimon Glass2014-10-231-2/+2
| * | | dm: gpio: Remove unused get_state() uclass methodSimon Glass2014-10-231-2/+0
| * | | dm: dts: Move omap device tree includes to correct placeSimon Glass2014-10-233-15/+0
| * | | 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
| * | | test: dm: Add additional GPIO testsSimon Glass2014-10-232-1/+42
| * | | test: dm: Support memory leak checking as a core featureSimon Glass2014-10-233-16/+55
| * | | dm: gpio: Add gpio_requestf() helper for printf() stringsSimon Glass2014-10-234-1/+51
| * | | test: dm: Update GPIO tests for new gpio_request() methodSimon Glass2014-10-232-24/+56
| * | | 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-233-36/+78
| * | | dm: gpio: Add gpio_get_function() and friendsSimon Glass2014-10-232-1/+80
| * | | dm: gpio: Implement GPIO reservation in the uclassSimon Glass2014-10-232-14/+84
| * | | dm: omap3: Move to driver model for GPIO and serialSimon Glass2014-10-237-52/+140
| * | | dm: am33xx: Move to driver model for GPIO and serialSimon Glass2014-10-231-0/+11
| * | | dm: am335x: Remove serial options from CONFIG_SYS_EXTRA_OPTIONSSimon Glass2014-10-232-2/+2
| * | | dm: omap: serial: Add driver model supportSimon Glass2014-10-232-0/+48
| * | | dm: am33xx: Provide platform data for serialSimon Glass2014-10-231-0/+33
| * | | dm: am33xx: Provide platform data for GPIOsSimon Glass2014-10-231-0/+28
| * | | dm: omap: gpio: Support driver modelSimon Glass2014-10-233-7/+248
| * | | dm: omap: gpio: Put _get_gpio_value() logic into its own functionSimon Glass2014-10-231-36/+42
| * | | dm: dts: omap: Select correct console for beagleboneSimon Glass2014-10-231-0/+4
| * | | 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-232-4/+4
| * | | 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
| | |/ | |/|
OpenPOWER on IntegriCloud