1. d56ce3c serial: Fix _serial_puts using \n\r instead of \r\n by Sean Anderson · Mon Apr 04 14:17:57 2022 -0400
  2. aa22f97 serial: dm: Add support for puts by Sean Anderson · Tue Mar 22 16:59:34 2022 -0400
  3. f5309ef drivers: serial: Make sure we really return a serial device by Mark Kettenis · Mon Feb 21 22:17:37 2022 +0100
  4. 6fe2dd5 serial-uclass: fix build warning by Heiko Schocher · Wed Feb 02 13:55:19 2022 +0100
  5. 65f8329 fdt: Drop SPL_BUILD macro by Simon Glass · Wed Jan 12 19:26:15 2022 -0700
  6. 5a6815b Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · Tue Oct 12 12:01:00 2021 -0400
  7. cc523cf cmd: bind: Fix driver binding on a device by Patrice Chotard · Fri Sep 10 16:16:20 2021 +0200
  8. 997f84d serial: Remove extraneous SYS_MALLOC_F check by Tom Rini · Mon Sep 13 17:24:54 2021 -0400
  9. ff9b903 global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · Sat Jul 24 09:03:30 2021 -0600
  10. 8131335 dm: define LOG_CATEGORY for all uclass by Patrick Delaunay · Tue Apr 27 11:02:19 2021 +0200
  11. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · Fri Oct 30 21:38:53 2020 -0600
  12. 42149c9 drivers: serial: probe all uart devices by Vabhav Sharma · Wed Dec 09 10:42:04 2020 +0530
  13. 6211d76 dm: core: Access device flags through functions by Simon Glass · Sat Dec 19 10:40:10 2020 -0700
  14. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · Thu Dec 03 16:55:17 2020 -0700
  15. c4954fb common: rename getc() to getchar() by Heinrich Schuchardt · Wed Oct 07 18:11:48 2020 +0200
  16. 96008c9 drivers: serial: Make serial_initialize return int by Ovidiu Panait · Fri Jul 24 14:12:22 2020 +0300
  17. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · Sun May 10 11:40:11 2020 -0600
  18. 01c18af serial: Set baudrate on boot by Sean Anderson · Sun Feb 02 13:15:17 2020 -0500
  19. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · Mon Feb 03 07:36:16 2020 -0700
  20. d86eba4 dm: serial: Handle "stdout-path" with ":options" correctly by Bin Meng · Mon Nov 25 05:52:36 2019 -0800
  21. 9d1f619 env: Rename environment.h to env_internal.h by Simon Glass · Fri Aug 02 09:44:25 2019 -0600
  22. 896c164 dm: serial: Adjust serial_getinfo() to use proper API by Simon Glass · Fri Dec 28 14:23:10 2018 -0700
  23. de62d48 dm: serial: Adjust serial_setconfig() to use proper API by Simon Glass · Fri Dec 28 14:23:09 2018 -0700
  24. daaff93 dm: serial: Adjust serial_getconfig() to use proper API by Simon Glass · Fri Dec 28 14:23:08 2018 -0700
  25. 44f21da dm: serial: Introduce ->getinfo() callback by Andy Shevchenko · Tue Nov 20 23:52:33 2018 +0200
  26. 08e9879 dm: serial: Add ->getconfig() callback by Andy Shevchenko · Tue Nov 20 23:52:32 2018 +0200
  27. 9a9b074 dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt() by Bin Meng · Wed Oct 10 22:06:58 2018 -0700
  28. 84139bc dm: Fix typo - missed semicolon by Andy Shevchenko · Mon Nov 05 18:24:03 2018 +0200
  29. 6057392 serial: Allow serial to be absent in TPL by Simon Glass · Mon Oct 01 12:22:20 2018 -0600
  30. 46c1d9f dm: serial: Replace setparity by setconfig by Patrice Chotard · Fri Aug 03 15:07:38 2018 +0200
  31. 9c44282 serial: protect access to serial rx buffer by Patrick Delaunay · Fri Aug 03 13:38:43 2018 +0200
  32. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  33. c8bda54 serial: Make full device search optional by Alexander Graf · Mon Jan 29 13:57:20 2018 +0100
  34. 132ca2d serial: Use next serial device if probing fails by Alexander Graf · Thu Jan 25 12:05:42 2018 +0100
  35. 0207283 serial: serial-uclass: Add generic serial RX buffer support by Stefan Roese · Wed Aug 16 17:37:16 2017 +0200
  36. 10a7fe9 dm: console: Check for serial devices properly by Simon Glass · Thu Jul 27 09:31:04 2017 -0600
  37. 1fa20e4d spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN by Andy Yan · Mon Jul 24 17:43:34 2017 +0800
  38. a21ec4c dm: serial: Add livetree support by Simon Glass · Mon Jun 12 06:21:58 2017 -0600
  39. 89d9cf2 dm: serial: Separate out the core serial-device finding code by Simon Glass · Mon Jun 12 06:21:57 2017 -0600
  40. 5e0ef84 serial: make serial_stub_* to static functions by Masahiro Yamada · Thu Jun 22 16:48:49 2017 +0900
  41. 802b2c6 dm: core: Update lists_bind_fdt() to use ofnode by Simon Glass · Thu May 18 20:09:06 2017 -0600
  42. dcc4b07 serial: serial-uclass: Use force parameter in stdio_deregister_dev() by Stefan Roese · Mon Apr 24 09:48:01 2017 +0200
  43. 3110ece Convert CONFIG_SYS_STDIO_DEREGISTER to Kconfig by Simon Glass · Mon Oct 17 20:13:02 2016 -0600
  44. afd81a5 dm: serial: Add support for of-platdata by Simon Glass · Mon Jul 04 11:58:04 2016 -0600
  45. 51f73f1 x86: Allow use of serial soon after relocation by Simon Glass · Fri Mar 11 22:06:51 2016 -0700
  46. c0a9ce6 dm: serial-uclass: Move a carriage return before a line feed by Alison Wang · Wed Mar 02 11:00:36 2016 +0800
  47. 30a1349 dm: serial: Allow the UART driver to be dropped from the image by Simon Glass · Sun Dec 13 21:36:58 2015 -0700
  48. 88c3a88 dm: serial: Minor coding style cleanup of some comments by Stefan Roese · Thu Nov 26 13:38:43 2015 +0100
  49. c860e3e dm: serial: Deal with stdout-path with an alias by Simon Glass · Sat Oct 17 19:41:17 2015 -0600
  50. 366b24f of: clean up OF_CONTROL ifdef conditionals by Masahiro Yamada · Wed Aug 12 07:31:55 2015 +0900
  51. 04f8094 dm: serial: Add a REQUIRE_SERIAL_CONSOLE option for boards with no serial port by Hans de Goede · Sat Aug 08 17:45:18 2015 +0200
  52. 6664077 dm: serial: Correct logic in serial_find_console_or_panic() by Simon Glass · Fri Jul 31 09:31:20 2015 -0600
  53. 8579a51 sandbox: Move CONFIG_SANDBOX_SERIAL to Kconfig by Simon Glass · Fri Mar 06 13:19:03 2015 -0700
  54. c62fb99 dm: serial: Don't support CONFIG_CONS_INDEX with device tree by Simon Glass · Tue May 12 14:55:05 2015 -0600
  55. 509dbf9 dm: Add a panic_str() function to reduce code size by Simon Glass · Fri Feb 27 22:06:32 2015 -0700
  56. de0977b dm: core: Add dev_get_uclass_priv() to access uclass private data by Simon Glass · Thu Mar 05 12:25:20 2015 -0700
  57. eee687a dm: serial: remove bogus include <ns16550.h> by Masahiro Yamada · Fri Mar 20 13:24:45 2015 +0900
  58. 0ec473b dm: Add support for all targets which requires MANUAL_RELOC by Michal Simek · Mon Feb 02 16:31:59 2015 +0100
  59. 0ccb097 dm: core: Add a flag to control sequence numbering by Simon Glass · Sun Jan 25 08:27:05 2015 -0700
  60. 8d72f28 fdt: remove fdtdec_get_alias_node() function by Masahiro Yamada · Fri Nov 21 19:47:08 2014 +0900
  61. 7e08a1f Merge git://git.denx.de/u-boot-dm by Tom Rini · Mon Nov 24 12:01:48 2014 -0500
  62. c058d8b dm: Allow stdio registration to be dropped by Simon Glass · Mon Nov 10 17:16:48 2014 -0700
  63. 593f50b dm: serial: Support changing the baud rate by Simon Glass · Wed Oct 29 13:09:03 2014 -0600
  64. a4c2e13 dm: serial: Move current serial port pointer to global_data by Simon Glass · Mon Nov 10 18:00:20 2014 -0700
  65. 93da2fc dm: serial: consolidate common code more by Masahiro Yamada · Thu Oct 23 22:26:08 2014 +0900
  66. 0e79eff dm: serial: remove unnecessary casting by Masahiro Yamada · Thu Oct 23 22:26:07 2014 +0900
  67. 84df41a dm: serial: fix console putc by Masahiro Yamada · Thu Oct 23 22:26:06 2014 +0900
  68. bc5aa99 dm: serial: Support CONFIG_CONS_INDEX if available by Simon Glass · Wed Oct 22 21:37:06 2014 -0600
  69. 5c60b2a dm: serial: Reset the watchdog while waiting in getc() by Simon Glass · Wed Oct 22 21:37:02 2014 -0600
  70. 73285a2 dm: serial: Put common code into separate functions by Simon Glass · Wed Oct 01 19:57:23 2014 -0600
  71. 4c4150c serial-uclass: Fix compilation error by Hans de Goede · Fri Oct 10 18:30:17 2014 +0200
  72. 1a58638 stdio: Add force parameter to stdio_deregister by Hans de Goede · Sat Sep 20 16:54:37 2014 +0200
  73. 28141d5 dm: serial: Don't require device tree to configure a console by Simon Glass · Wed Sep 17 09:02:40 2014 -0600
  74. 247f596 dm: Add a uclass for serial devices by Simon Glass · Thu Sep 04 16:27:26 2014 -0600