aboutsummaryrefslogtreecommitdiff
path: root/drivers/serial/serial-uclass.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-16serial: Set baudrate on bootSean Anderson1-0/+1
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2019-12-02dm: serial: Handle "stdout-path" with ":options" correctlyBin Meng1-17/+19
2019-08-11env: Rename environment.h to env_internal.hSimon Glass1-1/+1
2019-01-14dm: serial: Adjust serial_getinfo() to use proper APISimon Glass1-6/+3
2019-01-14dm: serial: Adjust serial_setconfig() to use proper APISimon Glass1-6/+3
2019-01-14dm: serial: Adjust serial_getconfig() to use proper APISimon Glass1-6/+3
2018-12-05dm: serial: Introduce ->getinfo() callbackAndy Shevchenko1-0/+21
2018-12-05dm: serial: Add ->getconfig() callbackAndy Shevchenko1-0/+16
2018-11-14dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt()Bin Meng1-1/+1
2018-11-09dm: Fix typo - missed semicolonAndy Shevchenko1-1/+1
2018-10-09serial: Allow serial to be absent in TPLSimon Glass1-0/+4
2018-09-10dm: serial: Replace setparity by setconfigPatrice Chotard1-0/+16
2018-09-10serial: protect access to serial rx bufferPatrick Delaunay1-0/+3
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-01-29serial: Make full device search optionalAlexander Graf1-0/+13
2018-01-28serial: Use next serial device if probing failsAlexander Graf1-6/+19
2017-08-24serial: serial-uclass: Add generic serial RX buffer supportStefan Roese1-2/+46
2017-07-31dm: console: Check for serial devices properlySimon Glass1-1/+1
2017-07-27spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LENAndy Yan1-2/+2
2017-07-11dm: serial: Add livetree supportSimon Glass1-3/+15
2017-07-11dm: serial: Separate out the core serial-device finding codeSimon Glass1-40/+44
2017-07-06serial: make serial_stub_* to static functionsMasahiro Yamada1-4/+7
2017-06-01dm: core: Update lists_bind_fdt() to use ofnodeSimon Glass1-1/+2
2017-05-17serial: serial-uclass: Use force parameter in stdio_deregister_dev()Stefan Roese1-1/+1
2016-10-23Convert CONFIG_SYS_STDIO_DEREGISTER to KconfigSimon Glass1-1/+1
2016-07-14dm: serial: Add support for of-platdataSimon Glass1-1/+7
2016-03-17x86: Allow use of serial soon after relocationSimon Glass1-1/+1
2016-03-14dm: serial-uclass: Move a carriage return before a line feedAlison Wang1-2/+3
2016-01-12dm: serial: Allow the UART driver to be dropped from the imageSimon Glass1-1/+3
2015-12-10dm: serial: Minor coding style cleanup of some commentsStefan Roese1-10/+10
2015-11-04dm: serial: Deal with stdout-path with an aliasSimon Glass1-5/+25
2015-08-18of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada1-2/+2
2015-08-10dm: serial: Add a REQUIRE_SERIAL_CONSOLE option for boards with no serial portHans de Goede1-3/+17
2015-08-05dm: serial: Correct logic in serial_find_console_or_panic()Simon Glass1-1/+1
2015-06-10sandbox: Move CONFIG_SANDBOX_SERIAL to KconfigSimon Glass1-2/+3
2015-06-10dm: 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-16dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass1-2/+2
2015-03-25dm: serial: remove bogus include <ns16550.h>Masahiro Yamada1-2/+0
2015-02-12dm: Add support for all targets which requires MANUAL_RELOCMichal Simek1-0/+16
2015-01-29dm: 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-23dm: serial: consolidate common code moreMasahiro Yamada1-38/+41
2014-10-23dm: serial: remove unnecessary castingMasahiro Yamada1-6/+2
2014-10-23dm: serial: fix console putcMasahiro Yamada1-3/+3