summaryrefslogtreecommitdiff
path: root/drivers/serial/serial-uclass.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-07serial-uclass: drop redundant code in serial_check_stdout()Rasmus Villemoes1-14/+10
2022-12-23post: Move CONFIG_SYS_POST to CFG_SYS_POSTTom Rini1-1/+1
2022-12-23kbuild: Remove uncmd_spl logicTom Rini1-3/+3
2022-12-06post: Migrate to KconfigTom Rini1-1/+1
2022-12-06global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini1-1/+1
2022-10-18dm: treewide: Use uclass_first_device_err when accessing one deviceMichal Suchanek1-1/+1
2022-09-24serial: Call flush() before changing baudratePali Rohár1-0/+1
2022-09-24serial: Implement serial_flush() function for console flush() fallbackPali Rohár1-0/+10
2022-09-24serial: Implement flush callbackPali Rohár1-0/+20
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese1-1/+1
2022-04-14serial: Fix _serial_puts using \n\r instead of \r\nSean Anderson1-10/+22
2022-04-01serial: dm: Add support for putsSean Anderson1-2/+24
2022-03-08drivers: serial: Make sure we really return a serial deviceMark Kettenis1-1/+2
2022-02-09serial-uclass: fix build warningHeiko Schocher1-1/+1
2022-01-13fdt: Drop SPL_BUILD macroSimon Glass1-1/+2
2021-10-12Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians...Tom Rini1-1/+1
2021-10-12cmd: bind: Fix driver binding on a devicePatrice Chotard1-1/+1
2021-10-02serial: Remove extraneous SYS_MALLOC_F checkTom Rini1-4/+0
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass1-1/+1
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay1-0/+2
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-16drivers: serial: probe all uart devicesVabhav Sharma1-0/+9
2021-01-05dm: core: Access device flags through functionsSimon Glass1-1/+1
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-10-22common: rename getc() to getchar()Heinrich Schuchardt1-1/+1
2020-08-06drivers: serial: Make serial_initialize return intOvidiu Panait1-2/+2
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-04-16serial: Set baudrate on bootSean Anderson1-0/+1
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2019-12-03dm: serial: Handle "stdout-path" with ":options" correctlyBin Meng1-17/+19
2019-08-12env: Rename environment.h to env_internal.hSimon Glass1-1/+1
2019-01-15dm: serial: Adjust serial_getinfo() to use proper APISimon Glass1-6/+3
2019-01-15dm: serial: Adjust serial_setconfig() to use proper APISimon Glass1-6/+3
2019-01-15dm: 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-11dm: serial: Replace setparity by setconfigPatrice Chotard1-0/+16
2018-09-11serial: 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