1. 85d6531 common: Move clock functions into a new file by Simon Glass · Sat Dec 28 10:44:58 2019 -0700
  2. 1f26500 common: Drop floppy disk support by Simon Glass · Sat Dec 28 10:44:47 2019 -0700
  3. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  4. 6d064ee serial: Remove serial_putc_raw_dev by Tom Rini · Wed Jan 20 07:23:05 2016 -0500
  5. 4d5b991 serial: add static directive to local functions by Masahiro Yamada · Thu Oct 23 22:26:05 2014 +0900
  6. e98e01e dm: serial: Move baud rate calculation to ns16550.c by Simon Glass · Thu Sep 04 16:27:32 2014 -0600
  7. 641e3ce omap: clean-up dead configs by Masahiro Yamada · Wed Jul 30 19:11:41 2014 +0900
  8. ef2c62f serial: ns16550: use a const variable instead of macro by Masahiro Yamada · Fri Jul 11 20:29:04 2014 +0900
  9. 75ab6cb serial: ns16550: use DIV_ROUND_CLOSEST macro to compute the divisor by Masahiro Yamada · Fri Jul 11 20:29:03 2014 +0900
  10. dabca15 serial: ns16550: drop CONFIG_OMAP1610 from the special case by Masahiro Yamada · Fri Jul 11 20:29:02 2014 +0900
  11. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  12. 96a2548 arm: Remove OMAP2420H4 and all omap24xx support by Tom Rini · Tue Jun 04 12:02:06 2013 +0000
  13. 6c3c4e2 serial/ns16550: don't generate functions for undefined ports by Scott Wood · Fri Jan 18 15:42:16 2013 +0000
  14. 2fecf6d serial/ns16550: don't build serial_ns16550 with MIN_FUNCTIONS by Scott Wood · Tue Oct 16 15:43:15 2012 -0500
  15. e007094 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · Mon Nov 05 07:42:00 2012 -0700
  16. 561cda9 drivers/serial/serial_ns16550.c: sparse fixes by Kim Phillips · Mon Oct 29 13:34:47 2012 +0000
  17. 86832ec serial: ns16550: Enable COM5 and COM6 by Andrew Bradford · Thu Oct 25 08:21:31 2012 -0400
  18. b24d006 drivers/serial/serial_ns16550.c: sparse fixes by Kim Phillips · Tue Oct 16 14:28:48 2012 +0000
  19. f35317c serial: Remove CONFIG_SERIAL_MULTI from serial drivers by Marek Vasut · Fri Sep 14 23:44:09 2012 +0200
  20. b1591a1 serial: ns16550: Rename serial.c to serial_ns16550.c by Marek Vasut · Sat Sep 29 18:12:47 2012 +0200[Renamed from drivers/serial/serial.c]
  21. 3f08506 serial: ns16550: Move serial registration from serial_initialize() by Marek Vasut · Wed Sep 12 20:02:05 2012 +0200
  22. 5bcdf24 serial: Properly spell out the structure member names of serial_driver by Marek Vasut · Sun Sep 09 18:48:28 2012 +0200
  23. b43fd34 serial: CONSOLE macro is not used by Michal Simek · Thu Aug 09 21:04:28 2012 +0000
  24. d26517d serial: reduce include platform file for marvell chip by Lei Wen · Tue Oct 18 20:11:48 2011 +0530
  25. 1ef72f6 serial: drop useless ctlr field by Mike Frysinger · Fri Apr 29 18:03:31 2011 +0000
  26. f96c042 serial: push default_serial_console to drivers by Mike Frysinger · Fri Apr 29 18:03:29 2011 +0000
  27. 82a6051 serial: add pantheon soc support by Lei Wen · Wed Feb 09 18:06:58 2011 +0530
  28. 19fd86f Serial: Add UART support for Marvell ARMADA 100 SoCs. by Prafulla Wadaskar · Thu Oct 28 02:07:45 2010 +0530
  29. 8175c67 Add Orion5x support to 16550 device driver by Albert Aribaud · Thu Jun 17 19:37:01 2010 +0530
  30. 99d25f9 serial: struct serial_device: add uninit() entry for drivers by Anatolij Gustschin · Sat Apr 24 19:27:04 2010 +0200
  31. a09bbe5 arm: Kirkwood: Basic SOCs support by Prafulla Wadaskar · Sat Jun 20 11:01:53 2009 +0200
  32. d0e9786 drivers/serial/ns16550: move ifdef into Makefile COBJS-$(...) by Mike Frysinger · Wed Feb 11 20:26:52 2009 -0500
  33. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · Thu Oct 16 15:01:15 2008 +0200
  34. a44b9aa drivers/misc: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · Wed Aug 13 01:40:40 2008 +0200
  35. af37d8e Round the serial port clock divisor value returned by calc_divisor() by Hugo Villeneuve · Tue Jul 15 11:23:02 2008 -0400
  36. 5bf03f5 Fix integer overflow warning in calc_divisor() by Hugo Villeneuve · Fri Jul 11 10:24:15 2008 -0400
  37. 9193fbe Round the serial port clock divisor value returned by calc_divisor() by Hugo Villeneuve · Tue Jul 08 14:54:58 2008 -0400
  38. 126e782 drivers/serial : move serial drivers to drivers/serial by Jean-Christophe PLAGNIOL-VILLARD · Sat Nov 24 19:33:38 2007 +0100[Renamed from drivers/serial.c]
  39. 4df0da5 Coding style cleanup by Wolfgang Denk · Mon Oct 09 00:42:01 2006 +0200
  40. 44df561 Make the serial driver framework work with CONFIG_SERIAL_MULTI enabled by Wolfgang Denk · Wed Aug 30 23:02:10 2006 +0200
  41. 6405a15 GCC-4.x fixes: clean up global data pointer initialization for all boards. by Wolfgang Denk · Fri Mar 31 18:32:53 2006 +0200
  42. e0c812a * Patch by Yusdi Santoso, 22 Oct 2004: by wdenk · Sun Apr 03 15:51:42 2005 +0000
  43. f806271 * Patches by Richard Woodruff, 01 Oct 2004: by wdenk · Sun Jan 09 23:16:25 2005 +0000
  44. 7eaacc5 * Patch by George G. Davis, 19 Aug 2003: fix TI Innovator/OMAP1510 pin configs by wdenk · Fri Aug 29 22:00:43 2003 +0000
  45. 2bb1105 * Patch by Martin Krause, 17 Jul 2003: by wdenk · Thu Jul 17 23:16:40 2003 +0000
  46. f6f96f7 Patches by Kshitij, 04 Jul 2003 by wdenk · Tue Jul 15 20:04:06 2003 +0000
  47. 8aeb24e * Patch by Devin Crumb, 02 Apr 2003: by wdenk · Fri Jun 20 22:36:30 2003 +0000
  48. 78f6622 Initial revision by wdenk · Tue Aug 27 10:27:51 2002 +0000