1. 8579a51 sandbox: Move CONFIG_SANDBOX_SERIAL to Kconfig by Simon Glass · 10 years ago
  2. c62fb99 dm: serial: Don't support CONFIG_CONS_INDEX with device tree by Simon Glass · 10 years ago
  3. 0b31ec7 dm: ns16550: Support CONFIG_SYS_NS16550_MEM32 with driver model by Simon Glass · 10 years ago
  4. 563ee4c ARM: UniPhier: update the vendor name of UniPhier in Kconfig by Masahiro Yamada · 10 years ago
  5. 663a23f ARM: UniPhier: replace <asm/io.h> with <linux/io.h> by Masahiro Yamada · 10 years ago
  6. e5d831d Revert "Revert "stm32f4: fix serial output"" by Tom Rini · 10 years ago
  7. debb9dd Revert "stm32f4: fix serial output" by Tom Rini · 10 years ago
  8. 92e349e serial: fdt: add device tree support for pl01x by Vikas Manocha · 10 years ago
  9. 48482ce stm32f4: add serial print port by kunhuahuang · 10 years ago
  10. 7c13ad8 stm32f4: fix serial output by kunhuahuang · 10 years ago
  11. 5895b7c Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  12. 4a7c11d Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 10 years ago
  13. 1a4d32e serial: zynq: Add support for slow emulation platform by Michal Simek · 10 years ago
  14. 90ea115 serial: ns16550: Remove hard-coded baud_divisor setting by Axel Lin · 10 years ago
  15. 3636534 Merge branch 'master' of git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  16. 509dbf9 dm: Add a panic_str() function to reduce code size by Simon Glass · 10 years ago
  17. c538328 serial: ns16550: Remove unnecessary init on UART setup by Simon Glass · 10 years ago
  18. b31fb12 dm: ns16550: Support non-byte register spacing with driver model by Simon Glass · 10 years ago
  19. 5411129 serial: ns16550: Add an option to specify the debug UART register shift by Simon Glass · 10 years ago
  20. af9873c stm32f4: Add serial driver by rev13@wp.pl · 10 years ago
  21. 70864f6 serial: pl01x: fix PL010 regression by Linus Walleij · 10 years ago
  22. 65b905b common: Make sure arch-specific map_sysmem() is defined by Joe Hershberger · 10 years ago
  23. de0977b dm: core: Add dev_get_uclass_priv() to access uclass private data by Simon Glass · 10 years ago
  24. 79bb2f6 fix ARM DCC support for ARMv7 based cores (e.g. CortexA) by Alexander Merkle · 10 years ago
  25. e458cc1 serial-arc: switch to DM by Alexey Brodkin · 10 years ago
  26. 1497e32 serial/serial_arc: set registers address during compilation by Alexey Brodkin · 10 years ago
  27. eee687a dm: serial: remove bogus include <ns16550.h> by Masahiro Yamada · 10 years ago
  28. d5f83a4 ARM: UniPhier: adjust device trees for business transfer by Masahiro Yamada · 10 years ago
  29. b5c372d serial: ns16550: Fix build error due to a typo by Axel Lin · 10 years ago
  30. a77d66e Merge branch 'master' of git://git.denx.de/u-boot-uniphier by Tom Rini · 10 years ago
  31. 616d199 Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · 10 years ago
  32. fef7fcd serial: UniPhier: move LCR register setting to probe function by Masahiro Yamada · 10 years ago
  33. e7c3a89 serial: UniPhier: use 32 bit register access by Masahiro Yamada · 10 years ago
  34. 51d3b40 serial: sh: fix internal clock source on SCIF by Vladimir Barinov · 10 years ago
  35. 1786175 serial: sh: Remove invalid UTF-8 character by Nobuhiro Iwamatsu · 10 years ago
  36. 1768bc0 ARM: remove cm4008 and cm41xx board support by Masahiro Yamada · 10 years ago
  37. 27afb52 serial: ns16550: Support debug UART by Simon Glass · 10 years ago
  38. 6aba4fd serial: ns16550: Add access functions that don't need platdata by Simon Glass · 10 years ago
  39. bac6fd8 serial: Support an early UART for debugging by Simon Glass · 10 years ago
  40. 0ec473b dm: Add support for all targets which requires MANUAL_RELOC by Michal Simek · 10 years ago
  41. 6d02035 dm: sh: serial: Add support driver model by Nobuhiro Iwamatsu · 10 years ago
  42. d8b771d dm: Expand and complete Kconfig in drivers/ by Simon Glass · 10 years ago
  43. c11be8f powerpc: Add serial driver for driver model by Simon Glass · 10 years ago
  44. 0ccb097 dm: core: Add a flag to control sequence numbering by Simon Glass · 10 years ago
  45. 8f1e812 Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 10 years ago
  46. 0c33c0f serial: Extend structure comments with register offset by Michal Simek · 10 years ago
  47. 05b3b5c serial: zynq: Use global baudrate instead of hardcoded one by Michal Simek · 10 years ago
  48. b2cfbd6 x86: Use ePAPR defined properties for x86-uart by Bin Meng · 10 years ago
  49. 0203c1c serial: ns16550: Support ns16550 compatible pci uart devices by Bin Meng · 10 years ago
  50. 7bb2c3c x86: Rename coreboot-serial to x86-serial by Bin Meng · 10 years ago
  51. 900de91 dm: serial_pl01x: Add missing private data size by Simon Glass · 10 years ago
  52. a3bd860 Merge branch 'master' of git://git.denx.de/u-boot-ti by Tom Rini · 10 years ago
  53. be14f15 serial: pl01x: avoid pl01x type check two times by Vikas Manocha · 10 years ago
  54. ee038e2 serial: pl01x: disable as per type of pl01x by Vikas Manocha · 10 years ago
  55. fe96bbd serial: pl01x: move all line control at same place by Vikas Manocha · 10 years ago
  56. 206f245 serial: pl01x: fix pl011 baud rate configuration by Vikas Manocha · 10 years ago
  57. aac2396 serial: pl01x: pass pl01x_type to set baudrate by Vikas Manocha · 10 years ago
  58. 6b05d0a ns16550.c: Fix for ns16550 driver hanging on OMAP4 by Gregoire Gentil · 10 years ago
  59. 870345b Merge git://git.denx.de/u-boot-fdt by Tom Rini · 10 years ago
  60. f8cd9b0 serial: UniPhier: support OF configuration by Masahiro Yamada · 10 years ago
  61. 8d72f28 fdt: remove fdtdec_get_alias_node() function by Masahiro Yamada · 10 years ago
  62. 7e08a1f Merge git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  63. b660ae7 Merge git://git.denx.de/u-boot-x86 by Tom Rini · 10 years ago
  64. db20464 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · 10 years ago
  65. 19d3700 dm: tegra: Add platform data for the SPL uart by Simon Glass · 10 years ago
  66. c058d8b dm: Allow stdio registration to be dropped by Simon Glass · 10 years ago
  67. 593f50b dm: serial: Support changing the baud rate by Simon Glass · 10 years ago
  68. 7cbab24 dm: at91: Add driver model support for the serial driver by Simon Glass · 10 years ago
  69. 1e5c2a8 dm: at91: Refactor serial driver slightly for driver model by Simon Glass · 10 years ago
  70. a4c2e13 dm: serial: Move current serial port pointer to global_data by Simon Glass · 10 years ago
  71. 9773e70 Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · 10 years ago
  72. 4770e41 sh: move CONFIG_{SH2, SH2A, SH3, SH4} to Kconfig by Masahiro Yamada · 10 years ago
  73. 9caae5e serial: UniPhier: borrow macros from linux/serial_reg.h by Masahiro Yamada · 10 years ago
  74. ae0a494 Merge git://www.denx.de/git/u-boot-sunxi by Tom Rini · 10 years ago
  75. 6664898 dm: sunxi: Add support for serial using driver model by Simon Glass · 10 years ago
  76. 4a551ca Merge git://git.denx.de/u-boot-sh by Tom Rini · 10 years ago
  77. 6512cc1 serial: add prototypes for init functions by Jeroen Hofstee · 10 years ago
  78. 4d86edb serial: sh: r8a7794: Add support external clock by Nobuhiro Iwamatsu · 10 years ago
  79. c452066 serial: sh: Add support R8A7793 by Nobuhiro Iwamatsu · 10 years ago
  80. 0bf0c6d serial: UniPhier: add static to locally used functions by Masahiro Yamada · 10 years ago
  81. d11fbd5 serial: UniPhier: add .pending handler by Masahiro Yamada · 10 years ago
  82. 06f08e2 Merge git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  83. 169eda6 serial: make local functions static by Jeroen Hofstee · 10 years ago
  84. ac6fff2 serial: remove uniphier_serial_initialize() call by Masahiro Yamada · 10 years ago
  85. 4261c64 serial: uniphier: move CONFIG_UNIPHIER_SERIAL to Kconfig by Masahiro Yamada · 10 years ago
  86. 50c1254 dm: serial: use Driver Model for UniPhier serial driver by Masahiro Yamada · 10 years ago
  87. 57ad8ee dm: add entries to Kconfig by Masahiro Yamada · 10 years ago
  88. 93da2fc dm: serial: consolidate common code more by Masahiro Yamada · 10 years ago
  89. 0e79eff dm: serial: remove unnecessary casting by Masahiro Yamada · 10 years ago
  90. 84df41a dm: serial: fix console putc by Masahiro Yamada · 10 years ago
  91. 4d5b991 serial: add static directive to local functions by Masahiro Yamada · 10 years ago
  92. 22c97de dm: move platform data headers to include/dm/platform_data by Masahiro Yamada · 10 years ago
  93. 60cebe5 dm: x86: Convert coreboot serial to use driver model by Simon Glass · 10 years ago
  94. 96e230b dm: serial: ns16550: Add a cast to the I/O operations by Simon Glass · 10 years ago
  95. db252e3 dm: omap: serial: Add driver model support by Simon Glass · 10 years ago
  96. bc5aa99 dm: serial: Support CONFIG_CONS_INDEX if available by Simon Glass · 10 years ago
  97. 3bf04f3 dm: ns16550: Correct the probe logic for platform data by Simon Glass · 10 years ago
  98. 2546394 dm: ns16550: Use an address instead of a pointer for the uart base by Simon Glass · 10 years ago
  99. ddb958c dm: serial: ns16550: Correct logic for checking for character by Simon Glass · 10 years ago
  100. 5c60b2a dm: serial: Reset the watchdog while waiting in getc() by Simon Glass · 10 years ago