1. a4c2e13 dm: serial: Move current serial port pointer to global_data by Simon Glass · Mon Nov 10 18:00:20 2014 -0700
  2. 9773e70 Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · Mon Nov 17 08:43:40 2014 -0500
  3. 4770e41 sh: move CONFIG_{SH2, SH2A, SH3, SH4} to Kconfig by Masahiro Yamada · Thu Nov 06 15:55:21 2014 +0900
  4. 9caae5e serial: UniPhier: borrow macros from linux/serial_reg.h by Masahiro Yamada · Thu Oct 30 12:11:14 2014 +0900
  5. ae0a494 Merge git://www.denx.de/git/u-boot-sunxi by Tom Rini · Wed Nov 05 07:23:32 2014 -0500
  6. 6664898 dm: sunxi: Add support for serial using driver model by Simon Glass · Thu Oct 30 20:25:50 2014 -0600
  7. 4a551ca Merge git://git.denx.de/u-boot-sh by Tom Rini · Tue Nov 04 18:24:44 2014 -0500
  8. 6512cc1 serial: add prototypes for init functions by Jeroen Hofstee · Mon Oct 27 20:10:07 2014 +0100
  9. 4d86edb serial: sh: r8a7794: Add support external clock by Nobuhiro Iwamatsu · Tue Nov 04 09:14:38 2014 +0900
  10. c452066 serial: sh: Add support R8A7793 by Nobuhiro Iwamatsu · Tue Nov 04 09:12:50 2014 +0900
  11. 0bf0c6d serial: UniPhier: add static to locally used functions by Masahiro Yamada · Fri Oct 24 17:00:11 2014 +0900
  12. d11fbd5 serial: UniPhier: add .pending handler by Masahiro Yamada · Fri Oct 24 17:00:10 2014 +0900
  13. 06f08e2 Merge git://git.denx.de/u-boot-dm by Tom Rini · Sun Oct 26 14:03:08 2014 -0400
  14. 169eda6 serial: make local functions static by Jeroen Hofstee · Wed Oct 08 22:57:44 2014 +0200
  15. ac6fff2 serial: remove uniphier_serial_initialize() call by Masahiro Yamada · Thu Oct 23 22:26:12 2014 +0900
  16. 4261c64 serial: uniphier: move CONFIG_UNIPHIER_SERIAL to Kconfig by Masahiro Yamada · Thu Oct 23 22:26:11 2014 +0900
  17. 50c1254 dm: serial: use Driver Model for UniPhier serial driver by Masahiro Yamada · Thu Oct 23 22:26:10 2014 +0900
  18. 57ad8ee dm: add entries to Kconfig by Masahiro Yamada · Thu Oct 23 22:26:09 2014 +0900
  19. 93da2fc dm: serial: consolidate common code more by Masahiro Yamada · Thu Oct 23 22:26:08 2014 +0900
  20. 0e79eff dm: serial: remove unnecessary casting by Masahiro Yamada · Thu Oct 23 22:26:07 2014 +0900
  21. 84df41a dm: serial: fix console putc by Masahiro Yamada · Thu Oct 23 22:26:06 2014 +0900
  22. 4d5b991 serial: add static directive to local functions by Masahiro Yamada · Thu Oct 23 22:26:05 2014 +0900
  23. 22c97de dm: move platform data headers to include/dm/platform_data by Masahiro Yamada · Fri Oct 24 12:41:19 2014 +0900
  24. 60cebe5 dm: x86: Convert coreboot serial to use driver model by Simon Glass · Fri Oct 10 07:49:20 2014 -0600
  25. 96e230b dm: serial: ns16550: Add a cast to the I/O operations by Simon Glass · Fri Oct 10 07:49:13 2014 -0600
  26. db252e3 dm: omap: serial: Add driver model support by Simon Glass · Wed Oct 22 21:37:12 2014 -0600
  27. bc5aa99 dm: serial: Support CONFIG_CONS_INDEX if available by Simon Glass · Wed Oct 22 21:37:06 2014 -0600
  28. 3bf04f3 dm: ns16550: Correct the probe logic for platform data by Simon Glass · Wed Oct 22 21:37:05 2014 -0600
  29. 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
  30. ddb958c dm: serial: ns16550: Correct logic for checking for character by Simon Glass · Wed Oct 22 21:37:03 2014 -0600
  31. 5c60b2a dm: serial: Reset the watchdog while waiting in getc() by Simon Glass · Wed Oct 22 21:37:02 2014 -0600
  32. 3ad93fe dm: serial: Support driver model in pl01x driver by Simon Glass · Mon Sep 22 17:30:58 2014 -0600
  33. f35484d dm: serial: Tidy up the pl01x driver by Simon Glass · Mon Sep 22 17:30:57 2014 -0600
  34. 8bc8519 dm: imx: serial: Support driver model in the MXC serial driver by Simon Glass · Wed Oct 01 19:57:27 2014 -0600
  35. 73285a2 dm: serial: Put common code into separate functions by Simon Glass · Wed Oct 01 19:57:23 2014 -0600
  36. 767e737 dm: exynos: Move serial to driver model by Simon Glass · Sun Sep 14 16:36:17 2014 -0600
  37. 4c4150c serial-uclass: Fix compilation error by Hans de Goede · Fri Oct 10 18:30:17 2014 +0200
  38. 428ea9e Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · Tue Oct 07 07:38:39 2014 -0400
  39. 1a58638 stdio: Add force parameter to stdio_deregister by Hans de Goede · Sat Sep 20 16:54:37 2014 +0200
  40. b289073 serial: add UniPhier serial driver by Masahiro Yamada · Fri Oct 03 19:21:05 2014 +0900
  41. b62b39b cosmetic: replace MIN, MAX with min, max by Masahiro Yamada · Thu Sep 18 13:28:06 2014 +0900
  42. f3e12b7 kconfig: add blank Kconfig files by Masahiro Yamada · Tue Sep 16 16:32:58 2014 +0900
  43. 28141d5 dm: serial: Don't require device tree to configure a console by Simon Glass · Wed Sep 17 09:02:40 2014 -0600
  44. 21aeea3 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · Wed Sep 17 18:01:04 2014 -0400
  45. 76e68a8 dm: tegra: Enable driver model for serial by Simon Glass · Thu Sep 04 16:27:36 2014 -0600
  46. 79a9da3 dm: serial: Add driver model support for ns16550 by Simon Glass · Thu Sep 04 16:27:34 2014 -0600
  47. c31ebfe dm: serial: Collect common baud rate code in ns16550 by Simon Glass · Thu Sep 04 16:27:33 2014 -0600
  48. e98e01e dm: serial: Move baud rate calculation to ns16550.c by Simon Glass · Thu Sep 04 16:27:32 2014 -0600
  49. 1a823a9 sandbox: serial: Support a coloured console by Simon Glass · Thu Sep 04 16:27:28 2014 -0600
  50. e587069 sandbox: Convert serial driver to use driver model by Simon Glass · Thu Sep 04 16:27:27 2014 -0600
  51. 247f596 dm: Add a uclass for serial devices by Simon Glass · Thu Sep 04 16:27:26 2014 -0600
  52. ac2a14f serial: Set up the 'priv' pointer when creating a serial device by Simon Glass · Thu Sep 04 16:27:23 2014 -0600
  53. 190f1d2 arm: vf610: lpuart: disable FIFO on initializaton by Stefan Agner · Tue Aug 19 17:54:28 2014 +0200
  54. 2448291 arm: vf610: lpuart: fix status register handling by Stefan Agner · Tue Aug 19 17:54:27 2014 +0200
  55. 4a7154e serial: lpuart: add 32-bit registers lpuart support by Jingchang Lu · Fri Sep 05 13:52:47 2014 +0800
  56. b102c51 serial: move nios2-yanu.h into opencores_yanu driver by Thomas Chou · Mon Aug 25 17:43:12 2014 +0800
  57. 769cb5c nios2: divide nios2-io.h into each specific drivers and remove it by Thomas Chou · Mon Aug 25 16:50:14 2014 +0800
  58. 641e3ce omap: clean-up dead configs by Masahiro Yamada · Wed Jul 30 19:11:41 2014 +0900
  59. 6565330 serial: sh: Add support External Clock mode by Nobuhiro Iwamatsu · Mon Jul 28 15:07:44 2014 +0900
  60. 3679878 serial: sh: Add support DL and CKS register for R8A7794 by Nobuhiro Iwamatsu · Mon Jul 28 15:07:43 2014 +0900
  61. eb5a7c8 Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' by Albert ARIBAUD · Mon Jul 28 12:26:21 2014 +0200
  62. 18fccb1 Merge branch 'u-boot-sh/rmobile' into 'u-boot-arm/master' by Albert ARIBAUD · Mon Jul 28 10:54:54 2014 +0200
  63. 8090298 keystone2: use CONFIG_SOC_KEYSTONE in common places by Khoronzhuk, Ivan · Wed Jul 16 00:59:25 2014 +0300
  64. 297a46d serial: sh: Add support R8A7794 by Nobuhiro Iwamatsu · Tue Jun 24 17:03:20 2014 +0900
  65. b9d5f6b Add a flag indicating when the serial console is ready by Simon Glass · Wed Jul 23 06:55:07 2014 -0600
  66. 0d1e1f7 stdio: Pass device pointer to stdio methods by Simon Glass · Wed Jul 23 06:54:59 2014 -0600
  67. ef2c62f serial: ns16550: use a const variable instead of macro by Masahiro Yamada · Fri Jul 11 20:29:04 2014 +0900
  68. 75ab6cb serial: ns16550: use DIV_ROUND_CLOSEST macro to compute the divisor by Masahiro Yamada · Fri Jul 11 20:29:03 2014 +0900
  69. dabca15 serial: ns16550: drop CONFIG_OMAP1610 from the special case by Masahiro Yamada · Fri Jul 11 20:29:02 2014 +0900
  70. a17f285 serial_mxc: disable new features of autobaud detection by Eric Nelson · Wed May 14 16:58:03 2014 -0700
  71. cbc0888 serial: nsl16550: add hw flow control support by Karicheri, Muralidharan · Wed Apr 09 15:38:46 2014 -0400
  72. 197c720 bd_info: remove bi_barudrate member from struct bd_info by Masahiro Yamada · Fri Apr 04 20:09:58 2014 +0900
  73. 6284547 Merge branch 'u-boot/master' by Albert ARIBAUD · Fri May 09 10:47:05 2014 +0200
  74. c669b7d serial: zynq: Fix typo in suffix function name by Michal Simek · Fri Apr 25 13:46:28 2014 +0200
  75. 7537045 serial: zynq: Remove sparse warnings by Michal Simek · Fri Apr 25 13:45:08 2014 +0200
  76. 7bcf4d6 k2hk: add support for k2hk SOC and EVM by Vitaly Andrianov · Fri Apr 04 13:16:53 2014 -0400
  77. 678ef47 sandbox: Allow Ctrl-C to work in sandbox by Simon Glass · Thu Feb 27 13:26:22 2014 -0700
  78. b9ddbf4 sandbox: Add LCD driver by Simon Glass · Thu Feb 27 13:26:19 2014 -0700
  79. 3554b2b serial: zynq: Add OF initialization support by Michal Simek · Mon Feb 24 11:16:33 2014 +0100
  80. a74e474 serial: arc: Convert to use default_serial_puts by Axel Lin · Sat Feb 08 15:04:58 2014 +0800
  81. 326d837 serial/serial_arc: switch from {read|write}l to {read|write}b accessors by Alexey Brodkin · Sat Feb 08 10:10:02 2014 +0400
  82. 0c12620 serial/serial_arc: add work-around of ISS bug by Alexey Brodkin · Sat Feb 08 10:10:01 2014 +0400
  83. e2cad60 serial_zynq: Migrate to Zynq clock framework by Soren Brinkmann · Thu Nov 21 13:38:55 2013 -0800
  84. 20d1ebf zynq: serial: Simplify serial driver initialization by Michal Simek · Thu Dec 19 23:38:58 2013 +0530
  85. b43f269 Merge branch 'u-boot-pxa/master' into 'u-boot-arm/master' by Albert ARIBAUD · Wed Feb 19 07:15:01 2014 +0100
  86. 034dd3d Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · Mon Feb 17 14:22:02 2014 -0500
  87. 4a37b42 serial: opencores_yanu: Avoid duplicate oc_serial_setbrg() implementation by Axel Lin · Thu Jan 16 15:03:52 2014 +0800
  88. 0bdf000 serial: opencores_yanu: Fix build error by Axel Lin · Thu Jan 16 15:01:49 2014 +0800
  89. c51eb11 serial/serial_arc - add driver for ARC UART by Alexey Brodkin · Fri Dec 13 10:35:11 2013 +0400
  90. 9ba8997 usb: mv_udc: Rename to ci_udc by Marek Vasut · Thu Feb 06 02:43:45 2014 +0100
  91. c68c948 ARM: serial: Remove the IXP UART driver by Marek Vasut · Tue Jan 28 00:21:38 2014 +0100
  92. c0de847 serial: s5p: set automatically clears after resetting Rx FIFO by Inha Song · Tue Feb 04 14:57:25 2014 +0900
  93. e5b3c1d serial: uartlite: Reset RX/TX in init by Michal Simek · Tue Jan 21 07:29:47 2014 +0100
  94. f041083 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · Fri Jan 10 10:56:00 2014 -0500
  95. fc695e3 TI:omap3: Drop omap3_zoom2 by Tom Rini · Fri Dec 20 11:19:33 2013 -0500
  96. b94d0f6 serial_sh: add support for SH7753 by Yoshihiro Shimoda · Wed Dec 18 16:04:20 2013 +0900
  97. f1e43bd serial: lpc32xx: send CR before LF by Vladimir Zapolskiy · Sat Nov 30 16:47:01 2013 +0200
  98. 1528e11 serial: zynq: Remove unused #defines by Soren Brinkmann · Tue Oct 29 13:11:54 2013 -0700
  99. a21e379 serial: s5p: Staticize local functions by Axel Lin · Wed Oct 16 09:47:13 2013 +0800
  100. 3da5fa8 serial: xuartlite: Staticize local functions by Axel Lin · Wed Oct 16 09:45:56 2013 +0800