1. 556f5ab Revert "serial: serial_xen: print U-Boot banner and others" by Tom Rini · 4 years, 1 month ago
  2. ae965f2 Revert "serial: serial_xen: add DEBUG_UART support" by Tom Rini · 4 years, 1 month ago
  3. 84fd316 serial: serial_xen: add DEBUG_UART support by AKASHI Takahiro · 4 years, 2 months ago
  4. cda1686 serial: serial_xen: print U-Boot banner and others by AKASHI Takahiro · 4 years, 2 months ago
  5. c4954fb common: rename getc() to getchar() by Heinrich Schuchardt · 4 years, 2 months ago
  6. 070ffd2 serial: uartlite: Add support to work with any endianness by T Karthik Reddy · 4 years, 4 months ago
  7. 3239d71 xilinx: kconfig: Change Kconfig dependencies for Xilinx drivers by Michal Simek · 4 years, 3 months ago
  8. d88686b serial: sh: Improve FIFO empty check on RX by Marek Vasut · 4 years, 7 months ago
  9. 32822d0 treewide: convert devfdt_get_addr_ptr() to dev_read_addr_ptr() by Masahiro Yamada · 4 years, 4 months ago
  10. c3d2559 serial: uniphier: fix typo in comment by Masahiro Yamada · 4 years, 4 months ago
  11. 8162f8f serial: serial_xen: Add Xen PV serial driver by Peng Fan · 4 years, 4 months ago
  12. 96008c9 drivers: serial: Make serial_initialize return int by Ovidiu Panait · 4 years, 4 months ago
  13. 03a3602 msm_serial: Read bit rate register value from DT by Robert Marko · 4 years, 5 months ago
  14. d4e76fe Merge tag 'u-boot-amlogic-20200727' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · 4 years, 4 months ago
  15. 5018be7 serial: meson: handle RX errors by Neil Armstrong · 4 years, 4 months ago
  16. a89b4de treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 5 months ago
  17. 1096ae1 treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr() by Masahiro Yamada · 4 years, 5 months ago
  18. 93c09e0 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · 4 years, 4 months ago
  19. 5a9ecb2 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 4 months ago
  20. f041017 serial: Fix SIFIVE debug serial dependency by Michal Simek · 4 years, 5 months ago
  21. a831cef treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 5 months ago
  22. a3332a1 treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr() by Masahiro Yamada · 4 years, 5 months ago
  23. d019380 Convert CONFIG_MXC_UART to Kconfig by Tom Rini · 4 years, 6 months ago
  24. 62e309e Merge tag 'uniphier-v2020.10' of https://gitlab.denx.de/u-boot/custodians/u-boot-uniphier by Tom Rini · 4 years, 5 months ago
  25. c346d42 serial: uniphier: enable FIFO by Masahiro Yamada · 4 years, 5 months ago
  26. b8daeda serial: uniphier: flush transmitter before changing hardware settings by Masahiro Yamada · 4 years, 5 months ago
  27. f2d670a serial: uniphier: use register macros instead of structure by Masahiro Yamada · 4 years, 5 months ago
  28. 48e5b04 core: add support for U_BOOT_DRIVER_ALIAS by Walter Lozano · 4 years, 5 months ago
  29. 2901ac6 drivers: rename drivers to match compatible string by Walter Lozano · 4 years, 5 months ago
  30. 8da3a6b serial: Add missing Kconfig dependencies for debug consoles by Michal Simek · 4 years, 6 months ago
  31. 0f73ac6 serial: Convert ARM_DCC to Kconfig by Tom Rini · 4 years, 6 months ago
  32. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 7 months ago
  33. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
  34. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  35. 910c58f arm: bcm283x: serial: Move ofdata reading to probe() method by Simon Glass · 4 years, 8 months ago
  36. 7ee2dab uart: pl011: Add proper DM clock support by Andre Przywara · 4 years, 7 months ago
  37. 7c8e84c arm: dts: sync dts for Action Semi S900 by Amit Singh Tomar · 4 years, 8 months ago
  38. f497770 serial: actions: add compatible string by Amit Singh Tomar · 4 years, 8 months ago
  39. 41b888e Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years, 8 months ago
  40. 01c18af serial: Set baudrate on boot by Sean Anderson · 4 years, 10 months ago
  41. ee2c922 serial: ns16550: Provide UART base clock speed in ->getinfo() by Andy Shevchenko · 4 years, 9 months ago
  42. 106930e dm: serial: Add clock member to struct serial_device_info by Andy Shevchenko · 4 years, 9 months ago
  43. b3f3310 serial: zynq: Change uart initialization logic by Michal Simek · 4 years, 8 months ago
  44. e92e09d serial: ns16550: Fix ordering of getting base address by Bin Meng · 4 years, 8 months ago
  45. dbc0c3a serial: mcfuart: renaming to a more appropriate name by Angelo Durgehello · 4 years, 9 months ago
  46. 11b0d34 serial: mcfuart: fix uart port index by Angelo Durgehello · 4 years, 9 months ago
  47. 8bb8dcf serial_lpuart: make clock failure less verbose by Giulio Benetti · 4 years, 10 months ago
  48. f89c7ec serial: ns16550: Move PCI access from ofdata_to_platdata() to probe() by Wolfgang Wallner · 4 years, 9 months ago
  49. b7b1838 Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 10 months ago
  50. adca83a serial: serial_cortina: add UART DM driver for CAxxxx SoCs by Jason Li · 4 years, 10 months ago
  51. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
  52. d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 10 months ago
  53. 4d22107 x86: serial: Add a coreboot serial driver by Simon Glass · 5 years ago
  54. f8b1a24 serial: ns16550: Support run-time configuration by Simon Glass · 5 years ago
  55. 7e1bda9 serial: ns16550: Use old baud rate divisor for flushing if not given by Patrik Dahlström · 5 years ago
  56. f11478f common: Move hang() to the same header as panic() by Simon Glass · 5 years ago
  57. 85d6531 common: Move clock functions into a new file by Simon Glass · 5 years ago
  58. 1f26500 common: Drop floppy disk support by Simon Glass · 5 years ago
  59. 08c854a Add dependencies for MALLOC_F and OF_LIBFDT by Sean Anderson · 5 years ago
  60. 5eaa97e serial_lpuart: add support for i.MXRT by Giulio Benetti · 5 years ago
  61. 0ad8b9c serial_lpuart: add clock enable if CONFIG_CLK is defined by Giulio Benetti · 5 years ago
  62. 81620a5 serial: sandbox: support Unicode by Heinrich Schuchardt · 5 years ago
  63. f09343f Merge tag 'dm-pull-3dec19' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 5 years ago
  64. c850c6a Kconfig: make TPL_DM_SERIAL depend on TPL_DM by Thomas Hebb · 5 years ago
  65. 23fe449 serial: usb: Correct the usbtty_...() prototypes by Simon Glass · 5 years ago
  66. d86eba4 dm: serial: Handle "stdout-path" with ":options" correctly by Bin Meng · 5 years ago
  67. 501b684 drivers: bcm283x: Set pre-location flag for OF_BOARD by Matthias Brugger · 5 years ago
  68. 77c7c73 serial: serial_mtk: add non-DM version for SPL by developer · 5 years ago
  69. 67d2b61 serial: serial_mtk: enable FIFO and disable flow control by developer · 5 years ago
  70. 770e9b0 Merge tag 'u-boot-imx-20191009' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 5 years ago
  71. b3c1da5 serial: Kconfig: make MXC_UART usable for MX7 and IMX8M by Peng Fan · 5 years ago
  72. 23b2759 dm: pci: Add a function to read a PCI BAR by Simon Glass · 5 years ago
  73. a91e48b dm: core: Call ofdata_to_platdata() with of-platdata by Simon Glass · 5 years ago
  74. d945a49 serial: ns16550: Allow serial to enabled/disabled in SPL by Simon Glass · 5 years ago
  75. 1a103bf serial: stm32: add Framing error support by Patrick Delaunay · 5 years ago
  76. ac4d80e Kconfig: Varios: Fix more SPL, TPL dependencies by Adam Ford · 5 years ago
  77. 024d060 riscv : serial: use rx watermark to indicate rx data is present by Sagar Shrikant Kadam · 5 years ago
  78. 9d1f619 env: Rename environment.h to env_internal.h by Simon Glass · 5 years ago
  79. 0af6e2d env: Move env_get() to env.h by Simon Glass · 5 years ago
  80. 86cf699 serial_lpuart: Fix config check issue when using clk driver in SPL by Ye Li · 5 years ago
  81. 9ac180e serial: mxc: Add compatibles to NXP's serial driver (for imx21 and imx53) by Lukasz Majewski · 5 years ago
  82. c7bb4bd IMX: serial: dm: Set DM_FLAG_PRE_RELOC in the IMX uart driver by Lukasz Majewski · 5 years ago
  83. 31e872e Merge tag 'u-boot-stm32-20190712' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 5 years ago
  84. 3f4afd3 serial: stm32: Fix warnings when compiling with W=1 by Patrick Delaunay · 5 years ago
  85. a8f78c6 drivers: serial: lpuart: Enable Little Endian Support by Vabhav Sharma · 6 years ago
  86. 668caf9 serial: mxc: Add iMX6SX compatible string by Marek Vasut · 6 years ago
  87. f3a2c5a Merge tag 'u-boot-stm32-20190523' of https://github.com/pchotard/u-boot by Tom Rini · 6 years ago
  88. 6d542f3 drivers: serial: mcfuart: add DT support by Angelo Dureghello · 6 years ago
  89. e093b1c serial: stm32: remove watchog reset in debug putc by Patrick Delaunay · 6 years ago
  90. 6f3105a serial: stm32: remove unnecessary trace by Patrick Delaunay · 6 years ago
  91. e74b179 Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · 6 years ago
  92. 36dc0cc serial: altera_uart: convert to livetree by Simon Goldschmidt · 6 years ago
  93. a1a61d6 sh: sh3: Remove CPU support by Marek Vasut · 6 years ago
  94. 5b54a94 sh: sh2: Remove CPU support by Marek Vasut · 6 years ago
  95. 39df77a serial: sh: Drop assorted SH3, SH4, SH5 macros by Marek Vasut · 6 years ago
  96. 8314b4f serial: sh: Drop RTS7751R2D support by Marek Vasut · 6 years ago
  97. 66e262b serial: sh: Drop SH2007 support by Marek Vasut · 6 years ago
  98. 53f242d serial: sh: Drop H8 support by Marek Vasut · 6 years ago
  99. 19bbb32 Merge branch 'master' of git://git.denx.de/u-boot-sunxi by Tom Rini · 6 years ago
  100. 9ee724f serial: sifive: Change include order by Jagan Teki · 6 years ago