1. 8eaa3c7 post: Migrate to Kconfig by Tom Rini · 2 years ago
  2. e4e9bb6 arm: lpc32xx: Remove unused hsuart driver by Tom Rini · 2 years ago
  3. 6a5dccc global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · 2 years ago
  4. df6a215 global: Move remaining CONFIG_SYS_NS16550_* to CFG_SYS_NS16550_* by Tom Rini · 2 years ago
  5. dc172ee Convert CONFIG_SYS_NS16550_MEM32 et al to Kconfig by Tom Rini · 2 years ago
  6. 10ac24f powerpc: Rename CONFIG_NS16550_MIN_FUNCTIONS by Tom Rini · 2 years ago
  7. 1a34049 arm: amlogic: add setbrg op to serial device by Edoardo Tomelleri · 2 years, 2 months ago
  8. 2a845ae Revert "serial: mxc: have putc use the TXFIFO" by Fabio Estevam · 2 years, 1 month ago
  9. 52cb504 video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO by Simon Glass · 2 years, 1 month ago
  10. bcb87b6 video: Drop use of the lcd header file by Simon Glass · 2 years, 1 month ago
  11. ac12a2f dm: treewide: Use uclass_first_device_err when accessing one device by Michal Suchanek · 2 years, 2 months ago
  12. eff2077 Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv into next by Tom Rini · 2 years, 2 months ago
  13. 8e67a8a serial: Call flush() before changing baudrate by Pali Rohár · 2 years, 3 months ago
  14. a48a24f serial: Implement serial_flush() function for console flush() fallback by Pali Rohár · 2 years, 3 months ago
  15. 9c9ceca serial: Implement flush callback by Pali Rohár · 2 years, 3 months ago
  16. 0dc720a serial: mtk: add support for using dynamic baud clock souce by developer · 2 years, 3 months ago
  17. 586c22b Merge branch 'master' into next by Tom Rini · 2 years, 2 months ago
  18. adbd4ec usb: gadget: designware-udc: Drop the driver by Marek Vasut · 2 years, 3 months ago
  19. aee1532 serial: mxc: have putc use the TXFIFO by Johannes Schneider · 2 years, 3 months ago
  20. ba98bef serial: mxc: enable the RX pipeline by Johannes Schneider · 2 years, 3 months ago
  21. 80877fa cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · 2 years, 3 months ago
  22. 49622a1 serial: zynq: Use DIV_ROUND_CLOSEST() to calcurate divider value by Kunihiko Hayashi · 2 years, 5 months ago
  23. b318d6e serial: ns16550: Wait in debug_uart_init until tx buffer is empty by Pali Rohár · 2 years, 5 months ago
  24. 1e56de0 arm: Remove PXA architecture support by Tom Rini · 2 years, 5 months ago
  25. 4050eb6 Merge tag 'xilinx-for-v2022.10' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 2 years, 5 months ago
  26. 3b9271a serial: Setup serial base and freq for zynq/zynqmp by Michal Simek · 2 years, 6 months ago
  27. 1806577 serial: sandbox: Fix buffer underflow in puts by Andrew Scull · 2 years, 6 months ago
  28. 8864b35 serial: Replace CONFIG_DEBUG_UART_BASE by CONFIG_VAL(DEBUG_UART_BASE) by Pali Rohár · 2 years, 6 months ago
  29. 03113fb serial: smh: Fake tstc by Sean Anderson · 2 years, 6 months ago
  30. 56bf6a8 arm: pxa: Remove CONFIG_CPU_PXA25X by Tom Rini · 2 years, 6 months ago
  31. e378768 serial: Remove obsolete CONS_INDEX_n Kconfig options by Samuel Holland · 2 years, 7 months ago
  32. 53a85a7 serial: ns16550: Add support for SPL_DEBUG_UART_BASE by Pali Rohár · 2 years, 7 months ago
  33. 784f569 serial: Add new config option TPL_DEBUG_UART_BASE by Pali Rohár · 2 years, 7 months ago
  34. b4e2980 serial: Add new config option SPL_DEBUG_UART_BASE by Pali Rohár · 2 years, 7 months ago
  35. 537cf08 serial: smh: Check return value of strndup by Sean Anderson · 2 years, 7 months ago
  36. 1a2abf6 serial: npcm: Add support for Nuvoton NPCM SoCs by Jim Liu · 2 years, 7 months ago
  37. e7ca7da vpl: Add Kconfig options for VPL by Simon Glass · 2 years, 7 months ago
  38. e5adbb2 rockchip: serial: Kconfig: allow ROCKCHIP_SERIAL enabled in TPL by Johan Jonker · 2 years, 8 months ago
  39. 40cb661 rockchip: serial: Kconfig: add select SYS_NS16550 to config ROCKCHIP_SERIAL by Johan Jonker · 2 years, 8 months ago
  40. d1c0eb9 rockchip: serial: rename U_BOOT_DRIVER name to rockchip_uart by Johan Jonker · 2 years, 8 months ago
  41. 047164b rockchip: serial: move driver alias to serial_rockchip.c by Johan Jonker · 2 years, 8 months ago
  42. e790316 rockchip: serial: restyle the serial_rockchip.c driver by Johan Jonker · 2 years, 8 months ago
  43. 760089a serial: smh: Implement puts for DM by Sean Anderson · 2 years, 8 months ago
  44. b271161 test: serial: Add test for putc/puts by Sean Anderson · 2 years, 8 months ago
  45. 8589885 serial: sandbox: Implement puts by Sean Anderson · 2 years, 8 months ago
  46. d56ce3c serial: Fix _serial_puts using \n\r instead of \r\n by Sean Anderson · 2 years, 8 months ago
  47. ca57d3b Convert CONFIG_SH_SCIF_CLK_FREQ to Kconfig by Tom Rini · 2 years, 8 months ago
  48. 8303889 Convert CONFIG_CONS_SCIF0 et al to Kconfig by Tom Rini · 2 years, 8 months ago
  49. 041ea48 Merge tag 'xilinx-for-v2022.07-rc1-v2' of https://source.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 2 years, 8 months ago
  50. aa22f97 serial: dm: Add support for puts by Sean Anderson · 2 years, 8 months ago
  51. 5ac1ec7 serial: smh: Initialize serial only if semihosting is enabled by Sean Anderson · 2 years, 8 months ago
  52. d4f131a serial: Add semihosting driver by Sean Anderson · 2 years, 8 months ago
  53. 037415a Convert CONFIG_LPUART et al to Kconfig by Tom Rini · 2 years, 8 months ago
  54. b5fb1be serial: zynq: Change fifo behavior in debug mode by Michal Simek · 2 years, 8 months ago
  55. f5309ef drivers: serial: Make sure we really return a serial device by Mark Kettenis · 2 years, 9 months ago
  56. 331f7f9 Merge https://source.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · 2 years, 10 months ago
  57. c0fe284 serial: Add RISC-V HTIF console driver by Anup Patel · 2 years, 10 months ago
  58. 6fe2dd5 serial-uclass: fix build warning by Heiko Schocher · 2 years, 10 months ago
  59. 366daf6 serial: remove nulldev_serial_input by Heiko Schocher · 2 years, 10 months ago
  60. 0039f57 sandbox: sandbox_serial_pending depends on DM_VIDEO by Heinrich Schuchardt · 2 years, 10 months ago
  61. 3110499 Merge tag 'doc-2022-04-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 2 years, 10 months ago
  62. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
  63. 774c9af Merge tag 'xilinx-for-v2022.04-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 2 years, 10 months ago
  64. 65f8329 fdt: Drop SPL_BUILD macro by Simon Glass · 2 years, 11 months ago
  65. 9ec379b serial: zynq: Add missing xlnx,zynqmp-uart compatible by Michal Simek · 2 years, 11 months ago
  66. f028a99 efi: serial: Support arrow keys by Simon Glass · 2 years, 11 months ago
  67. 2d6f219 serial: arm_dcc: Use CONFIG_ARM64 not CONFIG_CPU_ARMV8 by Tom Rini · 3 years ago
  68. 8c70baa Finish conversion of CONFIG_SYS_CLK_FREQ to Kconfig by Tom Rini · 3 years ago
  69. dc4a786 Merge tag 'v2022.01-rc4' into next by Tom Rini · 3 years ago
  70. 3689099 arm: mvebu: serial: Add me as co-maintainer and author of Marvell serial drivers by Pali Rohár · 3 years ago
  71. d3a220f serial: a37xx: Reset whole UART when changing parent clock from TBG to XTAL by Pali Rohár · 3 years ago
  72. b285de4 serial: lpuart: add new compatible fsl, ls1028a-lpuart by Michael Walle · 3 years, 2 months ago
  73. 2993e97 serial: samsung: add support for skip debug init in s5p by Dzmitry Sankouski · 3 years, 1 month ago
  74. f5be5c8 serial: qcom: add support for GENI serial driver by Dzmitry Sankouski · 3 years, 1 month ago
  75. 835cb5d serial: s5p: Add Apple M1 support by Mark Kettenis · 3 years, 1 month ago
  76. 5a6815b Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 3 years, 2 months ago
  77. cc523cf cmd: bind: Fix driver binding on a device by Patrice Chotard · 3 years, 3 months ago
  78. 4c33c26 serial: Add a debug console using the RISC-V SBI interface by Samuel Holland · 3 years, 3 months ago
  79. 997f84d serial: Remove extraneous SYS_MALLOC_F check by Tom Rini · 3 years, 3 months ago
  80. eac76b8 arm: Remove zmx25 board and ARCH_MX25 by Tom Rini · 3 years, 3 months ago
  81. 74f00e8 arm: Remove flea3 board by Tom Rini · 3 years, 2 months ago
  82. 9d328a6 WS cleanup: remove trailing white space by Wolfgang Denk · 3 years, 2 months ago
  83. 3fd6633 WS cleanup: remove trailing empty lines by Wolfgang Denk · 3 years, 2 months ago
  84. 84c0f69 ti: keystone: Move away from CONFIG_SOC_KEYSTONE by Tom Rini · 3 years, 3 months ago
  85. 9288265 treewide: Use OF_REAL instead of !OF_PLATDATA by Simon Glass · 3 years, 4 months ago
  86. 3580f6d treewide: Simply conditions with the new OF_REAL by Simon Glass · 3 years, 4 months ago
  87. 388f78e serial: Add a SERIAL config by Simon Glass · 3 years, 4 months ago
  88. 4b198e3 Kconfig: Remove all default n/no options by Michal Simek · 3 years, 3 months ago
  89. ff9b903 global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · 3 years, 4 months ago
  90. 856523a serial: a37xx: Do not call get_ref_clk() in _debug_uart_init() by Pali Rohár · 3 years, 4 months ago
  91. 00631fc serial: a37xx: Use CONFIG_BAUDRATE for initializing early debug UART by Pali Rohár · 3 years, 4 months ago
  92. a506ff4 serial: pl011: Enable DEBUG_UART_PL011 in SPL by Chen Baozi · 3 years, 4 months ago
  93. 99888fa serial: pl011: Resend the character if FIFO is full in debug uart by Chen Baozi · 3 years, 4 months ago
  94. 9a4569f serial: serial_msm: Delay initialization to let pins stabilize by Stephan Gerhold · 3 years, 5 months ago
  95. 6e0e23c arm: mvebu: armada-3720: remove unused config option by Marek Behún · 3 years, 5 months ago
  96. 1d2abe7 serial: a37xx: Switch to XTAL clock when booting Linux kernel by Pali Rohár · 3 years, 6 months ago
  97. c2a7df1 serial: a37xx: Use TBG as parent clock by Pali Rohár · 3 years, 6 months ago
  98. b76d08c serial: a37xx: Fix parent clock rate value and divider calculation by Pali Rohár · 3 years, 6 months ago
  99. 0ba2f37 arm: Remove edb9315a board by Tom Rini · 3 years, 6 months ago
  100. 4aab306 Merge tag 'dm-pull-6jul21' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 3 years, 5 months ago