1. d9afb23 serial: zynq: Use static inline for _debug_uart_init() by Michal Simek · 9 years ago
  2. adce477 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 9 years ago
  3. bb29b15 serial_mxc: Fix setup of UARTx_UFCR register by Maximilian Schwerin · 9 years ago
  4. 75d48a6 stm32: Convert serial driver to DM by Kamil Lulko · 9 years ago
  5. 88c3a88 dm: serial: Minor coding style cleanup of some comments by Stefan Roese · 9 years ago
  6. 6954c2b serial: zynq: Remove duplicated header by Michal Simek · 9 years ago
  7. 49e1276 serial: zynq: Fix incorrect reference to s5p driver by Michal Simek · 9 years ago
  8. 6ef533e dm: serial: ns16550: Add pre-reloc flag to the driver by Simon Glass · 9 years ago
  9. 2cd1d0c ns16550: change reg-shift property default to zero by Thomas Chou · 9 years ago
  10. beb288b Fix typo: firstly -> first. by Vagrant Cascadian · 9 years ago
  11. bab0d3f rockchip: serial driver support rk3036 by huang lin · 9 years ago
  12. a6cec01 ns16550: move CONFIG_SYS_NS16550 to Kconfig by Thomas Chou · 9 years ago
  13. 00ad1f0 ns16550: zap CONFIG_NS16550_SERIAL by Thomas Chou · 9 years ago
  14. 52ac443 ns16550: unify serial_omap by Thomas Chou · 9 years ago
  15. e3b9026 ns16550: unify serial_tegra by Thomas Chou · 9 years ago
  16. 22221c0 ns16550: unify serial_dw by Thomas Chou · 9 years ago
  17. ca32c98 ns16550: unify serial_keystone by Thomas Chou · 9 years ago
  18. 57ce19f ns16550: unify serial_rockchip by Thomas Chou · 9 years ago
  19. 78b9881 ns16550: unify serial_ppc by Thomas Chou · 9 years ago
  20. b0245de ns16550: unify serial_x86 by Thomas Chou · 9 years ago
  21. 16b2e7e ns16550: add generic binding to unify the drivers by Thomas Chou · 9 years ago
  22. d745429 ns16550: change map_sysmem to map_physmem by Thomas Chou · 9 years ago
  23. d073841 debug_uart: restore ns16550 as default by Thomas Chou · 9 years ago
  24. 15890ca altera_uart: change ioremap to map_physmem by Thomas Chou · 9 years ago
  25. ce69fb6 altera_jtag_uart: change ioremap to map_physmem by Thomas Chou · 9 years ago
  26. d18eb7b sparc: leon3: Add debug_uart support to LEON3 serial driver. by Francois Retief · 9 years ago
  27. 083cbdd altera_uart: Adjust the declaration of debug_uart_init() by Thomas Chou · 9 years ago
  28. 2636a1e altera_jtag_uart: Adjust the declaration of debug_uart_init() by Thomas Chou · 9 years ago
  29. 65a50c9 serial: altera_uart: minor clean up by Thomas Chou · 9 years ago
  30. 94c3921 serial: altera_uart: use BIT macro by Thomas Chou · 9 years ago
  31. 5cbdb8c serial: altera_jtag_uart: minor clean up by Thomas Chou · 9 years ago
  32. bd5bd7a serial: altera_jtag_uart: use BIT macro by Thomas Chou · 9 years ago
  33. 23d9b62 arm: zynq: Move serial driver to driver model by Simon Glass · 9 years ago
  34. 4ef8bc5 arm: zynq: serial: Drop non-device-tree serial driver portions by Simon Glass · 9 years ago
  35. 091f6a3 arm: zynq: Support the debug UART by Simon Glass · 9 years ago
  36. c860e3e dm: serial: Deal with stdout-path with an alias by Simon Glass · 9 years ago
  37. a04b30e dm: keystone: serial: Add driver model support by Lokesh Vutla · 9 years ago
  38. 3c37849 serial: remove altera serial initializations by Thomas Chou · 9 years ago
  39. 6917a5d nios2: convert altera_uart to driver model by Thomas Chou · 9 years ago
  40. 26066df nios2: convert altera_jtag_uart to driver model by Thomas Chou · 9 years ago
  41. 39ed4db drivers: serial: serial_omap: add comaptibles for all ti platforms by Mugunthan V N · 9 years ago
  42. 595e6f2 drivers: serial: serial_omap: populate default clock frequency when not found in dt by Mugunthan V N · 9 years ago
  43. 1f7338a debug_uart: Add an option to announce the debug UART by Simon Glass · 9 years ago
  44. c52be12 debug_uart: Support board-specific UART initialisation by Simon Glass · 9 years ago
  45. 60517d7 debug_uart: Adjust the declaration of debug_uart_init() by Simon Glass · 9 years ago
  46. a80f5b8 serial: rockchip: make ROCKCHIP_SERIAL depend on ARCH_ROCKCHIP by Masahiro Yamada · 9 years ago
  47. 3b1bb09 arm: Remove unused ST-Ericsson u8500 arch by Stefan Roese · 9 years ago
  48. 700db47 Merge branch 'rmobile' of git://git.denx.de/u-boot-sh by Tom Rini · 9 years ago
  49. e2cb6c5 Merge git://git.denx.de/u-boot-rockchip by Tom Rini · 9 years ago
  50. 9880c4b rockchip: Add serial support by Simon Glass · 9 years ago
  51. a831867 serial: drop redundant depends on by Masahiro Yamada · 9 years ago
  52. 0971778 dm: Use dev_get_addr() where possible by Simon Glass · 9 years ago
  53. 3ed0b62 serial: serial-sh: SCIFA interface for R-Car Gen2 SoCs by Vladimir Barinov · 9 years ago
  54. 25318dc serial: uniphier: drop platform data support by Masahiro Yamada · 9 years ago
  55. 7cfcbee serial: pxa: clean-up include file order by Marcel Ziswiler · 9 years ago
  56. 366b24f of: clean up OF_CONTROL ifdef conditionals by Masahiro Yamada · 9 years ago
  57. e33af1c dra7xx: Add dra72_evm_defconfig using CONFIG_DM by Tom Rini · 9 years ago
  58. cc85b7b drivers: hierarchize drivers Kconfig menu by Masahiro Yamada · 9 years ago
  59. 04f8094 dm: serial: Add a REQUIRE_SERIAL_CONSOLE option for boards with no serial port by Hans de Goede · 9 years ago
  60. 8ed4bc1 exynos: Enable the debug UART in SPL by Simon Glass · 9 years ago
  61. 74afb29 exynos: Add debug UART support for Samsung S5P serial by Simon Glass · 9 years ago
  62. 405fd14 exynos: serial: Refactor init code for debug UART by Simon Glass · 9 years ago
  63. 5a991bd efi: Add a serial driver by Simon Glass · 9 years ago
  64. 1c32bdb x86: Move CONFIG_X86_SERIAL to Kconfig by Simon Glass · 9 years ago
  65. 6664077 dm: serial: Correct logic in serial_find_console_or_panic() by Simon Glass · 9 years ago
  66. 9246516 ns16550: Improve debug UART so it can work with 32-bit access by Simon Glass · 9 years ago
  67. 6d4b78b arm: dcc: Add uart dcc support for armv8 by Siva Durga Prasad Paladugu · 10 years ago
  68. 8579a51 sandbox: Move CONFIG_SANDBOX_SERIAL to Kconfig by Simon Glass · 10 years ago
  69. c62fb99 dm: serial: Don't support CONFIG_CONS_INDEX with device tree by Simon Glass · 10 years ago
  70. 0b31ec7 dm: ns16550: Support CONFIG_SYS_NS16550_MEM32 with driver model by Simon Glass · 10 years ago
  71. 563ee4c ARM: UniPhier: update the vendor name of UniPhier in Kconfig by Masahiro Yamada · 10 years ago
  72. 663a23f ARM: UniPhier: replace <asm/io.h> with <linux/io.h> by Masahiro Yamada · 10 years ago
  73. e5d831d Revert "Revert "stm32f4: fix serial output"" by Tom Rini · 10 years ago
  74. debb9dd Revert "stm32f4: fix serial output" by Tom Rini · 10 years ago
  75. 92e349e serial: fdt: add device tree support for pl01x by Vikas Manocha · 10 years ago
  76. 48482ce stm32f4: add serial print port by kunhuahuang · 10 years ago
  77. 7c13ad8 stm32f4: fix serial output by kunhuahuang · 10 years ago
  78. 5895b7c Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  79. 4a7c11d Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 10 years ago
  80. 1a4d32e serial: zynq: Add support for slow emulation platform by Michal Simek · 10 years ago
  81. 90ea115 serial: ns16550: Remove hard-coded baud_divisor setting by Axel Lin · 10 years ago
  82. 3636534 Merge branch 'master' of git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  83. 509dbf9 dm: Add a panic_str() function to reduce code size by Simon Glass · 10 years ago
  84. c538328 serial: ns16550: Remove unnecessary init on UART setup by Simon Glass · 10 years ago
  85. b31fb12 dm: ns16550: Support non-byte register spacing with driver model by Simon Glass · 10 years ago
  86. 5411129 serial: ns16550: Add an option to specify the debug UART register shift by Simon Glass · 10 years ago
  87. af9873c stm32f4: Add serial driver by rev13@wp.pl · 10 years ago
  88. 70864f6 serial: pl01x: fix PL010 regression by Linus Walleij · 10 years ago
  89. 65b905b common: Make sure arch-specific map_sysmem() is defined by Joe Hershberger · 10 years ago
  90. de0977b dm: core: Add dev_get_uclass_priv() to access uclass private data by Simon Glass · 10 years ago
  91. 79bb2f6 fix ARM DCC support for ARMv7 based cores (e.g. CortexA) by Alexander Merkle · 10 years ago
  92. e458cc1 serial-arc: switch to DM by Alexey Brodkin · 10 years ago
  93. 1497e32 serial/serial_arc: set registers address during compilation by Alexey Brodkin · 10 years ago
  94. eee687a dm: serial: remove bogus include <ns16550.h> by Masahiro Yamada · 10 years ago
  95. d5f83a4 ARM: UniPhier: adjust device trees for business transfer by Masahiro Yamada · 10 years ago
  96. b5c372d serial: ns16550: Fix build error due to a typo by Axel Lin · 10 years ago
  97. a77d66e Merge branch 'master' of git://git.denx.de/u-boot-uniphier by Tom Rini · 10 years ago
  98. 616d199 Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · 10 years ago
  99. fef7fcd serial: UniPhier: move LCR register setting to probe function by Masahiro Yamada · 10 years ago
  100. e7c3a89 serial: UniPhier: use 32 bit register access by Masahiro Yamada · 10 years ago