summaryrefslogtreecommitdiff
path: root/drivers/serial/serial-uclass.c
AgeCommit message (Expand)Author
2019-01-14dm: serial: Adjust serial_getinfo() to use proper APISimon Glass
2019-01-14dm: serial: Adjust serial_setconfig() to use proper APISimon Glass
2019-01-14dm: serial: Adjust serial_getconfig() to use proper APISimon Glass
2018-12-05dm: serial: Introduce ->getinfo() callbackAndy Shevchenko
2018-12-05dm: serial: Add ->getconfig() callbackAndy Shevchenko
2018-11-14dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt()Bin Meng
2018-11-09dm: Fix typo - missed semicolonAndy Shevchenko
2018-10-09serial: Allow serial to be absent in TPLSimon Glass
2018-09-10dm: serial: Replace setparity by setconfigPatrice Chotard
2018-09-10serial: protect access to serial rx bufferPatrick Delaunay
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-01-29serial: Make full device search optionalAlexander Graf
2018-01-28serial: Use next serial device if probing failsAlexander Graf
2017-08-24serial: serial-uclass: Add generic serial RX buffer supportStefan Roese
2017-07-31dm: console: Check for serial devices properlySimon Glass
2017-07-27spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LENAndy Yan
2017-07-11dm: serial: Add livetree supportSimon Glass
2017-07-11dm: serial: Separate out the core serial-device finding codeSimon Glass
2017-07-06serial: make serial_stub_* to static functionsMasahiro Yamada
2017-06-01dm: core: Update lists_bind_fdt() to use ofnodeSimon Glass
2017-05-17serial: serial-uclass: Use force parameter in stdio_deregister_dev()Stefan Roese
2016-10-23Convert CONFIG_SYS_STDIO_DEREGISTER to KconfigSimon Glass
2016-07-14dm: serial: Add support for of-platdataSimon Glass
2016-03-17x86: Allow use of serial soon after relocationSimon Glass
2016-03-14dm: serial-uclass: Move a carriage return before a line feedAlison Wang
2016-01-12dm: serial: Allow the UART driver to be dropped from the imageSimon Glass
2015-12-10dm: serial: Minor coding style cleanup of some commentsStefan Roese
2015-11-04dm: serial: Deal with stdout-path with an aliasSimon Glass
2015-08-18of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada
2015-08-10dm: serial: Add a REQUIRE_SERIAL_CONSOLE option for boards with no serial portHans de Goede
2015-08-05dm: serial: Correct logic in serial_find_console_or_panic()Simon Glass
2015-06-10sandbox: Move CONFIG_SANDBOX_SERIAL to KconfigSimon Glass
2015-06-10dm: serial: Don't support CONFIG_CONS_INDEX with device treeSimon Glass
2015-04-23dm: Add a panic_str() function to reduce code sizeSimon Glass
2015-04-16dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass
2015-03-25dm: serial: remove bogus include <ns16550.h>Masahiro Yamada
2015-02-12dm: Add support for all targets which requires MANUAL_RELOCMichal Simek
2015-01-29dm: core: Add a flag to control sequence numberingSimon Glass
2014-11-27fdt: remove fdtdec_get_alias_node() functionMasahiro Yamada
2014-11-24Merge git://git.denx.de/u-boot-dmTom Rini
2014-11-21dm: Allow stdio registration to be droppedSimon Glass
2014-11-21dm: serial: Support changing the baud rateSimon Glass
2014-11-21dm: serial: Move current serial port pointer to global_dataSimon Glass
2014-10-23dm: serial: consolidate common code moreMasahiro Yamada
2014-10-23dm: serial: remove unnecessary castingMasahiro Yamada
2014-10-23dm: serial: fix console putcMasahiro Yamada
2014-10-23dm: serial: Support CONFIG_CONS_INDEX if availableSimon Glass
2014-10-23dm: serial: Reset the watchdog while waiting in getc()Simon Glass
2014-10-22dm: serial: Put common code into separate functionsSimon Glass
2014-10-10serial-uclass: Fix compilation errorHans de Goede