1. 65b905b common: Make sure arch-specific map_sysmem() is defined by Joe Hershberger · Sun Mar 22 17:08:59 2015 -0500
  2. de0977b dm: core: Add dev_get_uclass_priv() to access uclass private data by Simon Glass · Thu Mar 05 12:25:20 2015 -0700
  3. e458cc1 serial-arc: switch to DM by Alexey Brodkin · Tue Mar 17 14:55:14 2015 +0300
  4. 1497e32 serial/serial_arc: set registers address during compilation by Alexey Brodkin · Tue Feb 24 19:31:51 2015 +0300
  5. eee687a dm: serial: remove bogus include <ns16550.h> by Masahiro Yamada · Fri Mar 20 13:24:45 2015 +0900
  6. d5f83a4 ARM: UniPhier: adjust device trees for business transfer by Masahiro Yamada · Wed Mar 11 15:54:46 2015 +0900
  7. b5c372d serial: ns16550: Fix build error due to a typo by Axel Lin · Sat Feb 28 15:55:36 2015 +0800
  8. a77d66e Merge branch 'master' of git://git.denx.de/u-boot-uniphier by Tom Rini · Sun Mar 01 21:07:53 2015 -0500
  9. 616d199 Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · Sun Mar 01 21:06:33 2015 -0500
  10. fef7fcd serial: UniPhier: move LCR register setting to probe function by Masahiro Yamada · Fri Feb 27 02:26:47 2015 +0900
  11. e7c3a89 serial: UniPhier: use 32 bit register access by Masahiro Yamada · Fri Feb 27 02:26:46 2015 +0900
  12. 51d3b40 serial: sh: fix internal clock source on SCIF by Vladimir Barinov · Sat Feb 14 01:05:18 2015 +0300
  13. 1786175 serial: sh: Remove invalid UTF-8 character by Nobuhiro Iwamatsu · Wed Dec 10 14:42:05 2014 +0900
  14. 1768bc0 ARM: remove cm4008 and cm41xx board support by Masahiro Yamada · Tue Feb 24 11:45:07 2015 +0900
  15. 27afb52 serial: ns16550: Support debug UART by Simon Glass · Mon Jan 26 18:27:09 2015 -0700
  16. 6aba4fd serial: ns16550: Add access functions that don't need platdata by Simon Glass · Mon Jan 26 18:27:08 2015 -0700
  17. bac6fd8 serial: Support an early UART for debugging by Simon Glass · Mon Jan 26 18:27:07 2015 -0700
  18. 0ec473b dm: Add support for all targets which requires MANUAL_RELOC by Michal Simek · Mon Feb 02 16:31:59 2015 +0100
  19. 6d02035 dm: sh: serial: Add support driver model by Nobuhiro Iwamatsu · Thu Feb 12 13:48:04 2015 +0900
  20. d8b771d dm: Expand and complete Kconfig in drivers/ by Simon Glass · Thu Feb 05 21:41:35 2015 -0700
  21. c11be8f powerpc: Add serial driver for driver model by Simon Glass · Sat Feb 07 11:51:47 2015 -0700
  22. 0ccb097 dm: core: Add a flag to control sequence numbering by Simon Glass · Sun Jan 25 08:27:05 2015 -0700
  23. 8f1e812 Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · Mon Jan 26 06:42:15 2015 -0500
  24. 0c33c0f serial: Extend structure comments with register offset by Michal Simek · Wed Jan 07 15:00:47 2015 +0100
  25. 05b3b5c serial: zynq: Use global baudrate instead of hardcoded one by Michal Simek · Tue Dec 02 13:52:00 2014 +0100
  26. b2cfbd6 x86: Use ePAPR defined properties for x86-uart by Bin Meng · Wed Dec 31 16:05:13 2014 +0800
  27. 0203c1c serial: ns16550: Support ns16550 compatible pci uart devices by Bin Meng · Wed Dec 31 16:05:12 2014 +0800
  28. 7bb2c3c x86: Rename coreboot-serial to x86-serial by Bin Meng · Wed Dec 17 15:50:47 2014 +0800
  29. 900de91 dm: serial_pl01x: Add missing private data size by Simon Glass · Mon Nov 24 21:36:35 2014 -0700
  30. a3bd860 Merge branch 'master' of git://git.denx.de/u-boot-ti by Tom Rini · Mon Dec 08 16:35:06 2014 -0500
  31. be14f15 serial: pl01x: avoid pl01x type check two times by Vikas Manocha · Fri Nov 21 10:34:23 2014 -0800
  32. ee038e2 serial: pl01x: disable as per type of pl01x by Vikas Manocha · Fri Nov 21 10:34:22 2014 -0800
  33. fe96bbd serial: pl01x: move all line control at same place by Vikas Manocha · Fri Nov 21 10:34:21 2014 -0800
  34. 206f245 serial: pl01x: fix pl011 baud rate configuration by Vikas Manocha · Fri Nov 21 10:34:20 2014 -0800
  35. aac2396 serial: pl01x: pass pl01x_type to set baudrate by Vikas Manocha · Fri Nov 21 10:34:19 2014 -0800
  36. 6b05d0a ns16550.c: Fix for ns16550 driver hanging on OMAP4 by Gregoire Gentil · Mon Nov 10 11:04:10 2014 -0800
  37. 870345b Merge git://git.denx.de/u-boot-fdt by Tom Rini · Mon Dec 01 15:24:26 2014 -0500
  38. f8cd9b0 serial: UniPhier: support OF configuration by Masahiro Yamada · Wed Nov 26 18:34:00 2014 +0900
  39. 8d72f28 fdt: remove fdtdec_get_alias_node() function by Masahiro Yamada · Fri Nov 21 19:47:08 2014 +0900
  40. 7e08a1f Merge git://git.denx.de/u-boot-dm by Tom Rini · Mon Nov 24 12:01:48 2014 -0500
  41. b660ae7 Merge git://git.denx.de/u-boot-x86 by Tom Rini · Mon Nov 24 12:00:00 2014 -0500
  42. db20464 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · Fri Nov 07 03:03:31 2014 +0900
  43. 19d3700 dm: tegra: Add platform data for the SPL uart by Simon Glass · Mon Nov 10 17:16:50 2014 -0700
  44. c058d8b dm: Allow stdio registration to be dropped by Simon Glass · Mon Nov 10 17:16:48 2014 -0700
  45. 593f50b dm: serial: Support changing the baud rate by Simon Glass · Wed Oct 29 13:09:03 2014 -0600
  46. 7cbab24 dm: at91: Add driver model support for the serial driver by Simon Glass · Wed Oct 29 13:09:00 2014 -0600
  47. 1e5c2a8 dm: at91: Refactor serial driver slightly for driver model by Simon Glass · Wed Oct 29 13:08:59 2014 -0600
  48. a4c2e13 dm: serial: Move current serial port pointer to global_data by Simon Glass · Mon Nov 10 18:00:20 2014 -0700
  49. 9773e70 Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · Mon Nov 17 08:43:40 2014 -0500
  50. 4770e41 sh: move CONFIG_{SH2, SH2A, SH3, SH4} to Kconfig by Masahiro Yamada · Thu Nov 06 15:55:21 2014 +0900
  51. 9caae5e serial: UniPhier: borrow macros from linux/serial_reg.h by Masahiro Yamada · Thu Oct 30 12:11:14 2014 +0900
  52. ae0a494 Merge git://www.denx.de/git/u-boot-sunxi by Tom Rini · Wed Nov 05 07:23:32 2014 -0500
  53. 6664898 dm: sunxi: Add support for serial using driver model by Simon Glass · Thu Oct 30 20:25:50 2014 -0600
  54. 4a551ca Merge git://git.denx.de/u-boot-sh by Tom Rini · Tue Nov 04 18:24:44 2014 -0500
  55. 6512cc1 serial: add prototypes for init functions by Jeroen Hofstee · Mon Oct 27 20:10:07 2014 +0100
  56. 4d86edb serial: sh: r8a7794: Add support external clock by Nobuhiro Iwamatsu · Tue Nov 04 09:14:38 2014 +0900
  57. c452066 serial: sh: Add support R8A7793 by Nobuhiro Iwamatsu · Tue Nov 04 09:12:50 2014 +0900
  58. 0bf0c6d serial: UniPhier: add static to locally used functions by Masahiro Yamada · Fri Oct 24 17:00:11 2014 +0900
  59. d11fbd5 serial: UniPhier: add .pending handler by Masahiro Yamada · Fri Oct 24 17:00:10 2014 +0900
  60. 06f08e2 Merge git://git.denx.de/u-boot-dm by Tom Rini · Sun Oct 26 14:03:08 2014 -0400
  61. 169eda6 serial: make local functions static by Jeroen Hofstee · Wed Oct 08 22:57:44 2014 +0200
  62. ac6fff2 serial: remove uniphier_serial_initialize() call by Masahiro Yamada · Thu Oct 23 22:26:12 2014 +0900
  63. 4261c64 serial: uniphier: move CONFIG_UNIPHIER_SERIAL to Kconfig by Masahiro Yamada · Thu Oct 23 22:26:11 2014 +0900
  64. 50c1254 dm: serial: use Driver Model for UniPhier serial driver by Masahiro Yamada · Thu Oct 23 22:26:10 2014 +0900
  65. 57ad8ee dm: add entries to Kconfig by Masahiro Yamada · Thu Oct 23 22:26:09 2014 +0900
  66. 93da2fc dm: serial: consolidate common code more by Masahiro Yamada · Thu Oct 23 22:26:08 2014 +0900
  67. 0e79eff dm: serial: remove unnecessary casting by Masahiro Yamada · Thu Oct 23 22:26:07 2014 +0900
  68. 84df41a dm: serial: fix console putc by Masahiro Yamada · Thu Oct 23 22:26:06 2014 +0900
  69. 4d5b991 serial: add static directive to local functions by Masahiro Yamada · Thu Oct 23 22:26:05 2014 +0900
  70. 22c97de dm: move platform data headers to include/dm/platform_data by Masahiro Yamada · Fri Oct 24 12:41:19 2014 +0900
  71. 60cebe5 dm: x86: Convert coreboot serial to use driver model by Simon Glass · Fri Oct 10 07:49:20 2014 -0600
  72. 96e230b dm: serial: ns16550: Add a cast to the I/O operations by Simon Glass · Fri Oct 10 07:49:13 2014 -0600
  73. db252e3 dm: omap: serial: Add driver model support by Simon Glass · Wed Oct 22 21:37:12 2014 -0600
  74. bc5aa99 dm: serial: Support CONFIG_CONS_INDEX if available by Simon Glass · Wed Oct 22 21:37:06 2014 -0600
  75. 3bf04f3 dm: ns16550: Correct the probe logic for platform data by Simon Glass · Wed Oct 22 21:37:05 2014 -0600
  76. 2546394 dm: ns16550: Use an address instead of a pointer for the uart base by Simon Glass · Wed Oct 22 21:37:04 2014 -0600
  77. ddb958c dm: serial: ns16550: Correct logic for checking for character by Simon Glass · Wed Oct 22 21:37:03 2014 -0600
  78. 5c60b2a dm: serial: Reset the watchdog while waiting in getc() by Simon Glass · Wed Oct 22 21:37:02 2014 -0600
  79. 3ad93fe dm: serial: Support driver model in pl01x driver by Simon Glass · Mon Sep 22 17:30:58 2014 -0600
  80. f35484d dm: serial: Tidy up the pl01x driver by Simon Glass · Mon Sep 22 17:30:57 2014 -0600
  81. 8bc8519 dm: imx: serial: Support driver model in the MXC serial driver by Simon Glass · Wed Oct 01 19:57:27 2014 -0600
  82. 73285a2 dm: serial: Put common code into separate functions by Simon Glass · Wed Oct 01 19:57:23 2014 -0600
  83. 767e737 dm: exynos: Move serial to driver model by Simon Glass · Sun Sep 14 16:36:17 2014 -0600
  84. 4c4150c serial-uclass: Fix compilation error by Hans de Goede · Fri Oct 10 18:30:17 2014 +0200
  85. 428ea9e Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · Tue Oct 07 07:38:39 2014 -0400
  86. 1a58638 stdio: Add force parameter to stdio_deregister by Hans de Goede · Sat Sep 20 16:54:37 2014 +0200
  87. b289073 serial: add UniPhier serial driver by Masahiro Yamada · Fri Oct 03 19:21:05 2014 +0900
  88. b62b39b cosmetic: replace MIN, MAX with min, max by Masahiro Yamada · Thu Sep 18 13:28:06 2014 +0900
  89. f3e12b7 kconfig: add blank Kconfig files by Masahiro Yamada · Tue Sep 16 16:32:58 2014 +0900
  90. 28141d5 dm: serial: Don't require device tree to configure a console by Simon Glass · Wed Sep 17 09:02:40 2014 -0600
  91. 21aeea3 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · Wed Sep 17 18:01:04 2014 -0400
  92. 76e68a8 dm: tegra: Enable driver model for serial by Simon Glass · Thu Sep 04 16:27:36 2014 -0600
  93. 79a9da3 dm: serial: Add driver model support for ns16550 by Simon Glass · Thu Sep 04 16:27:34 2014 -0600
  94. c31ebfe dm: serial: Collect common baud rate code in ns16550 by Simon Glass · Thu Sep 04 16:27:33 2014 -0600
  95. e98e01e dm: serial: Move baud rate calculation to ns16550.c by Simon Glass · Thu Sep 04 16:27:32 2014 -0600
  96. 1a823a9 sandbox: serial: Support a coloured console by Simon Glass · Thu Sep 04 16:27:28 2014 -0600
  97. e587069 sandbox: Convert serial driver to use driver model by Simon Glass · Thu Sep 04 16:27:27 2014 -0600
  98. 247f596 dm: Add a uclass for serial devices by Simon Glass · Thu Sep 04 16:27:26 2014 -0600
  99. ac2a14f serial: Set up the 'priv' pointer when creating a serial device by Simon Glass · Thu Sep 04 16:27:23 2014 -0600
  100. 190f1d2 arm: vf610: lpuart: disable FIFO on initializaton by Stefan Agner · Tue Aug 19 17:54:28 2014 +0200