1. 3a6e18d tiny-printf: Support %i by Marek Vasut · Fri Apr 10 20:54:49 2020 +0200
  2. ba1e61b Merge tag 'dm-pull-29oct19' of git://git.denx.de/u-boot-dm by Tom Rini · Fri Nov 01 09:34:35 2019 -0400
  3. c38ca5f tiny-printf: Support vsnprintf() by Simon South · Wed Oct 02 10:55:07 2019 -0400
  4. bf295d7 tiny-printf: Reorder code to support %p by Simon Glass · Mon Oct 21 17:26:45 2019 -0600
  5. f656231 tiny-printf: Add print_grouped_ull() by Simon Glass · Mon Oct 21 17:26:44 2019 -0600
  6. 44e0fb5 tiny-printf: Reduce size by removing ctype by Simon Glass · Mon Oct 21 17:26:43 2019 -0600
  7. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  8. 93c4d21 Consolidate __assert_failed into one implementation by Alex Kiernan · Thu Apr 19 04:32:56 2018 +0000
  9. d07d0a0 spl: Disable printf if not required by Alex Kiernan · Thu Apr 19 04:32:55 2018 +0000
  10. 0bda3e4 tiny-printf: Add support for %p format by Vignesh R · Mon Apr 10 12:23:22 2017 +0530
  11. c1cb800 tiny-printf: add static to locally used functions by Masahiro Yamada · Sun Feb 12 18:08:43 2017 +0900
  12. 7b303b8 SPL: tiny-printf: ignore "-" modifier by Andre Przywara · Mon Jan 02 11:48:29 2017 +0000
  13. 3211868 SPL: tiny-printf: add "l" modifier by Andre Przywara · Mon Jan 02 11:48:28 2017 +0000
  14. 5958cbe tiny-printf: Adjust to avoid using data section by Simon Glass · Thu Aug 04 21:58:14 2016 -0600
  15. affe9ee tiny-printf: Support assert() by Simon Glass · Mon Jul 04 11:58:13 2016 -0600
  16. 3743a07 SPL: tiny-printf: avoid any BSS usage by Andre Przywara · Fri Jul 08 15:18:35 2016 +0100
  17. 5f18398 tinyprintf: Add vprintf implementation by Hans de Goede · Fri Jun 10 21:03:34 2016 +0200
  18. b4a7ba1 tiny-printf: Correct the snprintf() implementation by Simon Glass · Wed Jun 08 20:55:15 2016 -0600
  19. 8dc095b tiny-printf: Support sprintf() by Marek Vasut · Tue May 31 23:12:46 2016 +0200
  20. 49138f8 tiny-printf: Support snprintf() by Simon Glass · Sat May 14 14:02:53 2016 -0600
  21. b5afcad tiny-printf: Tidy up a few nits by Simon Glass · Sat May 14 14:02:52 2016 -0600
  22. bdfb70b tiny-printf: Always print zeroes by Simon Glass · Tue Jan 05 09:30:57 2016 -0700
  23. 5bd9f6c tiny-printf: Avoid printing NULL strings by Simon Glass · Tue Dec 29 05:22:46 2015 -0700
  24. 1168ed5 lib/tiny-printf.c: Implement vprintf by Sjoerd Simons · Fri Dec 04 23:27:37 2015 +0100
  25. 26a552c lib/tiny-printf.c: Support numbers bigger than 0xffff and misc updates by Stefan Roese · Mon Nov 16 15:26:34 2015 +0100
  26. 363ab7b lib/tiny-printf.c: Add tiny printf function for space limited environments by Stefan Roese · Mon Nov 23 07:00:22 2015 +0100