1. 98a5208 arc: get rid of running_on_hw by Alexey Brodkin · Sat Feb 20 11:30:19 2016 +0300
  2. 8aac697 serial: Add support for Qualcomm serial port by Mateusz Kulikowski · Thu Mar 31 23:12:14 2016 +0200
  3. 6ee016e serial: uniphier: use devm_get_addr() to get base address by Masahiro Yamada · Thu Mar 24 22:32:38 2016 +0900
  4. f84f9bf serial: add BCM283x mini UART driver by Stephen Warren · Fri Mar 18 21:41:38 2016 -0600
  5. 52f0c51 ARM: uniphier: support Debug UART by Masahiro Yamada · Fri Mar 18 16:41:52 2016 +0900
  6. be5a7dd serial: pl01x: Add support for devices with the rate pre-configured. by Eric Anholt · Sun Mar 13 18:16:54 2016 -0700
  7. 7e0cdc4 dm: ns16550: Add support for reg-offset property by Michal Simek · Tue Feb 16 16:17:49 2016 +0100
  8. 51f73f1 x86: Allow use of serial soon after relocation by Simon Glass · Fri Mar 11 22:06:51 2016 -0700
  9. dccdac4 dm: serial: Remove duplicated carriage return character by Alison Wang · Wed Mar 02 11:00:38 2016 +0800
  10. 23e06b5 serial: Move carriage return before line feed for some serial drivers by Alison Wang · Wed Mar 02 11:00:37 2016 +0800
  11. c0a9ce6 dm: serial-uclass: Move a carriage return before a line feed by Alison Wang · Wed Mar 02 11:00:36 2016 +0800
  12. d98f91c Revert "dm: ns16550: Add support for reg-offset property" by Tom Rini · Mon Feb 29 10:26:20 2016 -0500
  13. b3cc260 serial: dcc: Move driver to DM by Michal Simek · Tue Feb 23 10:02:28 2016 +0100
  14. 5dba05e stm32x7: add support for stm32x7 serial driver by Vikas Manocha · Thu Feb 11 15:47:19 2016 -0800
  15. b89a500 dm: ns16550: Add support for reg-offset property by Michal Simek · Tue Feb 16 16:05:23 2016 +0100
  16. de6d3a9 serial: zynq: Change logic in putc by Michal Simek · Wed Feb 03 15:16:51 2016 +0100
  17. 615b145 s3c24xx: serial: Remove dead code by David Müller (ELSOFT AG) · Sat Feb 06 07:57:29 2016 +0100
  18. 440fc76 Remove unused CONFIG_HWFLOW option and associated dead code. by David Müller (ELSOFT AG) · Sat Feb 06 07:57:27 2016 +0100
  19. fe6fbf3 Remove unused CONFIG_MODEM_SUPPORT option and associated dead code. by David Müller (ELSOFT AG) · Sat Feb 06 07:57:25 2016 +0100
  20. b5f88e8 dm: pxa: serial: Drop serial_sa1100 serial driver by Simon Glass · Sun Jan 31 09:16:16 2016 -0700
  21. e62df99 dm: serial: Drop serial_max3100 serial driver by Simon Glass · Sun Jan 31 09:16:15 2016 -0700
  22. 5e86d7e dm: freescale: serial: Drop serial_imx serial driver by Simon Glass · Sun Jan 31 09:16:14 2016 -0700
  23. b82d544 dm: opencores: Drop opencores_yanu serial driver by Simon Glass · Sun Jan 31 09:16:13 2016 -0700
  24. 1942e14 dm: freescale: Drop mxs_auart serial driver by Simon Glass · Sun Jan 31 09:16:12 2016 -0700
  25. 931a7a5 serial: serial_stm32: move clock config from driver to board by Vikas Manocha · Tue Jan 26 18:12:20 2016 -0800
  26. 7557405 Use correct spelling of "U-Boot" by Bin Meng · Fri Feb 05 19:30:11 2016 -0800
  27. 0bb4c4c dm: lpuart: Drop the legacy code by Bhuvanchandra DV · Wed Jan 27 10:31:52 2016 +0530
  28. 1dc4283 drivers: serial: add driver for Microchip PIC32 UART controller. by Paul Thacker · Thu Jan 28 15:30:14 2016 +0530
  29. 4f40e13 ppc: xilinx-ppc4xx: Port to DM serial by Ricardo Ribalda Delgado · Tue Jan 26 11:24:19 2016 +0100
  30. 006ff43 serial: zynq: Fix address reading from DM by Michal Simek · Tue Jan 12 14:45:49 2016 +0100
  31. f0a71d0 serial: zynq: Extend compatible string list by Michal Simek · Thu Jan 14 11:45:52 2016 +0100
  32. 93ce505 serial: uartlite: Add uartlite to Kconfig by Michal Simek · Wed Dec 09 12:50:05 2015 +0100
  33. 8af618b serial: uartlite: Add support for debug console by Michal Simek · Mon Dec 14 16:55:10 2015 +0100
  34. 7e4372a serial: uartlite: Move driver to DM by Michal Simek · Tue Dec 01 14:24:20 2015 +0100
  35. dad5367 ns16550: zap the rockchip serial compatible string by Thomas Chou · Mon Dec 14 20:45:09 2015 +0800
  36. 6d064ee serial: Remove serial_putc_raw_dev by Tom Rini · Wed Jan 20 07:23:05 2016 -0500
  37. 38a2ae2 dm: video: sandbox: Convert sandbox to use driver model for video by Simon Glass · Mon Jan 18 19:52:25 2016 -0700
  38. 8a70d6d serial: lpuart: Add driver model serial support by Bin Meng · Wed Jan 13 19:39:04 2016 -0800
  39. 6338fbd serial: lpuart: Prepare the driver for DM conversion by Bin Meng · Wed Jan 13 19:39:03 2016 -0800
  40. a08d0bd serial: lpuart: Call local version of setbrg and putc directly by Bin Meng · Wed Jan 13 19:39:02 2016 -0800
  41. a8cc172 serial: lpuart: Fix several cosmetic issues by Bin Meng · Wed Jan 13 19:39:01 2016 -0800
  42. 4409dcf serial: lpuart: Move CONFIG_FSL_LPUART to Kconfig by Bin Meng · Wed Jan 13 19:39:00 2016 -0800
  43. 5710d7e arm: serial: Add Kconfig entries to facilitate usage of the pl01x driver for early debug output by Sergey Temerkhanov · Wed Oct 14 09:54:24 2015 -0700
  44. c0ffa4e arm: serial: Add debug UART capability to the pl01x driver by Sergey Temerkhanov · Wed Oct 14 09:54:23 2015 -0700
  45. e237880 Add more SPDX-License-Identifier tags by Tom Rini · Thu Jan 14 22:05:13 2016 -0500
  46. f20d4c0 serial: lpc32xx hsuart: port driver to driver model by Vladimir Zapolskiy · Sat Dec 19 23:29:24 2015 +0200
  47. 9ebf348 dm: ns16550: Allow the driver to be omitted if requested by Simon Glass · Sun Dec 13 21:36:59 2015 -0700
  48. 30a1349 dm: serial: Allow the UART driver to be dropped from the image by Simon Glass · Sun Dec 13 21:36:58 2015 -0700
  49. f1037ad dm: serial: Convert ns16550 driver to use driver model PCI API by Simon Glass · Sun Nov 29 13:17:54 2015 -0700
  50. d9afb23 serial: zynq: Use static inline for _debug_uart_init() by Michal Simek · Tue Jan 05 12:49:21 2016 +0100
  51. adce477 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · Sun Jan 03 10:32:24 2016 -0500
  52. bb29b15 serial_mxc: Fix setup of UARTx_UFCR register by Maximilian Schwerin · Wed Nov 25 14:08:00 2015 +0100
  53. 75d48a6 stm32: Convert serial driver to DM by Kamil Lulko · Tue Dec 01 09:08:19 2015 +0100
  54. 88c3a88 dm: serial: Minor coding style cleanup of some comments by Stefan Roese · Thu Nov 26 13:38:43 2015 +0100
  55. 6954c2b serial: zynq: Remove duplicated header by Michal Simek · Wed Dec 02 12:57:11 2015 +0100
  56. 49e1276 serial: zynq: Fix incorrect reference to s5p driver by Michal Simek · Tue Dec 01 14:29:34 2015 +0100
  57. 6ef533e dm: serial: ns16550: Add pre-reloc flag to the driver by Simon Glass · Fri Dec 04 08:58:38 2015 -0700
  58. 2cd1d0c ns16550: change reg-shift property default to zero by Thomas Chou · Sun Nov 29 14:01:03 2015 +0800
  59. beb288b Fix typo: firstly -> first. by Vagrant Cascadian · Tue Nov 24 14:46:24 2015 -0800
  60. bab0d3f rockchip: serial driver support rk3036 by huang lin · Tue Nov 17 14:20:14 2015 +0800
  61. a6cec01 ns16550: move CONFIG_SYS_NS16550 to Kconfig by Thomas Chou · Thu Nov 19 21:48:14 2015 +0800
  62. 00ad1f0 ns16550: zap CONFIG_NS16550_SERIAL by Thomas Chou · Thu Nov 19 21:48:13 2015 +0800
  63. 52ac443 ns16550: unify serial_omap by Thomas Chou · Thu Nov 19 21:48:12 2015 +0800
  64. e3b9026 ns16550: unify serial_tegra by Thomas Chou · Thu Nov 19 21:48:11 2015 +0800
  65. 22221c0 ns16550: unify serial_dw by Thomas Chou · Thu Nov 19 21:48:10 2015 +0800
  66. ca32c98 ns16550: unify serial_keystone by Thomas Chou · Thu Nov 19 21:48:09 2015 +0800
  67. 57ce19f ns16550: unify serial_rockchip by Thomas Chou · Thu Nov 19 21:48:08 2015 +0800
  68. 78b9881 ns16550: unify serial_ppc by Thomas Chou · Thu Nov 19 21:48:07 2015 +0800
  69. b0245de ns16550: unify serial_x86 by Thomas Chou · Thu Nov 19 21:48:06 2015 +0800
  70. 16b2e7e ns16550: add generic binding to unify the drivers by Thomas Chou · Thu Nov 19 21:48:05 2015 +0800
  71. d745429 ns16550: change map_sysmem to map_physmem by Thomas Chou · Thu Nov 19 21:48:04 2015 +0800
  72. d073841 debug_uart: restore ns16550 as default by Thomas Chou · Thu Nov 19 21:48:03 2015 +0800
  73. 15890ca altera_uart: change ioremap to map_physmem by Thomas Chou · Sat Nov 14 10:38:09 2015 +0800
  74. ce69fb6 altera_jtag_uart: change ioremap to map_physmem by Thomas Chou · Sat Nov 14 10:36:49 2015 +0800
  75. d18eb7b sparc: leon3: Add debug_uart support to LEON3 serial driver. by Francois Retief · Thu Oct 29 12:55:34 2015 +0200
  76. 083cbdd altera_uart: Adjust the declaration of debug_uart_init() by Thomas Chou · Tue Nov 03 14:19:02 2015 +0800
  77. 2636a1e altera_jtag_uart: Adjust the declaration of debug_uart_init() by Thomas Chou · Tue Nov 03 14:18:27 2015 +0800
  78. 65a50c9 serial: altera_uart: minor clean up by Thomas Chou · Sat Oct 31 20:53:23 2015 +0800
  79. 94c3921 serial: altera_uart: use BIT macro by Thomas Chou · Thu Oct 29 21:18:01 2015 +0800
  80. 5cbdb8c serial: altera_jtag_uart: minor clean up by Thomas Chou · Sat Oct 31 20:52:38 2015 +0800
  81. bd5bd7a serial: altera_jtag_uart: use BIT macro by Thomas Chou · Thu Oct 29 21:09:31 2015 +0800
  82. 23d9b62 arm: zynq: Move serial driver to driver model by Simon Glass · Sat Oct 17 19:41:27 2015 -0600
  83. 4ef8bc5 arm: zynq: serial: Drop non-device-tree serial driver portions by Simon Glass · Sat Oct 17 19:41:26 2015 -0600
  84. 091f6a3 arm: zynq: Support the debug UART by Simon Glass · Sat Oct 17 19:41:22 2015 -0600
  85. c860e3e dm: serial: Deal with stdout-path with an alias by Simon Glass · Sat Oct 17 19:41:17 2015 -0600
  86. a04b30e dm: keystone: serial: Add driver model support by Lokesh Vutla · Sat Sep 19 14:47:36 2015 +0530
  87. 3c37849 serial: remove altera serial initializations by Thomas Chou · Fri Oct 09 09:28:20 2015 +0800
  88. 6917a5d nios2: convert altera_uart to driver model by Thomas Chou · Wed Oct 21 21:26:54 2015 +0800
  89. 26066df nios2: convert altera_jtag_uart to driver model by Thomas Chou · Fri Oct 23 07:36:37 2015 +0800
  90. 39ed4db drivers: serial: serial_omap: add comaptibles for all ti platforms by Mugunthan V N · Mon Sep 28 16:17:48 2015 +0530
  91. 595e6f2 drivers: serial: serial_omap: populate default clock frequency when not found in dt by Mugunthan V N · Mon Sep 28 16:17:47 2015 +0530
  92. 1f7338a debug_uart: Add an option to announce the debug UART by Simon Glass · Sun Oct 18 19:51:25 2015 -0600
  93. c52be12 debug_uart: Support board-specific UART initialisation by Simon Glass · Sun Oct 18 19:51:24 2015 -0600
  94. 60517d7 debug_uart: Adjust the declaration of debug_uart_init() by Simon Glass · Sun Oct 18 19:51:23 2015 -0600
  95. a80f5b8 serial: rockchip: make ROCKCHIP_SERIAL depend on ARCH_ROCKCHIP by Masahiro Yamada · Tue Sep 29 12:32:03 2015 +0900
  96. 3b1bb09 arm: Remove unused ST-Ericsson u8500 arch by Stefan Roese · Mon Sep 14 09:17:36 2015 +0200
  97. 700db47 Merge branch 'rmobile' of git://git.denx.de/u-boot-sh by Tom Rini · Sun Sep 13 17:25:16 2015 -0400
  98. e2cb6c5 Merge git://git.denx.de/u-boot-rockchip by Tom Rini · Thu Sep 03 14:57:09 2015 -0400
  99. 9880c4b rockchip: Add serial support by Simon Glass · Sun Aug 30 16:55:19 2015 -0600
  100. a831867 serial: drop redundant depends on by Masahiro Yamada · Fri Aug 28 20:14:21 2015 +0900