1. 501b684 drivers: bcm283x: Set pre-location flag for OF_BOARD by Matthias Brugger · 5 years ago
  2. 77c7c73 serial: serial_mtk: add non-DM version for SPL by developer · 5 years ago
  3. 67d2b61 serial: serial_mtk: enable FIFO and disable flow control by developer · 5 years ago
  4. 770e9b0 Merge tag 'u-boot-imx-20191009' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 5 years ago
  5. b3c1da5 serial: Kconfig: make MXC_UART usable for MX7 and IMX8M by Peng Fan · 5 years ago
  6. 23b2759 dm: pci: Add a function to read a PCI BAR by Simon Glass · 5 years ago
  7. a91e48b dm: core: Call ofdata_to_platdata() with of-platdata by Simon Glass · 5 years ago
  8. d945a49 serial: ns16550: Allow serial to enabled/disabled in SPL by Simon Glass · 5 years ago
  9. 1a103bf serial: stm32: add Framing error support by Patrick Delaunay · 5 years ago
  10. ac4d80e Kconfig: Varios: Fix more SPL, TPL dependencies by Adam Ford · 5 years ago
  11. 024d060 riscv : serial: use rx watermark to indicate rx data is present by Sagar Shrikant Kadam · 5 years ago
  12. 9d1f619 env: Rename environment.h to env_internal.h by Simon Glass · 5 years ago
  13. 0af6e2d env: Move env_get() to env.h by Simon Glass · 5 years ago
  14. 86cf699 serial_lpuart: Fix config check issue when using clk driver in SPL by Ye Li · 5 years ago
  15. 9ac180e serial: mxc: Add compatibles to NXP's serial driver (for imx21 and imx53) by Lukasz Majewski · 5 years ago
  16. c7bb4bd IMX: serial: dm: Set DM_FLAG_PRE_RELOC in the IMX uart driver by Lukasz Majewski · 5 years ago
  17. 31e872e Merge tag 'u-boot-stm32-20190712' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 5 years ago
  18. 3f4afd3 serial: stm32: Fix warnings when compiling with W=1 by Patrick Delaunay · 5 years ago
  19. a8f78c6 drivers: serial: lpuart: Enable Little Endian Support by Vabhav Sharma · 6 years ago
  20. 668caf9 serial: mxc: Add iMX6SX compatible string by Marek Vasut · 6 years ago
  21. f3a2c5a Merge tag 'u-boot-stm32-20190523' of https://github.com/pchotard/u-boot by Tom Rini · 6 years ago
  22. 6d542f3 drivers: serial: mcfuart: add DT support by Angelo Dureghello · 6 years ago
  23. e093b1c serial: stm32: remove watchog reset in debug putc by Patrick Delaunay · 6 years ago
  24. 6f3105a serial: stm32: remove unnecessary trace by Patrick Delaunay · 6 years ago
  25. e74b179 Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · 6 years ago
  26. 36dc0cc serial: altera_uart: convert to livetree by Simon Goldschmidt · 6 years ago
  27. a1a61d6 sh: sh3: Remove CPU support by Marek Vasut · 6 years ago
  28. 5b54a94 sh: sh2: Remove CPU support by Marek Vasut · 6 years ago
  29. 39df77a serial: sh: Drop assorted SH3, SH4, SH5 macros by Marek Vasut · 6 years ago
  30. 8314b4f serial: sh: Drop RTS7751R2D support by Marek Vasut · 6 years ago
  31. 66e262b serial: sh: Drop SH2007 support by Marek Vasut · 6 years ago
  32. 53f242d serial: sh: Drop H8 support by Marek Vasut · 6 years ago
  33. 19bbb32 Merge branch 'master' of git://git.denx.de/u-boot-sunxi by Tom Rini · 6 years ago
  34. 9ee724f serial: sifive: Change include order by Jagan Teki · 6 years ago
  35. 2d2e3ff serial: sh: Add RZ/A1 support by Marek Vasut · 6 years ago
  36. 76ee98f sh: 7785: Remove CPU support by Marek Vasut · 6 years ago
  37. a71ce47 sh: 7724: Remove CPU support by Marek Vasut · 6 years ago
  38. 9fbe17c rockchip: use 'arch-rockchip' as header file path by Kever Yang · 6 years ago
  39. b1f3da8 serial: atmel_usart: Use fixed clock value in SPL version with DM_SERIAL by Stefan Roese · 6 years ago
  40. fd5fc9e imx: serial_mxc: use CONFIG_IS_ENABLED instead of ifdef by Adam Ford · 6 years ago
  41. 574fa69 drivers: serial_sifive: Skip baudrate config if no input clock by Atish Patra · 6 years ago
  42. bc922d4 drivers: serial_sifive: Fix baud rate calculation by Atish Patra · 6 years ago
  43. 45d6723 imx: serial_mxc: disable ri and dcd irq in dte mode by Max Krummenacher · 6 years ago
  44. 6fc4ab6 drivers: serial: dm: Enable DM_FLAG_PRE_RELOC in SBSA pl011 uart driver by Vabhav Sharma · 6 years ago
  45. 1232f0d serial_arc: Allocate buffer for private data by Alexey Brodkin · 6 years ago
  46. 76d42c1 Merge tag 'dm-pull-15jan19' of git://git.denx.de/u-boot-dm by Tom Rini · 6 years ago
  47. e03ad21 serial: ns16550: fix debug uart putc called before init by Simon Goldschmidt · 6 years ago
  48. 03a9683 drivers: serial: DEBUG_UART_SKIP_INIT depends on DEBUG_UART by Simon Goldschmidt · 6 years ago
  49. 896c164 dm: serial: Adjust serial_getinfo() to use proper API by Simon Glass · 6 years ago
  50. de62d48 dm: serial: Adjust serial_setconfig() to use proper API by Simon Glass · 6 years ago
  51. daaff93 dm: serial: Adjust serial_getconfig() to use proper API by Simon Glass · 6 years ago
  52. 4b1d68f drivers: serial: Add SiFive UART driver by Anup Patel · 6 years ago
  53. 4d6701e serial: serial_stm32: Add reset support by Patrice Chotard · 6 years ago
  54. 9108d92 spl: fix build failure with !CONFIG_SPL_PCI_SUPPORT by Sekhar Nori · 6 years ago
  55. e369e9c serial: omap: Add code for early debugging by Felix Brack · 6 years ago
  56. 4ab2987 serial: bcm6858: remove driver and switch to bcm6345 by Álvaro Fernández Rojas · 6 years ago
  57. 8779ec1 serial: bcm6345: switch to raw I/O functions by Álvaro Fernández Rojas · 6 years ago
  58. d778fc4 serial: ns16550: Provide ->getinfo() implementation by Andy Shevchenko · 6 years ago
  59. 72fccfe serial: ns16550: Read reg-io-width from device tree by Andy Shevchenko · 6 years ago
  60. 44f21da dm: serial: Introduce ->getinfo() callback by Andy Shevchenko · 6 years ago
  61. 08e9879 dm: serial: Add ->getconfig() callback by Andy Shevchenko · 6 years ago
  62. 4cfcde0 Revert "serial: ns16550: fix debug uart putc called before init" by Simon Goldschmidt · 6 years ago
  63. e8800e1 drivers: serial: get rid of non DM mpc8xx driver by Christophe Leroy · 6 years ago
  64. 12bbc0f drivers: serial: migrate mpc8xx to DM by Christophe Leroy · 6 years ago
  65. 90af58f serial: MediaTek: add high-speed uart driver for MediaTek SoCs by developer · 6 years ago
  66. ba2d0aa serial: ns16550: add setconfig support by Simon Goldschmidt · 6 years ago
  67. 0371dec serial: bcm6858: add serial support by Philippe Reynes · 6 years ago
  68. bdb33d8 serial: Remove DM_FLAG_PRE_RELOC flag in various drivers by Bin Meng · 6 years ago
  69. e559cd6 serial: ns16550: fix debug uart putc called before init by Simon Goldschmidt · 6 years ago
  70. 9a9b074 dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt() by Bin Meng · 6 years ago
  71. 84139bc dm: Fix typo - missed semicolon by Andy Shevchenko · 6 years ago
  72. 5db0e14 Merge tag 'u-boot-imx-20181025' of git://git.denx.de/u-boot-imx by Tom Rini · 6 years ago
  73. 822cab3 serial: mxc: Add match string for i.mx6 quad/dual lite serial by Bernhard Messerklinger · 6 years ago
  74. 68e4563 serial: lpuart: support uclass clk api by Peng Fan · 6 years ago
  75. a2aedcb serial: lpuart: Enable RX and TX FIFO by Ye Li · 6 years ago
  76. b7f9ea9 serial_lpuart: Update lpuart driver to support i.MX8 by Peng Fan · 6 years ago
  77. 6057392 serial: Allow serial to be absent in TPL by Simon Glass · 6 years ago
  78. ae50ec7 sandbox: Restore blocking I/O on exit by Simon Glass · 6 years ago
  79. 15421f3 serial: sandbox: Allow serial output without device tree by Simon Glass · 6 years ago
  80. e3057f3 sandbox: Add a debug UART by Simon Glass · 6 years ago
  81. 988de86 serial: serial_stm32: Enable uart FIFO for STM32F7xx SoCs by Patrice Chotard · 6 years ago
  82. 9dfc34e Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · 6 years ago
  83. 324a9a1 serial: omap: Add support for AM654 uart controller by Lokesh Vutla · 6 years ago
  84. 3dabffd efi_loader: struct efi_simple_text_input_protocol by Heinrich Schuchardt · 6 years ago
  85. 9bdec00 arm: K3: Add initial support for TI's K3 generation of SoCs by Lokesh Vutla · 6 years ago
  86. 42cb4b8 serial: omap: Introduce DM specific omap serial by Lokesh Vutla · 6 years ago
  87. e3cb514 serial: arm_dcc: Add DCC support for V7R based cores by Lokesh Vutla · 6 years ago
  88. 70ed0ea sandbox: Add serial test by Patrice Chotard · 6 years ago
  89. 34e64c0 serial: stm32: Replace setparity by setconfig by Patrice Chotard · 6 years ago
  90. 46c1d9f dm: serial: Replace setparity by setconfig by Patrice Chotard · 6 years ago
  91. 9c44282 serial: protect access to serial rx buffer by Patrick Delaunay · 6 years ago
  92. 995ea73 drivers: serial: document on_baudrate() by Heinrich Schuchardt · 6 years ago
  93. d45008f mips: au1x00: Remove support for these SoCs by Tom Rini · 6 years ago
  94. b3eff9b sandbox: Don't disable ctrlc() on sandbox if in raw mode by Joe Hershberger · 6 years ago
  95. f104c55 serial: zynq: Use platdata for storing static data instead of priv by Michal Simek · 6 years ago
  96. a176339 serial: ns16550: Add reset ctrl to driver by Ley Foon Tan · 6 years ago
  97. 01e4739 serial: Add Actions Semi OWL UART support by Manivannan Sadhasivam · 6 years ago
  98. 66f4a9a serial: uniphier: set clock rate without clock-frequency property by Masahiro Yamada · 6 years ago
  99. 8b5b1ee serial: uniphier: rename struct uniphier_serial_private_data by Masahiro Yamada · 6 years ago
  100. 8d5f843 serial: zynq: Make zynq_serial_setbrg static by Michal Simek · 6 years ago