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