1. e434b41 imx: serial_mxc: use CONFIG_IS_ENABLED instead of ifdef by Adam Ford · 6 years ago
  2. ee0633e drivers: serial_sifive: Skip baudrate config if no input clock by Atish Patra · 6 years ago
  3. a368200 drivers: serial_sifive: Fix baud rate calculation by Atish Patra · 6 years ago
  4. a245320 imx: serial_mxc: disable ri and dcd irq in dte mode by Max Krummenacher · 6 years ago
  5. ba8ba69 drivers: serial: dm: Enable DM_FLAG_PRE_RELOC in SBSA pl011 uart driver by Vabhav Sharma · 6 years ago
  6. d771dd5 serial_arc: Allocate buffer for private data by Alexey Brodkin · 6 years ago
  7. aac0c29 Merge tag 'dm-pull-15jan19' of git://git.denx.de/u-boot-dm by Tom Rini · 6 years ago
  8. c4448bd serial: ns16550: fix debug uart putc called before init by Simon Goldschmidt · 6 years ago
  9. 7828e3c drivers: serial: DEBUG_UART_SKIP_INIT depends on DEBUG_UART by Simon Goldschmidt · 6 years ago
  10. a61cbad dm: serial: Adjust serial_getinfo() to use proper API by Simon Glass · 6 years ago
  11. 3de04e7 dm: serial: Adjust serial_setconfig() to use proper API by Simon Glass · 6 years ago
  12. 67d1b05 dm: serial: Adjust serial_getconfig() to use proper API by Simon Glass · 6 years ago
  13. e284249 drivers: serial: Add SiFive UART driver by Anup Patel · 6 years ago
  14. f828fa4 serial: serial_stm32: Add reset support by Patrice Chotard · 6 years ago
  15. d50d681 spl: fix build failure with !CONFIG_SPL_PCI_SUPPORT by Sekhar Nori · 6 years ago
  16. 5eca073 serial: omap: Add code for early debugging by Felix Brack · 6 years ago
  17. e9e8d80 serial: bcm6858: remove driver and switch to bcm6345 by Álvaro Fernández Rojas · 6 years ago
  18. 09ace91 serial: bcm6345: switch to raw I/O functions by Álvaro Fernández Rojas · 6 years ago
  19. 50bf7d0 serial: ns16550: Provide ->getinfo() implementation by Andy Shevchenko · 6 years ago
  20. 4e72077 serial: ns16550: Read reg-io-width from device tree by Andy Shevchenko · 6 years ago
  21. d5bb4f8 dm: serial: Introduce ->getinfo() callback by Andy Shevchenko · 6 years ago
  22. ac7f5db dm: serial: Add ->getconfig() callback by Andy Shevchenko · 6 years ago
  23. 1a67969 Revert "serial: ns16550: fix debug uart putc called before init" by Simon Goldschmidt · 6 years ago
  24. 42b5401 drivers: serial: get rid of non DM mpc8xx driver by Christophe Leroy · 6 years ago
  25. bdfa11e drivers: serial: migrate mpc8xx to DM by Christophe Leroy · 6 years ago
  26. 849b116 serial: MediaTek: add high-speed uart driver for MediaTek SoCs by Ryder Lee · 6 years ago
  27. 9ad3b04 serial: ns16550: add setconfig support by Simon Goldschmidt · 6 years ago
  28. f371f91 serial: bcm6858: add serial support by Philippe Reynes · 6 years ago
  29. 4687919 serial: Remove DM_FLAG_PRE_RELOC flag in various drivers by Bin Meng · 6 years ago
  30. 6f57c34 serial: ns16550: fix debug uart putc called before init by Simon Goldschmidt · 6 years ago
  31. 8d773c4 dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt() by Bin Meng · 6 years ago
  32. cdef6bb dm: Fix typo - missed semicolon by Andy Shevchenko · 6 years ago
  33. cf033e0 Merge tag 'u-boot-imx-20181025' of git://git.denx.de/u-boot-imx by Tom Rini · 6 years ago
  34. 4684fa8 serial: mxc: Add match string for i.mx6 quad/dual lite serial by Bernhard Messerklinger · 6 years ago
  35. 8f5b629 serial: lpuart: support uclass clk api by Peng Fan · 6 years ago
  36. cdc16f6 serial: lpuart: Enable RX and TX FIFO by Ye Li · 6 years ago
  37. 126f884 serial_lpuart: Update lpuart driver to support i.MX8 by Peng Fan · 6 years ago
  38. aa0ffe8 serial: Allow serial to be absent in TPL by Simon Glass · 6 years ago
  39. 4af3e9a sandbox: Restore blocking I/O on exit by Simon Glass · 6 years ago
  40. 114b60a serial: sandbox: Allow serial output without device tree by Simon Glass · 6 years ago
  41. ee44176 sandbox: Add a debug UART by Simon Glass · 6 years ago
  42. 95a0772 serial: serial_stm32: Enable uart FIFO for STM32F7xx SoCs by Patrice Chotard · 6 years ago
  43. 0ae8dcf Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · 6 years ago
  44. c1523c6 serial: omap: Add support for AM654 uart controller by Lokesh Vutla · 6 years ago
  45. 3e603ec efi_loader: struct efi_simple_text_input_protocol by Heinrich Schuchardt · 6 years ago
  46. 586bde9 arm: K3: Add initial support for TI's K3 generation of SoCs by Lokesh Vutla · 6 years ago
  47. 5d75419 serial: omap: Introduce DM specific omap serial by Lokesh Vutla · 6 years ago
  48. 5f133bb serial: arm_dcc: Add DCC support for V7R based cores by Lokesh Vutla · 6 years ago
  49. d7c0968 sandbox: Add serial test by Patrice Chotard · 6 years ago
  50. fbd5c72 serial: stm32: Replace setparity by setconfig by Patrice Chotard · 6 years ago
  51. cbf5388 dm: serial: Replace setparity by setconfig by Patrice Chotard · 6 years ago
  52. d3bb785 serial: protect access to serial rx buffer by Patrick Delaunay · 6 years ago
  53. 938b05a drivers: serial: document on_baudrate() by Heinrich Schuchardt · 6 years ago
  54. 481ea2e mips: au1x00: Remove support for these SoCs by Tom Rini · 6 years ago
  55. 82a115f sandbox: Don't disable ctrlc() on sandbox if in raw mode by Joe Hershberger · 6 years ago
  56. 6bdf0a9 serial: zynq: Use platdata for storing static data instead of priv by Michal Simek · 6 years ago
  57. b051eec serial: ns16550: Add reset ctrl to driver by Ley Foon Tan · 6 years ago
  58. 6f9347f serial: Add Actions Semi OWL UART support by Manivannan Sadhasivam · 6 years ago
  59. 41bacb5 serial: uniphier: set clock rate without clock-frequency property by Masahiro Yamada · 6 years ago
  60. 157736a serial: uniphier: rename struct uniphier_serial_private_data by Masahiro Yamada · 6 years ago
  61. b729ed0 serial: zynq: Make zynq_serial_setbrg static by Michal Simek · 6 years ago
  62. a673025 serial: zynq: Initialize uart only before relocation by Michal Simek · 6 years ago
  63. e90d265 serial: zynq: Write chars till output fifo is full by Michal Simek · 6 years ago
  64. c9a2c47 serial: zynq: Use BIT macros instead of shifts and full hex numbers by Michal Simek · 6 years ago
  65. 2a046ff Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · 6 years ago
  66. 0f56993 serial: bcm6345: convert to use live dt by Álvaro Fernández Rojas · 7 years ago
  67. ce69030 serial: zynq: Use live-tree functions by Michal Simek · 6 years ago
  68. bc709a4 serial: stm32: Add setparity support by Patrick Delaunay · 6 years ago
  69. be1a6f7 serial: stm32: Fix bits defines name by Patrice Chotard · 6 years ago
  70. 215c8be serial: stm32: Add debug uart support by Patrick Delaunay · 6 years ago
  71. b460b88 serial: serial_msm: added pinmux & config by Ramon Fried · 6 years ago
  72. 7e5ad79 serial: serial_msm: initialize uart only before relocation by Ramon Fried · 6 years ago
  73. 11d59fe serial: serial_msm: fail probe if settings clocks fails by Ramon Fried · 6 years ago
  74. 5470501 serial/serial_arc: Implement debug serial by Alexey Brodkin · 6 years ago
  75. d7ac185 serial: Convert ARC_SERIAL to Kconfig by Alexey Brodkin · 6 years ago
  76. 1d6c54e arm: zynqmp: Add ZynqMP minimal R5 support by Michal Simek · 6 years ago
  77. d93c666 serial: zynq: Remove header depedency on arm header structure by Michal Simek · 6 years ago
  78. acf1500 arm: v7: Kconfig: Rename CPU_V7 as CPU_V7A by Lokesh Vutla · 6 years ago
  79. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  80. 8dc4e1f serial: serial_stm32: Rename status register flags by Patrice Chotard · 6 years ago
  81. 7b3b74d serial: serial_stm32: Enable overrun by Patrice Chotard · 6 years ago
  82. fac379e serial: Migrate CONFIG_FSL_LINFLEXUART to Kconfig by Tuomas Tynkkynen · 6 years ago
  83. d024236 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 6 years ago
  84. e376040 serial: Remove duplicated line in Makefile by Patrice Chotard · 6 years ago
  85. 451e22f serial: sh: Add SCIFA0 address entry by Marek Vasut · 6 years ago
  86. a9d7990 serial: Fix Makefile during SPL and TPL build by Marek Vasut · 6 years ago
  87. e1e1e85 serial: meson: Update compatible with new Linux bindings by Neil Armstrong · 7 years ago
  88. 3f151eb drivers: serial: remove nonexisting initialisation functions by Christophe Leroy · 7 years ago
  89. 18f8d4c powercp: mpc8xx: move commproc.h by Christophe Leroy · 7 years ago
  90. ee1e600 powerpc: mpc8xx: Change CONFIG_8xx to CONFIG_MPC8xx by Christophe Leroy · 7 years ago
  91. 2514c2d arm: stm32: add new architecture for STM32MP family by Patrick Delaunay · 7 years ago
  92. 6f6b7cf Convert all of CONFIG_CONS_INDEX to Kconfig by Tom Rini · 7 years ago
  93. c9bf43d bcm283x_pl011: Flush RX queue after setting baud rate by Alexander Graf · 7 years ago
  94. 293b981 serial_bcm283x_mu: Flush RX queue after setting baud rate by Alexander Graf · 7 years ago
  95. 78b7d37 ns16550: Fix mem mapped endian check by Bernhard Messerklinger · 7 years ago
  96. 5c44ddc serial: Replace CONFIG_ with CONFIG_IS_ENABLED by Marek Vasut · 7 years ago
  97. ae5326a serial: Make full device search optional by Alexander Graf · 7 years ago
  98. 6001985 bcm2835_pl011_serial: Add BCM2835 specific serial driver by Alexander Graf · 7 years ago
  99. fa48759 bcm2835_mu_serial: Convert to Kconfig by Alexander Graf · 7 years ago
  100. cf2c778 pl01x: Convert CONFIG_PL01X_SERIAL to Kconfig by Alexander Graf · 7 years ago