1. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · Fri Oct 30 21:38:53 2020 -0600
  2. 9558862 dm: Use access methods for dev/uclass private data by Simon Glass · Tue Dec 22 19:30:28 2020 -0700
  3. 75e534b dm: Avoid accessing seq directly by Simon Glass · Wed Dec 16 21:20:07 2020 -0700
  4. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · Thu Dec 03 16:55:23 2020 -0700
  5. aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · Thu Dec 03 16:55:21 2020 -0700
  6. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · Thu Dec 03 16:55:18 2020 -0700
  7. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · Thu Dec 03 16:55:17 2020 -0700
  8. a89b4de treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · Fri Jul 17 14:36:48 2020 +0900
  9. 5a9ecb2 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · Fri Jul 24 08:42:06 2020 -0400
  10. a831cef treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · Fri Jul 17 14:36:48 2020 +0900
  11. bdb33d8 serial: Remove DM_FLAG_PRE_RELOC flag in various drivers by Bin Meng · Wed Oct 24 06:36:36 2018 -0700
  12. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  13. ba1dea4 dm: Rename dev_addr..() functions by Simon Glass · Wed May 17 17:18:05 2017 -0600
  14. dd79d6e dm: core: Replace of_offset with accessor by Simon Glass · Tue Jan 17 16:52:55 2017 -0700
  15. a962243 clk: convert API to match reset/mailbox style by Stephen Warren · Fri Jun 17 09:44:00 2016 -0600
  16. c81fdbe serial: s5p: use clock api to get clock rate by Thomas Abraham · Sat Apr 23 22:18:11 2016 +0530
  17. 214a395 serial: s5p: get the port id number from the alias of the device node by Thomas Abraham · Sat Apr 23 22:18:10 2016 +0530
  18. 60517d7 debug_uart: Adjust the declaration of debug_uart_init() by Simon Glass · Sun Oct 18 19:51:23 2015 -0600
  19. 0971778 dm: Use dev_get_addr() where possible by Simon Glass · Tue Aug 11 08:33:29 2015 -0600
  20. 8ed4bc1 exynos: Enable the debug UART in SPL by Simon Glass · Thu Jul 02 18:15:55 2015 -0600
  21. 74afb29 exynos: Add debug UART support for Samsung S5P serial by Simon Glass · Thu Jul 02 18:15:54 2015 -0600
  22. 405fd14 exynos: serial: Refactor init code for debug UART by Simon Glass · Thu Jul 02 18:15:53 2015 -0600
  23. 767e737 dm: exynos: Move serial to driver model by Simon Glass · Sun Sep 14 16:36:17 2014 -0600
  24. c0de847 serial: s5p: set automatically clears after resetting Rx FIFO by Inha Song · Tue Feb 04 14:57:25 2014 +0900
  25. a21e379 serial: s5p: Staticize local functions by Axel Lin · Wed Oct 16 09:47:13 2013 +0800
  26. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  27. bd19fa9 S5P: Serial: Add fdt support to driver by Rajeshwari Shinde · Mon Jun 24 16:47:22 2013 +0530
  28. 63f1090 Exynos: uart: s5p: enabling the uart tx/rx fifo by Akshay Saraswat · Thu Mar 21 20:33:04 2013 +0000
  29. 533e31e serial: s5p: Move serial registration from serial_initialize() by Marek Vasut · Wed Sep 12 19:39:57 2012 +0200
  30. 5bcdf24 serial: Properly spell out the structure member names of serial_driver by Marek Vasut · Sun Sep 09 18:48:28 2012 +0200
  31. 1ef72f6 serial: drop useless ctlr field by Mike Frysinger · Fri Apr 29 18:03:31 2011 +0000
  32. f96c042 serial: push default_serial_console to drivers by Mike Frysinger · Fri Apr 29 18:03:29 2011 +0000
  33. afae8aa S5P: serial: Use the inline function instead of static value by Minkyu Kang · Mon Jan 24 14:43:25 2011 +0900
  34. 0d21ed0 Move DECLARE_GLOBAL_DATA_PTR to file scope by John Rigby · Mon Dec 20 18:27:51 2010 -0700
  35. bfa1424 ARMV7: S5P: serial: support the s5pc210 by Minkyu Kang · Tue Sep 28 14:35:02 2010 +0900
  36. 36f25cf ARMV7: S5P: separate the peripheral clocks by Minkyu Kang · Tue Aug 24 15:51:55 2010 +0900
  37. c818984 S5P: Use accessor functions instead of SoC specific defines to access the base address by Minkyu Kang · Fri Aug 13 16:07:35 2010 +0900
  38. 7622981 SAMSUNG: serial: remove compiler warnings by Minkyu Kang · Tue Jul 06 20:08:29 2010 +0900
  39. baa3688 SAMSUNG: serial: modify name from s5pc1xx to s5p by Minkyu Kang · Wed Mar 24 16:59:30 2010 +0900[Renamed (82%) from drivers/serial/serial_s5pc1xx.c]
  40. 99d25f9 serial: struct serial_device: add uninit() entry for drivers by Anatolij Gustschin · Sat Apr 24 19:27:04 2010 +0200
  41. 9455aab s5pc1xx: serial: fix the error check logic by Minkyu Kang · Tue Nov 10 20:23:50 2009 +0900
  42. c6cb184 s5pc1xx: SMDKC100: fix compile warnings by Minkyu Kang · Thu Oct 15 11:19:15 2009 +0900
  43. fca3084 s5pc1xx: support serial driver by Minkyu Kang · Thu Oct 01 17:20:28 2009 +0900