summaryrefslogtreecommitdiffstats
path: root/drivers/serial/serial-uclass.c
Commit message (Expand)AuthorAgeFilesLines
* fdt: remove fdtdec_get_alias_node() functionMasahiro Yamada2014-11-271-1/+1
* Merge git://git.denx.de/u-boot-dmTom Rini2014-11-241-3/+74
|\
| * dm: Allow stdio registration to be droppedSimon Glass2014-11-211-3/+7
| * dm: serial: Support changing the baud rateSimon Glass2014-11-211-0/+67
* | dm: serial: Move current serial port pointer to global_dataSimon Glass2014-11-211-16/+19
|/
* 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
* dm: serial: Support CONFIG_CONS_INDEX if availableSimon Glass2014-10-231-1/+10
* dm: serial: Reset the watchdog while waiting in getc()Simon Glass2014-10-231-0/+5
* dm: serial: Put common code into separate functionsSimon Glass2014-10-221-15/+17
* serial-uclass: Fix compilation errorHans de Goede2014-10-101-1/+1
* stdio: Add force parameter to stdio_deregisterHans de Goede2014-10-061-1/+1
* dm: serial: Don't require device tree to configure a consoleSimon Glass2014-09-231-1/+2
* dm: Add a uclass for serial devicesSimon Glass2014-09-101-0/+213
OpenPOWER on IntegriCloud