summaryrefslogtreecommitdiff
path: root/drivers/serial/serial-uclass.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-11dm: serial: Don't support CONFIG_CONS_INDEX with device treeSimon Glass1-32/+37
2015-04-23dm: Add a panic_str() function to reduce code sizeSimon Glass1-1/+1
2015-04-17dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass1-2/+2
2015-03-26dm: serial: remove bogus include <ns16550.h>Masahiro Yamada1-2/+0
2015-02-13dm: Add support for all targets which requires MANUAL_RELOCMichal Simek1-0/+16
2015-01-30dm: core: Add a flag to control sequence numberingSimon Glass1-0/+1
2014-11-27fdt: remove fdtdec_get_alias_node() functionMasahiro Yamada1-1/+1
2014-11-24Merge git://git.denx.de/u-boot-dmTom Rini1-3/+74
2014-11-21dm: Allow stdio registration to be droppedSimon Glass1-3/+7
2014-11-21dm: serial: Support changing the baud rateSimon Glass1-0/+67
2014-11-21dm: serial: Move current serial port pointer to global_dataSimon Glass1-16/+19
2014-10-24dm: serial: consolidate common code moreMasahiro Yamada1-38/+41
2014-10-24dm: serial: remove unnecessary castingMasahiro Yamada1-6/+2
2014-10-24dm: serial: fix console putcMasahiro Yamada1-3/+3
2014-10-24dm: serial: Support CONFIG_CONS_INDEX if availableSimon Glass1-1/+10
2014-10-24dm: serial: Reset the watchdog while waiting in getc()Simon Glass1-0/+5
2014-10-22dm: serial: Put common code into separate functionsSimon Glass1-15/+17
2014-10-10serial-uclass: Fix compilation errorHans de Goede1-1/+1
2014-10-06stdio: Add force parameter to stdio_deregisterHans de Goede1-1/+1
2014-09-23dm: serial: Don't require device tree to configure a consoleSimon Glass1-1/+2
2014-09-10dm: Add a uclass for serial devicesSimon Glass1-0/+213