1. 5745de2 arm: s5p4418: dm_serial: switch to DM_SERIAL by Stefan Bosch · 1 year, 10 months ago
  2. 5ec6cbc arm: s5p4418: dm_serial: add driver source code by Stefan Bosch · 1 year, 10 months ago
  3. 1138bbe serial: Use -EAGAIN in getc and putc by Pali Rohár · 1 year, 10 months ago
  4. 59440d8 serial: Do not write additional \r before \n for dm_serial drivers by Pali Rohár · 1 year, 10 months ago
  5. 1e01950 post: Move CONFIG_SYS_POST to CFG_SYS_POST by Tom Rini · 1 year, 11 months ago
  6. 0478dac kbuild: Remove uncmd_spl logic by Tom Rini · 1 year, 11 months ago
  7. 61693ac global: Migrate CONFIG_USART_ID to CFG by Tom Rini · 1 year, 11 months ago
  8. 805482d global: Migrate CONFIG_USART_BASE to CFG by Tom Rini · 1 year, 11 months ago
  9. dbfaeec global: Migrate CONFIG_SCIF_A to CFG by Tom Rini · 1 year, 11 months ago
  10. b861574 global: Migrate CONFIG_PL01x_PORTS to CFG by Tom Rini · 1 year, 11 months ago
  11. f410d0a global: Migrate CONFIG_PL011_CLOCK to CFG by Tom Rini · 1 year, 11 months ago
  12. 4db3866 global: Migrate CONFIG_MXC_UART_BASE to CFG by Tom Rini · 1 year, 11 months ago
  13. 0c3a6d4 usb: Remove CONFIG_USBD_HS by Tom Rini · 1 year, 11 months ago
  14. 9cebc4a post: Migrate to Kconfig by Tom Rini · 1 year, 11 months ago
  15. d5596cb arm: lpc32xx: Remove unused hsuart driver by Tom Rini · 1 year, 11 months ago
  16. 65cc0e2 global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · 1 year, 11 months ago
  17. 9109213 global: Move remaining CONFIG_SYS_NS16550_* to CFG_SYS_NS16550_* by Tom Rini · 1 year, 11 months ago
  18. 9591b63 Convert CONFIG_SYS_NS16550_MEM32 et al to Kconfig by Tom Rini · 1 year, 11 months ago
  19. 57c3afb powerpc: Rename CONFIG_NS16550_MIN_FUNCTIONS by Tom Rini · 1 year, 11 months ago
  20. 66006f8 arm: amlogic: add setbrg op to serial device by Edoardo Tomelleri · 2 years, 1 month ago
  21. fc1c176 Revert "serial: mxc: have putc use the TXFIFO" by Fabio Estevam · 2 years ago
  22. b86986c video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO by Simon Glass · 2 years ago
  23. 70cc7b6 video: Drop use of the lcd header file by Simon Glass · 2 years ago
  24. c726fc0 dm: treewide: Use uclass_first_device_err when accessing one device by Michal Suchanek · 2 years ago
  25. ffa2c88 Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv into next by Tom Rini · 2 years, 1 month ago
  26. 989cc40 serial: Call flush() before changing baudrate by Pali Rohár · 2 years, 2 months ago
  27. 78b5243 serial: Implement serial_flush() function for console flush() fallback by Pali Rohár · 2 years, 2 months ago
  28. 016e2be serial: Implement flush callback by Pali Rohár · 2 years, 2 months ago
  29. 3b17f2e serial: mtk: add support for using dynamic baud clock souce by Weijie Gao · 2 years, 1 month ago
  30. e9a1ff9 Merge branch 'master' into next by Tom Rini · 2 years, 1 month ago
  31. c34edb8 usb: gadget: designware-udc: Drop the driver by Marek Vasut · 2 years, 2 months ago
  32. c7878a0 serial: mxc: have putc use the TXFIFO by Johannes Schneider · 2 years, 2 months ago
  33. 25b7ce3 serial: mxc: enable the RX pipeline by Johannes Schneider · 2 years, 2 months ago
  34. 29caf93 cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · 2 years, 2 months ago
  35. c6bceb4 serial: zynq: Use DIV_ROUND_CLOSEST() to calcurate divider value by Kunihiko Hayashi · 2 years, 3 months ago
  36. 5e998b4 serial: ns16550: Wait in debug_uart_init until tx buffer is empty by Pali Rohár · 2 years, 4 months ago
  37. a457ebd arm: Remove PXA architecture support by Tom Rini · 2 years, 4 months ago
  38. c316ee6 Merge tag 'xilinx-for-v2022.10' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 2 years, 4 months ago
  39. ad55d99 serial: Setup serial base and freq for zynq/zynqmp by Michal Simek · 2 years, 5 months ago
  40. 337b26e serial: sandbox: Fix buffer underflow in puts by Andrew Scull · 2 years, 5 months ago
  41. b62450c serial: Replace CONFIG_DEBUG_UART_BASE by CONFIG_VAL(DEBUG_UART_BASE) by Pali Rohár · 2 years, 5 months ago
  42. fb84517 serial: smh: Fake tstc by Sean Anderson · 2 years, 5 months ago
  43. 3135ba6 arm: pxa: Remove CONFIG_CPU_PXA25X by Tom Rini · 2 years, 5 months ago
  44. 7495051 serial: Remove obsolete CONS_INDEX_n Kconfig options by Samuel Holland · 2 years, 6 months ago
  45. d293759 serial: ns16550: Add support for SPL_DEBUG_UART_BASE by Pali Rohár · 2 years, 6 months ago
  46. 958789f serial: Add new config option TPL_DEBUG_UART_BASE by Pali Rohár · 2 years, 5 months ago
  47. 9f971ff serial: Add new config option SPL_DEBUG_UART_BASE by Pali Rohár · 2 years, 6 months ago
  48. bfae274 serial: smh: Check return value of strndup by Sean Anderson · 2 years, 6 months ago
  49. 6f6a0b7 serial: npcm: Add support for Nuvoton NPCM SoCs by Jim Liu · 2 years, 6 months ago
  50. 747093d vpl: Add Kconfig options for VPL by Simon Glass · 2 years, 6 months ago
  51. 9ee6c07 rockchip: serial: Kconfig: allow ROCKCHIP_SERIAL enabled in TPL by Johan Jonker · 2 years, 7 months ago
  52. 6dcaf2d rockchip: serial: Kconfig: add select SYS_NS16550 to config ROCKCHIP_SERIAL by Johan Jonker · 2 years, 7 months ago
  53. 6e2ee2e rockchip: serial: rename U_BOOT_DRIVER name to rockchip_uart by Johan Jonker · 2 years, 7 months ago
  54. 04ee76c rockchip: serial: move driver alias to serial_rockchip.c by Johan Jonker · 2 years, 7 months ago
  55. 7284897 rockchip: serial: restyle the serial_rockchip.c driver by Johan Jonker · 2 years, 7 months ago
  56. 34855b3 serial: smh: Implement puts for DM by Sean Anderson · 2 years, 7 months ago
  57. 679190c test: serial: Add test for putc/puts by Sean Anderson · 2 years, 7 months ago
  58. efa51f2 serial: sandbox: Implement puts by Sean Anderson · 2 years, 7 months ago
  59. 2c77748 serial: Fix _serial_puts using \n\r instead of \r\n by Sean Anderson · 2 years, 7 months ago
  60. 5d14c33 Convert CONFIG_SH_SCIF_CLK_FREQ to Kconfig by Tom Rini · 2 years, 7 months ago
  61. f9f3209 Convert CONFIG_CONS_SCIF0 et al to Kconfig by Tom Rini · 2 years, 7 months ago
  62. 037ef53 Merge tag 'xilinx-for-v2022.07-rc1-v2' of https://source.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 2 years, 7 months ago
  63. 7a76347 serial: dm: Add support for puts by Sean Anderson · 2 years, 7 months ago
  64. 2332590 serial: smh: Initialize serial only if semihosting is enabled by Sean Anderson · 2 years, 7 months ago
  65. 74d11d3 serial: Add semihosting driver by Sean Anderson · 2 years, 7 months ago
  66. db48e52 Convert CONFIG_LPUART et al to Kconfig by Tom Rini · 2 years, 7 months ago
  67. cbeba35 serial: zynq: Change fifo behavior in debug mode by Michal Simek · 2 years, 7 months ago
  68. c12f9d2 drivers: serial: Make sure we really return a serial device by Mark Kettenis · 2 years, 8 months ago
  69. c440829 Merge https://source.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · 2 years, 8 months ago
  70. d6ba787 serial: Add RISC-V HTIF console driver by Anup Patel · 2 years, 9 months ago
  71. 3ed8c4c serial-uclass: fix build warning by Heiko Schocher · 2 years, 9 months ago
  72. 0129f2d serial: remove nulldev_serial_input by Heiko Schocher · 2 years, 9 months ago
  73. ce51884 sandbox: sandbox_serial_pending depends on DM_VIDEO by Heinrich Schuchardt · 2 years, 9 months ago
  74. 280db76 Merge tag 'doc-2022-04-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 2 years, 9 months ago
  75. 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 9 months ago
  76. 068415e Merge tag 'xilinx-for-v2022.04-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 2 years, 9 months ago
  77. f350f67 fdt: Drop SPL_BUILD macro by Simon Glass · 2 years, 9 months ago
  78. 28880b6 serial: zynq: Add missing xlnx,zynqmp-uart compatible by Michal Simek · 2 years, 9 months ago
  79. 2996066 efi: serial: Support arrow keys by Simon Glass · 2 years, 10 months ago
  80. 6328f95 serial: arm_dcc: Use CONFIG_ARM64 not CONFIG_CPU_ARMV8 by Tom Rini · 2 years, 10 months ago
  81. 2f8a6db Finish conversion of CONFIG_SYS_CLK_FREQ to Kconfig by Tom Rini · 2 years, 10 months ago
  82. 4afab30 Merge tag 'v2022.01-rc4' into next by Tom Rini · 2 years, 10 months ago
  83. c53a30f arm: mvebu: serial: Add me as co-maintainer and author of Marvell serial drivers by Pali Rohár · 2 years, 10 months ago
  84. 5db5815 serial: a37xx: Reset whole UART when changing parent clock from TBG to XTAL by Pali Rohár · 3 years ago
  85. c9bf9af serial: lpuart: add new compatible fsl, ls1028a-lpuart by Michael Walle · 3 years ago
  86. 85fcf94 serial: samsung: add support for skip debug init in s5p by Dzmitry Sankouski · 3 years ago
  87. 324df15 serial: qcom: add support for GENI serial driver by Dzmitry Sankouski · 3 years ago
  88. d520e1f serial: s5p: Add Apple M1 support by Mark Kettenis · 3 years ago
  89. 776bf6a Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 3 years ago
  90. 38f7d3b cmd: bind: Fix driver binding on a device by Patrice Chotard · 3 years, 1 month ago
  91. 41f7be7 serial: Add a debug console using the RISC-V SBI interface by Samuel Holland · 3 years, 1 month ago
  92. 561d1d3 serial: Remove extraneous SYS_MALLOC_F check by Tom Rini · 3 years, 1 month ago
  93. 8ba5960 arm: Remove zmx25 board and ARCH_MX25 by Tom Rini · 3 years, 1 month ago
  94. 14b38cb arm: Remove flea3 board by Tom Rini · 3 years, 1 month ago
  95. 0a50b3c WS cleanup: remove trailing white space by Wolfgang Denk · 3 years, 1 month ago
  96. 66356b4 WS cleanup: remove trailing empty lines by Wolfgang Denk · 3 years, 1 month ago
  97. f899cc1 ti: keystone: Move away from CONFIG_SOC_KEYSTONE by Tom Rini · 3 years, 1 month ago
  98. 9539738 treewide: Use OF_REAL instead of !OF_PLATDATA by Simon Glass · 3 years, 3 months ago
  99. 414cc15 treewide: Simply conditions with the new OF_REAL by Simon Glass · 3 years, 3 months ago
  100. 5251048 serial: Add a SERIAL config by Simon Glass · 3 years, 2 months ago