1. 364d002 global: Finish CONFIG -> CFG migration by Tom Rini · Tue Jan 10 11:19:45 2023 -0500
  2. df6a215 global: Move remaining CONFIG_SYS_NS16550_* to CFG_SYS_NS16550_* by Tom Rini · Wed Nov 16 13:10:28 2022 -0500
  3. 10ac24f powerpc: Rename CONFIG_NS16550_MIN_FUNCTIONS by Tom Rini · Wed Nov 16 13:10:26 2022 -0500
  4. 80877fa cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · Fri Sep 02 14:10:46 2022 +0200
  5. b318d6e serial: ns16550: Wait in debug_uart_init until tx buffer is empty by Pali Rohár · Thu Jun 23 14:13:56 2022 +0200
  6. 53a85a7 serial: ns16550: Add support for SPL_DEBUG_UART_BASE by Pali Rohár · Fri May 06 11:05:16 2022 +0200
  7. 047164b rockchip: serial: move driver alias to serial_rockchip.c by Johan Jonker · Sat Apr 09 18:55:11 2022 +0200
  8. 84c0f69 ti: keystone: Move away from CONFIG_SOC_KEYSTONE by Tom Rini · Sun Sep 12 20:32:32 2021 -0400
  9. 3580f6d treewide: Simply conditions with the new OF_REAL by Simon Glass · Sat Aug 07 07:24:03 2021 -0600
  10. 48ab3df serial: ns16550: Handle zero <clock-frequency> value by Bin Meng · Wed Feb 03 22:42:25 2021 +0800
  11. 01b792b serial: ns16550: Correct the base address type by Bin Meng · Wed Feb 03 21:22:40 2021 +0800
  12. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · Fri Oct 30 21:38:53 2020 -0600
  13. df65db8 dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIAS by Simon Glass · Mon Dec 28 20:34:57 2020 -0700
  14. 9558862 dm: Use access methods for dev/uclass private data by Simon Glass · Tue Dec 22 19:30:28 2020 -0700
  15. 2b92398 serial: Rename ns16550 functions to lower case by Simon Glass · Tue Dec 22 19:30:19 2020 -0700
  16. 119e7ef serial: Update NS16550_t and struct NS16550 by Simon Glass · Tue Dec 22 19:30:18 2020 -0700
  17. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · Thu Dec 03 16:55:23 2020 -0700
  18. aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · Thu Dec 03 16:55:21 2020 -0700
  19. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · Thu Dec 03 16:55:20 2020 -0700
  20. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · Thu Dec 03 16:55:18 2020 -0700
  21. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · Thu Dec 03 16:55:17 2020 -0700
  22. 48e5b04 core: add support for U_BOOT_DRIVER_ALIAS by Walter Lozano · Thu Jun 25 01:10:06 2020 -0300
  23. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  24. ee2c922 serial: ns16550: Provide UART base clock speed in ->getinfo() by Andy Shevchenko · Thu Feb 27 17:21:55 2020 +0200
  25. e92e09d serial: ns16550: Fix ordering of getting base address by Bin Meng · Fri Apr 03 18:35:32 2020 -0700
  26. f89c7ec serial: ns16550: Move PCI access from ofdata_to_platdata() to probe() by Wolfgang Wallner · Mon Mar 02 14:41:14 2020 +0100
  27. d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · Mon Feb 03 07:36:15 2020 -0700
  28. f8b1a24 serial: ns16550: Support run-time configuration by Simon Glass · Thu Dec 19 17:58:18 2019 -0700
  29. 7e1bda9 serial: ns16550: Use old baud rate divisor for flushing if not given by Patrik Dahlström · Sat Dec 21 17:25:12 2019 +0100
  30. 85d6531 common: Move clock functions into a new file by Simon Glass · Sat Dec 28 10:44:58 2019 -0700
  31. 23b2759 dm: pci: Add a function to read a PCI BAR by Simon Glass · Sun Sep 15 12:08:58 2019 -0600
  32. d945a49 serial: ns16550: Allow serial to enabled/disabled in SPL by Simon Glass · Wed Sep 25 08:11:14 2019 -0600
  33. e03ad21 serial: ns16550: fix debug uart putc called before init by Simon Goldschmidt · Wed Jan 09 20:35:31 2019 +0100
  34. 9108d92 spl: fix build failure with !CONFIG_SPL_PCI_SUPPORT by Sekhar Nori · Thu Dec 06 15:40:08 2018 +0530
  35. d778fc4 serial: ns16550: Provide ->getinfo() implementation by Andy Shevchenko · Tue Nov 20 23:52:36 2018 +0200
  36. 72fccfe serial: ns16550: Read reg-io-width from device tree by Andy Shevchenko · Tue Nov 20 23:52:35 2018 +0200
  37. 4cfcde0 Revert "serial: ns16550: fix debug uart putc called before init" by Simon Goldschmidt · Mon Dec 03 21:55:33 2018 +0100
  38. ba2d0aa serial: ns16550: add setconfig support by Simon Goldschmidt · Fri Nov 02 21:28:08 2018 +0100
  39. bdb33d8 serial: Remove DM_FLAG_PRE_RELOC flag in various drivers by Bin Meng · Wed Oct 24 06:36:36 2018 -0700
  40. e559cd6 serial: ns16550: fix debug uart putc called before init by Simon Goldschmidt · Thu Aug 09 21:04:19 2018 +0200
  41. 42cb4b8 serial: omap: Introduce DM specific omap serial by Lokesh Vutla · Mon Aug 27 15:55:24 2018 +0530
  42. a176339 serial: ns16550: Add reset ctrl to driver by Ley Foon Tan · Thu Jun 14 18:45:22 2018 +0800
  43. d8427e7 ns16550: Fix mem mapped endian check by Bernhard Messerklinger · Thu Feb 15 09:02:26 2018 +0100
  44. aed664a serial: ns16550: Fix style violation by Mario Six · Mon Jan 15 11:09:49 2018 +0100
  45. 48b771c Revert "serial: ns16550: Add RX interrupt buffer support" by Stefan Roese · Wed Aug 16 17:37:15 2017 +0200
  46. 767b7db serial: ns16550: Add RX interrupt buffer support by Stefan Roese · Fri Jul 14 17:25:54 2017 +0200
  47. 220fb22 Merge git://git.denx.de/u-boot-dm by Tom Rini · Tue Jul 11 20:28:46 2017 -0400
  48. 386dbfb dm: serial: ns16550: Convert to livetree by Simon Glass · Mon Jun 12 06:21:56 2017 -0600
  49. e74958e rockchip: ns16550: dm: convert fdt_get to dev_read by Philipp Tomsich · Wed Jun 07 18:46:02 2017 +0200
  50. ba1dea4 dm: Rename dev_addr..() functions by Simon Glass · Wed May 17 17:18:05 2017 -0600
  51. f28c434 TI: Drop 'CONFIG_OMAP' by Tom Rini · Fri May 12 22:33:16 2017 -0400
  52. 771d69c serial: omap: Support debug UART by Lokesh Vutla · Sat Apr 22 15:57:25 2017 +0530
  53. b1ab189 serial: ns16550: Link in the DM driver when when using platdata by Alexandru Gagniuc · Mon Mar 27 12:54:19 2017 -0700
  54. dd79d6e dm: core: Replace of_offset with accessor by Simon Glass · Tue Jan 17 16:52:55 2017 -0700
  55. 06f108e serial, ns16550: bugfix: ns16550 fifo not enabled by Heiko Schocher · Wed Jan 18 08:05:49 2017 +0100
  56. 92a744f serial: 16550: Add Ingenic JZ4780 support by Marek Vasut · Thu Dec 01 02:06:31 2016 +0100
  57. 1a59eec serial: 16550: Add port type as driver data by Marek Vasut · Thu Dec 01 02:06:30 2016 +0100
  58. f523c9c serial: 16550: Add getfcr accessor by Marek Vasut · Thu Dec 01 02:06:29 2016 +0100
  59. 09abe2b Revert "ns16650: Make sure we have CONFIG_CLK set before using infrastructure" by Masahiro Yamada · Mon Sep 26 20:45:27 2016 +0900
  60. eaa24e7f serial: ns16550: Handle -ENOENT when requesting clock by Alexandre Courbot · Fri Sep 30 17:37:00 2016 +0900
  61. 67d7dde ns16650: Make sure we have CONFIG_CLK set before using infrastructure by Tom Rini · Thu Sep 22 15:36:45 2016 -0400
  62. 8aadc56 serial: ns16550: Support clocks via phandle by Paul Burton · Thu Sep 08 07:47:29 2016 +0100
  63. 18798be dm: serial: ns16550: Update to support of-platdata by Simon Glass · Mon Jul 04 11:58:23 2016 -0600
  64. 3b164a5 serial: 16550: Drop OMAP1510 support by Marek Vasut · Wed May 25 02:13:16 2016 +0200
  65. 3e97cbb serial: 16550: Make serial_io/out_shift available to debug mode by Marek Vasut · Wed May 25 02:13:03 2016 +0200
  66. c8acc89 dm: ns16550: Don't map_physmem for I/O ports by Paul Burton · Tue May 17 07:43:26 2016 +0100
  67. 7e0cdc4 dm: ns16550: Add support for reg-offset property by Michal Simek · Tue Feb 16 16:17:49 2016 +0100
  68. d98f91c Revert "dm: ns16550: Add support for reg-offset property" by Tom Rini · Mon Feb 29 10:26:20 2016 -0500
  69. b89a500 dm: ns16550: Add support for reg-offset property by Michal Simek · Tue Feb 16 16:05:23 2016 +0100
  70. dad5367 ns16550: zap the rockchip serial compatible string by Thomas Chou · Mon Dec 14 20:45:09 2015 +0800
  71. 9ebf348 dm: ns16550: Allow the driver to be omitted if requested by Simon Glass · Sun Dec 13 21:36:59 2015 -0700
  72. f1037ad dm: serial: Convert ns16550 driver to use driver model PCI API by Simon Glass · Sun Nov 29 13:17:54 2015 -0700
  73. 6ef533e dm: serial: ns16550: Add pre-reloc flag to the driver by Simon Glass · Fri Dec 04 08:58:38 2015 -0700
  74. 2cd1d0c ns16550: change reg-shift property default to zero by Thomas Chou · Sun Nov 29 14:01:03 2015 +0800
  75. bab0d3f rockchip: serial driver support rk3036 by huang lin · Tue Nov 17 14:20:14 2015 +0800
  76. 00ad1f0 ns16550: zap CONFIG_NS16550_SERIAL by Thomas Chou · Thu Nov 19 21:48:13 2015 +0800
  77. 16b2e7e ns16550: add generic binding to unify the drivers by Thomas Chou · Thu Nov 19 21:48:05 2015 +0800
  78. d745429 ns16550: change map_sysmem to map_physmem by Thomas Chou · Thu Nov 19 21:48:04 2015 +0800
  79. 60517d7 debug_uart: Adjust the declaration of debug_uart_init() by Simon Glass · Sun Oct 18 19:51:23 2015 -0600
  80. 0971778 dm: Use dev_get_addr() where possible by Simon Glass · Tue Aug 11 08:33:29 2015 -0600
  81. 366b24f of: clean up OF_CONTROL ifdef conditionals by Masahiro Yamada · Wed Aug 12 07:31:55 2015 +0900
  82. 9246516 ns16550: Improve debug UART so it can work with 32-bit access by Simon Glass · Tue Jun 23 15:39:06 2015 -0600
  83. 0b31ec7 dm: ns16550: Support CONFIG_SYS_NS16550_MEM32 with driver model by Simon Glass · Tue May 12 14:55:02 2015 -0600
  84. 90ea115 serial: ns16550: Remove hard-coded baud_divisor setting by Axel Lin · Sat Apr 25 10:53:14 2015 +0800
  85. c538328 serial: ns16550: Remove unnecessary init on UART setup by Simon Glass · Fri Feb 27 22:06:28 2015 -0700
  86. b31fb12 dm: ns16550: Support non-byte register spacing with driver model by Simon Glass · Fri Feb 27 22:06:26 2015 -0700
  87. 5411129 serial: ns16550: Add an option to specify the debug UART register shift by Simon Glass · Fri Feb 27 22:06:25 2015 -0700
  88. 65b905b common: Make sure arch-specific map_sysmem() is defined by Joe Hershberger · Sun Mar 22 17:08:59 2015 -0500
  89. b5c372d serial: ns16550: Fix build error due to a typo by Axel Lin · Sat Feb 28 15:55:36 2015 +0800
  90. 27afb52 serial: ns16550: Support debug UART by Simon Glass · Mon Jan 26 18:27:09 2015 -0700
  91. 6aba4fd serial: ns16550: Add access functions that don't need platdata by Simon Glass · Mon Jan 26 18:27:08 2015 -0700
  92. 0203c1c serial: ns16550: Support ns16550 compatible pci uart devices by Bin Meng · Wed Dec 31 16:05:12 2014 +0800
  93. 6b05d0a ns16550.c: Fix for ns16550 driver hanging on OMAP4 by Gregoire Gentil · Mon Nov 10 11:04:10 2014 -0800
  94. 96e230b dm: serial: ns16550: Add a cast to the I/O operations by Simon Glass · Fri Oct 10 07:49:13 2014 -0600
  95. 3bf04f3 dm: ns16550: Correct the probe logic for platform data by Simon Glass · Wed Oct 22 21:37:05 2014 -0600
  96. 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
  97. ddb958c dm: serial: ns16550: Correct logic for checking for character by Simon Glass · Wed Oct 22 21:37:03 2014 -0600
  98. 79a9da3 dm: serial: Add driver model support for ns16550 by Simon Glass · Thu Sep 04 16:27:34 2014 -0600
  99. c31ebfe dm: serial: Collect common baud rate code in ns16550 by Simon Glass · Thu Sep 04 16:27:33 2014 -0600
  100. e98e01e dm: serial: Move baud rate calculation to ns16550.c by Simon Glass · Thu Sep 04 16:27:32 2014 -0600