1. 521d377 sandbox: Drop video-sync in serial driver by Simon Glass · 3 months ago
  2. b0ee3fe arm: ti: Remove omap4 platform support by Tom Rini · 3 months ago
  3. 027fb6f drivers: serial: Remove duplicate newlines by Marek Vasut · 3 months ago
  4. 475aa83 Merge patch series "mediatek: cumulative trivial fix for OF_UPSTREAM support" by Tom Rini · 3 months ago
  5. 8bae5bf serial: mediatek: add special handling for highspeed and linux compat by Christian Marangi · 4 months ago
  6. 41d2cab serial: mediatek: add support for bus clock and enable it by Christian Marangi · 4 months ago
  7. 7c9c5c0 Merge patch series "xtensa: Enable qemu-xtensa board" by Tom Rini · 4 months ago WIP/04Jul2024
  8. eb2daa0 drivers: serial: Add xtensa semihosting driver by Jiaxun Yang · 4 months ago
  9. 945fc27 serial: ns16550: fix comment to mention schedule instead of watchdog_reset by Rasmus Villemoes · 5 months ago
  10. 03de305 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 5 months ago WIP/20May2024-next
  11. d678a59 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 5 months ago
  12. 1afa75c Merge patch series "arm: Add Analog Devices SC5xx Machine Type" by Tom Rini · 5 months ago WIP/07May2024-next
  13. 8af2e14 drivers: serial: Add in UART for ADI SC5XX-family processors by Nathan Barrett-Morrison · 6 months ago
  14. a8604d0 serial: Remove <common.h> and add needed includes by Tom Rini · 6 months ago
  15. 5126724 serial_msm: Enable RS232 flow control by Sumit Garg · 6 months ago
  16. 6e992a6 apq8016: Add support for UART1 clocks and pinmux by Sumit Garg · 6 months ago
  17. 69e9b34 serial: msm: calculate bit clock divider by Caleb Connolly · 6 months ago
  18. 615a3e9 serial: msm_serial: remove .clk_rate from debug UART by Robert Marko · 6 months ago
  19. 6b163a6 serial: allow selecting MSM debug UART with ARCH_IPQ40XX by Robert Marko · 6 months ago
  20. 1e635a3 serial: lpuart: use ipg clk for i.MX7ULP by Peng Fan · 6 months ago
  21. 8431433 Merge tag 'xilinx-for-v2024.07-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 6 months ago
  22. 320a3ec serial: msm-geni: support livetree by Caleb Connolly · 7 months ago
  23. 8670cb4 mach-snapdragon: disable power-domains for pre-reloc drivers by Caleb Connolly · 7 months ago
  24. f048104 Merge tag 'u-boot-socfpga-next-20240319' of https://source.denx.de/u-boot/custodians/u-boot-socfpga into next by Tom Rini · 7 months ago
  25. 25e7d4b serial: move sbi_dbcn_available to .data section by Heinrich Schuchardt · 8 months ago
  26. 20a0ce5 Merge tag 'v2024.04-rc4' into next by Tom Rini · 7 months ago WIP/11Mar2024-next
  27. 91febe8 serial: pl01x: set baudrate when probing by Yang Xiwen · 8 months ago
  28. f9aabd4 ARM: renesas: Rename ARCH_RMOBILE to ARCH_RENESAS by Marek Vasut · 8 months ago
  29. 92781cf serial: msm: fix clock handling and pinctrl by Caleb Connolly · 8 months ago
  30. 90023bd serial: msm: add debug UART by Caleb Connolly · 8 months ago
  31. 9600e8d riscv: mbv: Moving little_endian variable to data section by Michal Simek · 8 months ago
  32. bebf916 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-samsung by Tom Rini · 8 months ago
  33. c9309f4 treewide: Remove clk_free by Sean Anderson · 10 months ago
  34. c2e8b97 serial: s5p: Add Exynos850 compatible by Sam Protsenko · 9 months ago
  35. a4ba2a6 serial: msm-geni: handle devm_clk_get() errors by Caleb Connolly · 11 months ago
  36. 836b7f4 serial: msm-geni: don't rely on parent misc device by Caleb Connolly · 11 months ago
  37. d379150 Merge tag 'v2024.01-rc4' into next by Tom Rini · 11 months ago
  38. 33e7ca5 serial: s5p: Use dev_read_addr_ptr() to get base address by Sam Protsenko · 12 months ago
  39. a627f28 serial: s5p: Improve coding style by Sam Protsenko · 12 months ago
  40. e79f630 serial: s5p: Use named constants for register values by Sam Protsenko · 12 months ago
  41. 5ad21de serial: s5p: Use livetree API to get "id" property by Sam Protsenko · 12 months ago
  42. a0615ff serial: s5p: Remove common.h inclusion by Sam Protsenko · 12 months ago
  43. 65660bf serial: npcm: support skip uart clock setting by Jim Liu · 11 months ago
  44. dca7a89 Merge tag 'v2024.01-rc3' into next by Tom Rini · 11 months ago
  45. 13248d6 treewide: use linux/time.h for time conversion defines by Igor Prusov · 11 months ago
  46. 6261cf6 serial: stm32: Fix AARCH64 compilation warnings by Patrice Chotard · 12 months ago
  47. 2227f4c serial: s5p: Fix clk_get_by_index() error code check by Sam Protsenko · 12 months ago
  48. a94a407 tree-wide: Replace http:// link with https:// link for ti.com by Nishanth Menon · 12 months ago
  49. bd9ff68 serial: zynqmp: Fetch baudrate from dtb and update by Algapally Santosh Sagar · 1 year, 1 month ago
  50. 8819892 configs: Add support in Kconfig and convert for armada boards by Algapally Santosh Sagar · 1 year, 1 month ago
  51. 56d65db serial: sh: Drop <common.h> by Paul Barker · 12 months ago
  52. 35dc728 serial: introduce CONFIG_CONSOLE_FLUSH_ON_NEWLINE by Rasmus Villemoes · 1 year ago
  53. 1000e2f serial: serial-uclass.c: move definition of _serial_flush up a bit by Rasmus Villemoes · 1 year ago
  54. 0339e81 Merge tag 'u-boot-amlogic-20231023' of https://source.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · 12 months ago
  55. 966caed serial: sh: Add RZ/G2L SCIF support by Paul Barker · 1 year ago
  56. 0f924d8 serial: sh: Fix error handling by Paul Barker · 1 year ago
  57. 43a0b2c serial: amlogic: Add UART compatible for A1 board by Igor Prusov · 1 year ago
  58. eaf7385 spl: Allow enabling SPL_OF_REAL and SPL_OF_PLATDATA at the same time by Sean Anderson · 1 year ago
  59. e65b5d3 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh by Tom Rini · 1 year ago
  60. ef7ab75 serial: sh: Sort includes by Paul Barker · 1 year ago
  61. caf3503 serial: sh: Fix compile error when lacking HSCIF support by Paul Barker · 1 year ago
  62. cc7df0b serial: lpuart: Enable IPG clock by Ye Li · 1 year, 3 months ago
  63. 6a1e0ae dm: serial: fix serial_post_probe() by Heinrich Schuchardt · 1 year, 1 month ago
  64. f69d3d6 pci: serial: Support reading PCI-register size with base by Simon Glass · 1 year, 1 month ago WIP/2023-10-06-spl-prepare-for-universal-payload
  65. 7f5ff03 serial: Drop ns16550 serial_getinfo() in SPL by Simon Glass · 1 year, 1 month ago
  66. 77b9b18 serial: Drop mention of SPL/TPL_SYS_MALLOC_F by Simon Glass · 1 year, 1 month ago
  67. 82e26e0 spl: Use CONFIG_SPL... instead of CONFIG_..._SPL_... by Simon Glass · 1 year, 1 month ago
  68. ac89738 Merge branch 'next' by Tom Rini · 1 year, 1 month ago
  69. 1e94b46 common: Drop linux/printk.h from common header by Simon Glass · 1 year, 1 month ago
  70. b135063 x86: coreboot: Look for DBG2 UART in SPL too by Simon Glass · 1 year, 1 month ago
  71. d55326d serial: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · 1 year, 1 month ago
  72. dfe0837 risc-v: implement DBCN based debug console by Heinrich Schuchardt · 1 year, 2 months ago
  73. fa03568 serial-uclass: reset gd->cur_serial_dev to NULL if serial not found by Maksim Kiselev · 1 year, 2 months ago
  74. 7e6e40c Merge tag 'v2023.10-rc3' into next by Tom Rini · 1 year, 2 months ago
  75. 9e8cbea serial: stm32: extend TC timeout by Valentin Caron · 1 year, 3 months ago
  76. a077ac1 Kconfigs: Correct default of "0" on hex type entries by Tom Rini · 1 year, 3 months ago
  77. 0fd96bf serial: mtk: initial priv data before using by Weijie Gao · 1 year, 3 months ago
  78. a217891 serial: pl01x: Modify pending callback to test if transmit FIFO is empty by Lukasz Majewski · 1 year, 5 months ago
  79. 875752a serial: pl01x: Prepare the driver to support SPL_OF_PLATDATA by Lukasz Majewski · 1 year, 5 months ago
  80. fdef5e1 serial: pl01x: Change OF_CONTROL to OF_REAL by Lukasz Majewski · 1 year, 5 months ago
  81. 8ab9e8f serial: stm32: BRR must be set only when usart is disable by Patrice Chotard · 1 year, 5 months ago
  82. b4dbc5d serial: stm32: Wait TC bit before performing initialization by Patrice Chotard · 1 year, 5 months ago
  83. afa85a2 serial: meson: fix meson_serial_pending() tx logic by Mattijs Korpershoek · 1 year, 5 months ago
  84. ff47689 serial: mxs: Add MXS AUART driver by Marek Vasut · 1 year, 6 months ago
  85. b29dbf9 x86: Allow locating the UART from ACPI tables by Simon Glass · 1 year, 6 months ago
  86. 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 WIP/09May2023
  87. 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
  88. a12a73b drivers: use dev_read_addr_ptr when cast to pointer by Johan Jonker · 1 year, 7 months ago
  89. 388cb1a serial, mpc8xx: Take parameter RAM relocation into account by Christophe Leroy · 1 year, 6 months ago
  90. fdd243d powerpc: mpc8xx: CPM parameter RAM can be anywhere by Christophe Leroy · 1 year, 6 months ago
  91. 10ea2a7 serial: msm-geni: correct oversampling value based on QUP hardware revision by Vladimir Zapolskiy · 1 year, 6 months ago
  92. aa539d8 serial: msm-geni: Use upstream Linux bindings by Konrad Dybcio · 1 year, 6 months ago
  93. babdadc serial: msm-geni: fix a compile time warning from msm_serial_setbrg() by Vladimir Zapolskiy · 1 year, 6 months ago
  94. b955970 serial: msm-geni: fix code indentation by Vladimir Zapolskiy · 1 year, 6 months ago
  95. 9dd480c serial: msm-geni: remove invalid se-clk clock name by Vladimir Zapolskiy · 1 year, 6 months ago
  96. f877932 serial: msm-geni: Always bind before relocation by Konrad Dybcio · 1 year, 6 months ago
  97. acf4062 serial: msm-geni: remove redundant includes by Vladimir Zapolskiy · 1 year, 6 months ago
  98. 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 WIP/07Apr2023
  99. bbe36e2 serial: sh: Add HSCIF support for R-Car SoC by Hai Pham · 1 year, 8 months ago
  100. 3bf63fb serial: sh: Add R-Car Gen4 support by Hai Pham · 1 year, 8 months ago