summaryrefslogtreecommitdiffstats
path: root/drivers/serial/serial-uclass.c
Commit message (Expand)AuthorAgeFilesLines
* x86: Allow use of serial soon after relocationSimon Glass2016-03-171-1/+1
* dm: serial-uclass: Move a carriage return before a line feedAlison Wang2016-03-141-2/+3
* dm: serial: Allow the UART driver to be dropped from the imageSimon Glass2016-01-121-1/+3
* dm: serial: Minor coding style cleanup of some commentsStefan Roese2015-12-101-10/+10
* dm: serial: Deal with stdout-path with an aliasSimon Glass2015-11-041-5/+25
* of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada2015-08-181-2/+2
* dm: serial: Add a REQUIRE_SERIAL_CONSOLE option for boards with no serial portHans de Goede2015-08-101-3/+17
* dm: serial: Correct logic in serial_find_console_or_panic()Simon Glass2015-08-051-1/+1
* sandbox: Move CONFIG_SANDBOX_SERIAL to KconfigSimon Glass2015-06-101-2/+3
* dm: serial: Don't support CONFIG_CONS_INDEX with device treeSimon Glass2015-06-101-32/+37
* dm: Add a panic_str() function to reduce code sizeSimon Glass2015-04-231-1/+1
* dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass2015-04-161-2/+2
* dm: serial: remove bogus include <ns16550.h>Masahiro Yamada2015-03-251-2/+0
* dm: Add support for all targets which requires MANUAL_RELOCMichal Simek2015-02-121-0/+16
* dm: core: Add a flag to control sequence numberingSimon Glass2015-01-291-0/+1
* 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