1. a4ba2a6 serial: msm-geni: handle devm_clk_get() errors by Caleb Connolly · 11 months ago
  2. 836b7f4 serial: msm-geni: don't rely on parent misc device by Caleb Connolly · 11 months ago
  3. d379150 Merge tag 'v2024.01-rc4' into next by Tom Rini · 11 months ago
  4. 33e7ca5 serial: s5p: Use dev_read_addr_ptr() to get base address by Sam Protsenko · 12 months ago
  5. a627f28 serial: s5p: Improve coding style by Sam Protsenko · 12 months ago
  6. e79f630 serial: s5p: Use named constants for register values by Sam Protsenko · 12 months ago
  7. 5ad21de serial: s5p: Use livetree API to get "id" property by Sam Protsenko · 12 months ago
  8. a0615ff serial: s5p: Remove common.h inclusion by Sam Protsenko · 12 months ago
  9. 65660bf serial: npcm: support skip uart clock setting by Jim Liu · 11 months ago
  10. dca7a89 Merge tag 'v2024.01-rc3' into next by Tom Rini · 11 months ago
  11. 13248d6 treewide: use linux/time.h for time conversion defines by Igor Prusov · 11 months ago
  12. 6261cf6 serial: stm32: Fix AARCH64 compilation warnings by Patrice Chotard · 12 months ago
  13. 2227f4c serial: s5p: Fix clk_get_by_index() error code check by Sam Protsenko · 12 months ago
  14. a94a407 tree-wide: Replace http:// link with https:// link for ti.com by Nishanth Menon · 12 months ago
  15. bd9ff68 serial: zynqmp: Fetch baudrate from dtb and update by Algapally Santosh Sagar · 1 year, 1 month ago
  16. 8819892 configs: Add support in Kconfig and convert for armada boards by Algapally Santosh Sagar · 1 year, 1 month ago
  17. 56d65db serial: sh: Drop <common.h> by Paul Barker · 12 months ago
  18. 35dc728 serial: introduce CONFIG_CONSOLE_FLUSH_ON_NEWLINE by Rasmus Villemoes · 1 year ago
  19. 1000e2f serial: serial-uclass.c: move definition of _serial_flush up a bit by Rasmus Villemoes · 1 year ago
  20. 0339e81 Merge tag 'u-boot-amlogic-20231023' of https://source.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · 12 months ago
  21. 966caed serial: sh: Add RZ/G2L SCIF support by Paul Barker · 1 year ago
  22. 0f924d8 serial: sh: Fix error handling by Paul Barker · 1 year ago
  23. 43a0b2c serial: amlogic: Add UART compatible for A1 board by Igor Prusov · 1 year ago
  24. eaf7385 spl: Allow enabling SPL_OF_REAL and SPL_OF_PLATDATA at the same time by Sean Anderson · 1 year ago
  25. e65b5d3 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh by Tom Rini · 1 year ago
  26. ef7ab75 serial: sh: Sort includes by Paul Barker · 1 year ago
  27. caf3503 serial: sh: Fix compile error when lacking HSCIF support by Paul Barker · 1 year ago
  28. cc7df0b serial: lpuart: Enable IPG clock by Ye Li · 1 year, 3 months ago
  29. 6a1e0ae dm: serial: fix serial_post_probe() by Heinrich Schuchardt · 1 year, 1 month ago
  30. f69d3d6 pci: serial: Support reading PCI-register size with base by Simon Glass · 1 year, 1 month ago
  31. 7f5ff03 serial: Drop ns16550 serial_getinfo() in SPL by Simon Glass · 1 year, 1 month ago
  32. 77b9b18 serial: Drop mention of SPL/TPL_SYS_MALLOC_F by Simon Glass · 1 year, 1 month ago
  33. 82e26e0 spl: Use CONFIG_SPL... instead of CONFIG_..._SPL_... by Simon Glass · 1 year, 1 month ago
  34. ac89738 Merge branch 'next' by Tom Rini · 1 year, 1 month ago
  35. 1e94b46 common: Drop linux/printk.h from common header by Simon Glass · 1 year, 1 month ago
  36. b135063 x86: coreboot: Look for DBG2 UART in SPL too by Simon Glass · 1 year, 1 month ago
  37. d55326d serial: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · 1 year, 1 month ago
  38. dfe0837 risc-v: implement DBCN based debug console by Heinrich Schuchardt · 1 year, 2 months ago
  39. fa03568 serial-uclass: reset gd->cur_serial_dev to NULL if serial not found by Maksim Kiselev · 1 year, 2 months ago
  40. 7e6e40c Merge tag 'v2023.10-rc3' into next by Tom Rini · 1 year, 2 months ago
  41. 9e8cbea serial: stm32: extend TC timeout by Valentin Caron · 1 year, 3 months ago
  42. a077ac1 Kconfigs: Correct default of "0" on hex type entries by Tom Rini · 1 year, 3 months ago
  43. 0fd96bf serial: mtk: initial priv data before using by Weijie Gao · 1 year, 3 months ago
  44. a217891 serial: pl01x: Modify pending callback to test if transmit FIFO is empty by Lukasz Majewski · 1 year, 5 months ago
  45. 875752a serial: pl01x: Prepare the driver to support SPL_OF_PLATDATA by Lukasz Majewski · 1 year, 5 months ago
  46. fdef5e1 serial: pl01x: Change OF_CONTROL to OF_REAL by Lukasz Majewski · 1 year, 5 months ago
  47. 8ab9e8f serial: stm32: BRR must be set only when usart is disable by Patrice Chotard · 1 year, 5 months ago
  48. b4dbc5d serial: stm32: Wait TC bit before performing initialization by Patrice Chotard · 1 year, 5 months ago
  49. afa85a2 serial: meson: fix meson_serial_pending() tx logic by Mattijs Korpershoek · 1 year, 5 months ago
  50. ff47689 serial: mxs: Add MXS AUART driver by Marek Vasut · 1 year, 6 months ago
  51. b29dbf9 x86: Allow locating the UART from ACPI tables by Simon Glass · 1 year, 6 months ago
  52. 0a9a438 Merge tag 'u-boot-rockchip-20230509' of https://source.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 1 year, 5 months ago
  53. 1917a1a Merge branch 'for-2023.07-2' of https://source.denx.de/u-boot/custodians/u-boot-mpc8xx by Tom Rini · 1 year, 6 months ago
  54. a12a73b drivers: use dev_read_addr_ptr when cast to pointer by Johan Jonker · 1 year, 7 months ago
  55. 388cb1a serial, mpc8xx: Take parameter RAM relocation into account by Christophe Leroy · 1 year, 6 months ago
  56. fdd243d powerpc: mpc8xx: CPM parameter RAM can be anywhere by Christophe Leroy · 1 year, 6 months ago
  57. 10ea2a7 serial: msm-geni: correct oversampling value based on QUP hardware revision by Vladimir Zapolskiy · 1 year, 6 months ago
  58. aa539d8 serial: msm-geni: Use upstream Linux bindings by Konrad Dybcio · 1 year, 6 months ago
  59. babdadc serial: msm-geni: fix a compile time warning from msm_serial_setbrg() by Vladimir Zapolskiy · 1 year, 6 months ago
  60. b955970 serial: msm-geni: fix code indentation by Vladimir Zapolskiy · 1 year, 6 months ago
  61. 9dd480c serial: msm-geni: remove invalid se-clk clock name by Vladimir Zapolskiy · 1 year, 6 months ago
  62. f877932 serial: msm-geni: Always bind before relocation by Konrad Dybcio · 1 year, 6 months ago
  63. acf4062 serial: msm-geni: remove redundant includes by Vladimir Zapolskiy · 1 year, 6 months ago
  64. 965f74b Merge branch 'master_sh/gen4/initial' of https://source.denx.de/u-boot/custodians/u-boot-sh by Tom Rini · 1 year, 7 months ago
  65. bbe36e2 serial: sh: Add HSCIF support for R-Car SoC by Hai Pham · 1 year, 8 months ago
  66. 3bf63fb serial: sh: Add R-Car Gen4 support by Hai Pham · 1 year, 8 months ago
  67. f3bb055 serial-uclass: drop redundant code in serial_check_stdout() by Rasmus Villemoes · 1 year, 7 months ago
  68. 6254c5f serial: sh: Make indent consistent by Marek Vasut · 1 year, 8 months ago
  69. 836d1bf serial: sh: Add DEBUG_UART support by Marek Vasut · 1 year, 8 months ago
  70. 5e12d7d serial: sh: Rename CONFIG_SCI and CONFIG_SCIF_USE_EXT_CLK to CFG_ variants by Marek Vasut · 1 year, 8 months ago
  71. 68be8d9 Correct SPL uses of OF_BOARD by Simon Glass · 1 year, 9 months ago
  72. 4351227 Correct SPL use of DEBUG_UART_ZYNQ by Simon Glass · 1 year, 9 months ago
  73. 69f06c8 rmobile: Drop CONFIG_SH73A0 and associated code by Simon Glass · 1 year, 9 months ago
  74. ad72507 serial: mxc: Speed-up character transmission by Loic Poulain · 1 year, 9 months ago
  75. 7150f56 serial: mxc: Wait for TX completion before reset by Loic Poulain · 1 year, 9 months ago
  76. 053827b serial: s5p: Use IS_ENABLED where appropriate by Mark Kettenis · 1 year, 9 months ago
  77. 6e7df1d global: Finish CONFIG -> CFG migration by Tom Rini · 1 year, 9 months ago
  78. c50c778 usbtty: Remove default CONFIG_USBD_* values by Tom Rini · 1 year, 9 months ago
  79. 5745de2 arm: s5p4418: dm_serial: switch to DM_SERIAL by Stefan Bosch · 1 year, 10 months ago
  80. 5ec6cbc arm: s5p4418: dm_serial: add driver source code by Stefan Bosch · 1 year, 10 months ago
  81. 1138bbe serial: Use -EAGAIN in getc and putc by Pali Rohár · 1 year, 10 months ago
  82. 59440d8 serial: Do not write additional \r before \n for dm_serial drivers by Pali Rohár · 1 year, 10 months ago
  83. 1e01950 post: Move CONFIG_SYS_POST to CFG_SYS_POST by Tom Rini · 1 year, 11 months ago
  84. 0478dac kbuild: Remove uncmd_spl logic by Tom Rini · 1 year, 11 months ago
  85. 61693ac global: Migrate CONFIG_USART_ID to CFG by Tom Rini · 1 year, 11 months ago
  86. 805482d global: Migrate CONFIG_USART_BASE to CFG by Tom Rini · 1 year, 11 months ago
  87. dbfaeec global: Migrate CONFIG_SCIF_A to CFG by Tom Rini · 1 year, 11 months ago
  88. b861574 global: Migrate CONFIG_PL01x_PORTS to CFG by Tom Rini · 1 year, 11 months ago
  89. f410d0a global: Migrate CONFIG_PL011_CLOCK to CFG by Tom Rini · 1 year, 11 months ago
  90. 4db3866 global: Migrate CONFIG_MXC_UART_BASE to CFG by Tom Rini · 1 year, 11 months ago
  91. 0c3a6d4 usb: Remove CONFIG_USBD_HS by Tom Rini · 1 year, 11 months ago
  92. 9cebc4a post: Migrate to Kconfig by Tom Rini · 1 year, 11 months ago
  93. d5596cb arm: lpc32xx: Remove unused hsuart driver by Tom Rini · 1 year, 11 months ago
  94. 65cc0e2 global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · 1 year, 11 months ago
  95. 9109213 global: Move remaining CONFIG_SYS_NS16550_* to CFG_SYS_NS16550_* by Tom Rini · 1 year, 11 months ago
  96. 9591b63 Convert CONFIG_SYS_NS16550_MEM32 et al to Kconfig by Tom Rini · 1 year, 11 months ago
  97. 57c3afb powerpc: Rename CONFIG_NS16550_MIN_FUNCTIONS by Tom Rini · 1 year, 11 months ago
  98. 66006f8 arm: amlogic: add setbrg op to serial device by Edoardo Tomelleri · 2 years, 1 month ago
  99. fc1c176 Revert "serial: mxc: have putc use the TXFIFO" by Fabio Estevam · 2 years ago
  100. b86986c video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO by Simon Glass · 2 years ago