1. 1f6bfad splash: display splash in DM_VIDEO configurations by Igor Opaniuk · Wed May 29 09:01:43 2019 +0000
  2. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  3. 49badb9 Drop the log buffer by Simon Glass · Mon Dec 04 13:48:23 2017 -0700
  4. 1a46a72 i2c: Finish dropping use of CONFIG_I2C_HARD by Simon Glass · Fri May 12 21:09:56 2017 -0600
  5. 927e631 stdio: Correct numbering logic in stdio_probe_device() by Simon Glass · Sun Nov 13 14:22:00 2016 -0700
  6. 913d761 stdio: Correct code style nits by Simon Glass · Sun Nov 13 14:21:59 2016 -0700
  7. 3110ece Convert CONFIG_SYS_STDIO_DEREGISTER to Kconfig by Simon Glass · Mon Oct 17 20:13:02 2016 -0600
  8. 4af407f dm: stdio: Allow lazy probing of video devices by Simon Glass · Wed Oct 05 20:42:16 2016 -0600
  9. c5667f4 stdio: Correct a build error with driver model by Simon Glass · Thu Jan 21 19:44:49 2016 -0700
  10. 0005cb2 dm: stdio: video: Plumb the video uclass into stdio by Simon Glass · Mon Jan 18 19:52:23 2016 -0700
  11. d3d4035 dm: stdio: Plumb in the new keyboard uclass by Simon Glass · Sun Oct 18 21:17:15 2015 -0600
  12. 6abe4b6 video: Drop DEV_FLAGS_SYSTEM flag by Bin Meng · Tue Nov 03 23:23:37 2015 -0800
  13. 35e116c stdio: Fix memleak on stdio_deregister by Hans de Goede · Wed Sep 24 14:06:09 2014 +0200
  14. 169eda6 serial: make local functions static by Jeroen Hofstee · Wed Oct 08 22:57:44 2014 +0200
  15. 1a58638 stdio: Add force parameter to stdio_deregister by Hans de Goede · Sat Sep 20 16:54:37 2014 +0200
  16. 712da5e dm: Make driver model available before board_init() by Simon Glass · Wed Sep 03 17:37:01 2014 -0600
  17. 5d609ce stdio: Provide functions to add/remove devices using stdio_dev by Simon Glass · Wed Jul 23 06:55:05 2014 -0600
  18. 0d1e1f7 stdio: Pass device pointer to stdio methods by Simon Glass · Wed Jul 23 06:54:59 2014 -0600
  19. a2a1735 serial: arm_dcc: Remove stdio structure support by Jagannadha Sutradharudu Teki · Sun Aug 04 01:22:24 2013 +0530
  20. 5959746 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · Wed Jul 24 09:22:28 2013 -0400
  21. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  22. 479a4cf i2c, soft-i2c: switch to new multibus/multiadapter support by Heiko Schocher · Tue Jan 29 08:53:15 2013 +0100
  23. e0e55bc i2c: common changes for multibus/multiadapter support by Heiko Schocher · Mon Jan 16 21:12:24 2012 +0000
  24. 0828cf2 serial: arm_dcc: Remove CONFIG_ARM_DCC_MULTI option by Michal Simek · Tue Jan 22 23:40:06 2013 +0000
  25. b6528f9 stdio: remove useless strncpy by Vincent Palatin · Wed Dec 05 14:46:32 2012 +0000
  26. 263a8bd x86: Add CBMEM console driver for coreboot by Vadim Bendebury · Fri Oct 12 18:48:47 2012 +0000
  27. 52039da serial: Remove CONFIG_SERIAL_MULTI from remaining sources by Marek Vasut · Fri Sep 14 23:45:51 2012 +0200
  28. 466d739 stdio: Fix a possible buffer overflow by Bradley Bolen · Mon Aug 22 11:48:05 2011 +0000
  29. e3d5572 stdio: constify "name" arg in public api by Mike Frysinger · Wed Oct 20 07:18:03 2010 -0400
  30. d0813e5 Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC by Wolfgang Denk · Thu Oct 28 20:00:11 2010 +0200
  31. e602b4c Remove unused CONFIG_SERIAL_SOFTWARE_FIFO feature by Stefan Roese · Wed Sep 15 09:33:25 2010 +0200
  32. 4a6a663 arm/microblaze/nios/nios2/sh: Remove relocation fixups by Peter Tyser · Tue Sep 22 09:27:55 2009 -0500
  33. 9057cbf Conditionally perform common relocation fixups by Peter Tyser · Mon Sep 21 11:20:36 2009 -0500
  34. 2a7a031 stdio/device: rework function naming convention by Jean-Christophe PLAGNIOL-VILLARD · Sat May 16 12:14:54 2009 +0200[Renamed (84%) from common/devices.c]
  35. b802310 arm: add uart dcc support by Jean-Christophe PLAGNIOL-VILLARD · Sun Feb 22 15:49:28 2009 +0100
  36. 7504e97 Blackfin: support console-over-JTAG by Mike Frysinger · Sat Oct 11 21:51:20 2008 -0400
  37. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · Thu Oct 16 15:01:15 2008 +0200
  38. c3be13b devices: Use list_add_tail() instead of list_add() to register a device by Stefan Roese · Fri Sep 05 10:47:46 2008 +0200
  39. 3d85c43 device: make device_register() clone the device by Jean-Christophe PLAGNIOL-VILLARD · Mon Sep 01 17:11:26 2008 +0200
  40. 8a4a784 devices: merge to list_head by Jean-Christophe PLAGNIOL-VILLARD · Sun Aug 31 04:24:55 2008 +0200
  41. dc770c7 Code cleanup: fix old style assignment ambiguities like "=-" etc. by Wolfgang Denk · Mon Jul 14 15:19:07 2008 +0200
  42. 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
  43. b8fb619 Add support for console over UDP (compatible to Ingo Molnar's by wdenk · Mon Aug 02 21:11:11 2004 +0000
  44. 7ac1610 * Code cleanup by wdenk · Sun Aug 01 22:48:16 2004 +0000
  45. c35ba4e Code cleanup; make several boards compile & link. by wdenk · Sun Mar 14 22:25:36 2004 +0000
  46. 29e7f5a Add support for Siemens SX1 mobile phone; by wdenk · Fri Mar 12 00:14:09 2004 +0000
  47. 504331b Work on TRAB's auto_update feature. by wdenk · Thu Sep 18 18:55:25 2003 +0000
  48. 5958f4a * Patches by Anders Larsen, 17 Sep 2003: by wdenk · Thu Sep 18 09:21:33 2003 +0000
  49. 5695861 * Patch by Rune Torgersen, 4 Jun 2003: by wdenk · Sun Jun 22 17:18:28 2003 +0000
  50. 4e112c1 * Patches by Udi Finkelstein, 2 June 2003: by wdenk · Tue Jun 03 23:54:09 2003 +0000
  51. 92bbe3f * Make sure Block Lock Bits get cleared in R360MPI flash driver by wdenk · Sun Apr 20 14:04:18 2003 +0000
  52. 9dd2b88 * Fix startup problems with VFD display on TRAB by wdenk · Tue Dec 03 21:28:10 2002 +0000
  53. 1272e23 * Vince Husovsky, 7 Nov 2002: by wdenk · Sun Nov 10 22:06:23 2002 +0000
  54. 56f94be * Add support for log buffer which can be passed to Linux kernel's by wdenk · Tue Nov 05 16:35:14 2002 +0000
  55. 91d3256 Initial revision by wdenk · Wed Sep 18 21:21:13 2002 +0000