summaryrefslogtreecommitdiffstats
path: root/drivers/serial/serial-uclass.c
Commit message (Expand)AuthorAgeFilesLines
* dm: serial: Adjust serial_getinfo() to use proper APISimon Glass2019-01-141-6/+3
* dm: serial: Adjust serial_setconfig() to use proper APISimon Glass2019-01-141-6/+3
* dm: serial: Adjust serial_getconfig() to use proper APISimon Glass2019-01-141-6/+3
* dm: serial: Introduce ->getinfo() callbackAndy Shevchenko2018-12-051-0/+21
* dm: serial: Add ->getconfig() callbackAndy Shevchenko2018-12-051-0/+16
* dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt()Bin Meng2018-11-141-1/+1
* dm: Fix typo - missed semicolonAndy Shevchenko2018-11-091-1/+1
* serial: Allow serial to be absent in TPLSimon Glass2018-10-091-0/+4
* dm: serial: Replace setparity by setconfigPatrice Chotard2018-09-101-0/+16
* serial: protect access to serial rx bufferPatrick Delaunay2018-09-101-0/+3
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* serial: Make full device search optionalAlexander Graf2018-01-291-0/+13
* serial: Use next serial device if probing failsAlexander Graf2018-01-281-6/+19
* serial: serial-uclass: Add generic serial RX buffer supportStefan Roese2017-08-241-2/+46
* dm: console: Check for serial devices properlySimon Glass2017-07-311-1/+1
* spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LENAndy Yan2017-07-271-2/+2
* dm: serial: Add livetree supportSimon Glass2017-07-111-3/+15
* dm: serial: Separate out the core serial-device finding codeSimon Glass2017-07-111-40/+44
* serial: make serial_stub_* to static functionsMasahiro Yamada2017-07-061-4/+7
* dm: core: Update lists_bind_fdt() to use ofnodeSimon Glass2017-06-011-1/+2
* serial: serial-uclass: Use force parameter in stdio_deregister_dev()Stefan Roese2017-05-171-1/+1
* Convert CONFIG_SYS_STDIO_DEREGISTER to KconfigSimon Glass2016-10-231-1/+1
* dm: serial: Add support for of-platdataSimon Glass2016-07-141-1/+7
* 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