1. 1890113 lcd: fix console address is not initialized by Bo Shen · Wed Jan 28 09:13:22 2015 +0800
  2. f6ebf6a lcd: refactor lcd console stuff into its own file by Nikita Kiryanov · Mon Dec 08 17:14:45 2014 +0200
  3. fbfb81b lcd: make lcd_drawchars() independant of lcd_base by Nikita Kiryanov · Mon Dec 08 17:14:44 2014 +0200
  4. 631d2e1 lcd: introduce getters for bg/fg color by Nikita Kiryanov · Mon Dec 08 17:14:43 2014 +0200
  5. 6c8cf8d lcd: get rid of COLOR_MASK by Nikita Kiryanov · Mon Dec 08 17:14:42 2014 +0200
  6. 699c05e lcd: expand console api by Nikita Kiryanov · Mon Dec 08 17:14:41 2014 +0200
  7. 0a6ed53 lcd: replace CONSOLE_(ROWS|COLS) with variables by Nikita Kiryanov · Mon Dec 08 17:14:40 2014 +0200
  8. 99b3483 lcd: rename console_(row|col) by Nikita Kiryanov · Mon Dec 08 17:14:39 2014 +0200
  9. 5aec581 lcd: remove LCD_MONOCHROME by Nikita Kiryanov · Mon Dec 08 17:14:38 2014 +0200
  10. 009228a lcd: cleanup lcd_drawchars by Nikita Kiryanov · Mon Dec 08 17:14:36 2014 +0200
  11. fa88cc5 lcd: remove CONFIG_SYS_INVERT_COLORS by Nikita Kiryanov · Mon Dec 08 17:14:35 2014 +0200
  12. 682b6b5 ARM: rpi: rename rpi_b to rpi by Stephen Warren · Wed Nov 19 20:41:03 2014 -0700
  13. b2726f2 common/lcd: Make lcd_dt_simplefb_configure_node use fdt_setup_simplefb_node by Hans de Goede · Wed Nov 19 13:53:27 2014 +0100
  14. db20464 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · Fri Nov 07 03:03:31 2014 +0900
  15. 200c12b powerpc: remove orphaned boards mcc200 and prs200 by Nikita Kiryanov · Tue Nov 11 15:46:05 2014 +0200
  16. 3bae15f kconfig: arm: introduce symbol for ARM CPUs by Georges Savoundararadj · Tue Oct 28 23:16:09 2014 +0100
  17. f461f12 lcd: Fix build error with CONFIG_LCD_BMP_RLE8 by Simon Glass · Wed Oct 15 04:53:04 2014 -0600
  18. 14b7eed lcd: support displaying 24bpp BMPs on >= 24bpp LCDs by Hannes Petermaier · Tue Jul 15 16:28:46 2014 +0200
  19. 68dcc41 lcd: remove unused lcd_puts_xy by Jeroen Hofstee · Thu Jul 10 22:21:11 2014 +0200
  20. 021c2b3 lcd: cleanup unused functions by Hannes Petermaier · Fri Mar 07 18:45:20 2014 +0100
  21. 95f87df Add support for 32-bit organized framebuffers by Hannes Petermaier · Fri Mar 07 18:55:40 2014 +0100
  22. 0d1e1f7 stdio: Pass device pointer to stdio methods by Simon Glass · Wed Jul 23 06:54:59 2014 -0600
  23. b9ddbf4 sandbox: Add LCD driver by Simon Glass · Thu Feb 27 13:26:19 2014 -0700
  24. c3bf15e common: lcd.c: fix data abort exception when try to access bmp header by Przemyslaw Marczak · Wed Jan 22 11:24:13 2014 +0100
  25. fa50d90 lcd: allow overriding lcd_get_size() by Anatolij Gustschin · Sat Nov 09 11:00:09 2013 +0100
  26. bd8ec7e Coding Style cleanup: remove trailing white space by Wolfgang Denk · Mon Oct 07 13:07:26 2013 +0200
  27. 1e000f8 video: Encapsulate font in video_font_data.h by Marek Vasut · Tue Jul 30 23:37:57 2013 +0200
  28. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  29. b9b5eaf video: consolidate splash screen alignment code by Anatolij Gustschin · Tue Jul 02 00:04:05 2013 +0200
  30. 2a90ed0 video: lcd: Add CONFIG_SPLASH_SCREEN_PREPARE support to CONFIG_VIDEO by Robert Winkler · Mon Jun 17 11:31:29 2013 -0700
  31. c4b7d65 lcd: remove unaligned access in lcd_dt_simplefb_configure_node() by Stephen Warren · Thu Jun 13 17:13:11 2013 -0600
  32. efe6428 lcd: add functions to set up simplefb device tree by Stephen Warren · Mon May 27 18:31:17 2013 +0000
  33. 0259159 video: bcm2835: fix build issues by Anatolij Gustschin · Fri Mar 29 14:00:13 2013 +0100
  34. 6bcdd9d Merge branch 'for-v2013.04' by Anatolij Gustschin · Fri Mar 29 13:54:10 2013 +0100
  35. ada32ec Fix bitmap offsets for non 8-bit LCDs by Andre Renaud · Wed Feb 13 17:48:00 2013 +0000
  36. cdc348a common/lcd.c: move the macro's to the c file by Jeroen Hofstee · Sat Jan 12 12:07:59 2013 +0000
  37. 729b09e common/lcd: cosmetic: clean up a bit by Jeroen Hofstee · Sat Jan 12 12:07:56 2013 +0000
  38. 881c4ec common/lcd.c: remove global lcd_base by Jeroen Hofstee · Tue Jan 22 10:44:12 2013 +0000
  39. b9092e6 common/lcd.c: cleanup use of global variables by Jeroen Hofstee · Tue Jan 22 10:44:11 2013 +0000
  40. 67f5391 common/lcd.c: cleanup use of global variables by Wolfgang Denk · Sat Jan 05 09:45:48 2013 +0000
  41. efc8f79 lcd: calculate line_length after lcd_ctrl_init() by Stephen Warren · Tue Jan 29 16:37:38 2013 +0000
  42. 2f3e2ca lcd: implement a callback for splashimage by Nikita Kiryanov · Sun Feb 24 21:28:43 2013 +0000
  43. e0eba1f lcd: add option for board specific splash screen preparation by Nikita Kiryanov · Wed Jan 30 21:39:57 2013 +0000
  44. 8ef7f1f lcd: restore ability to display 8 bpp BMPs on 16 bpp LCDs by Nikita Kiryanov · Thu Dec 20 00:52:34 2012 +0000
  45. 56b3ba1 Merge branch 'master' of git://git.denx.de/u-boot into resolve by Minkyu Kang · Mon Dec 10 13:44:41 2012 +0900
  46. af3e280 lcd: Add CONFIG_CONSOLE_SCROLL_LINES option to speed console by Simon Glass · Wed Oct 17 13:24:59 2012 +0000
  47. ef45ffd lcd: Add support for flushing LCD fb from dcache after update by Simon Glass · Tue Oct 30 13:40:18 2012 +0000
  48. 599a4df lcd: Add CONFIG_LCD_ALIGNMENT to select frame buffer alignment by Simon Glass · Wed Oct 17 13:24:54 2012 +0000
  49. 79926a4 lcd: Implement RLE8 bitmap decoding by Tom Wai-Hong Tam · Fri Sep 28 15:11:16 2012 +0000
  50. 93f04d6 lcd: Fix BMP decode bug that skips the wrong padded row by Tom Wai-Hong Tam · Fri Sep 28 15:11:14 2012 +0000
  51. a7eaa2f lcd: Provide an API to access LCD parameters by Vadim Bendebury · Fri Sep 28 15:11:13 2012 +0000
  52. 4bb5fa4 common/lcd: fix build breakage for at91sam9x5ek and trats boards by Anatolij Gustschin · Sat Sep 22 06:55:53 2012 +0000
  53. 5c540b2 common/lcd: add protection from null bmp pointer by Nikita Kiryanov · Sun Aug 19 19:32:30 2012 +0000
  54. b457118 common lcd: simplify lcd_display_bitmap by Nikita Kiryanov · Thu Aug 09 00:14:53 2012 +0000
  55. 2242527 common lcd: simplify core functions by Nikita Kiryanov · Thu Aug 09 00:14:52 2012 +0000
  56. b4eb54d common lcd: simplify lcd_display by Nikita Kiryanov · Thu Aug 09 00:14:51 2012 +0000
  57. 2b246c4 common lcd: simplify lcd_logo by Nikita Kiryanov · Thu Aug 09 00:14:50 2012 +0000
  58. 1f82841 common lcd: minor coding style changes by Nikita Kiryanov · Thu May 24 01:42:38 2012 +0000
  59. bf345a1 LCD: display 32bpp decompressed bitmap image by Donghwa Lee · Wed May 09 19:23:37 2012 +0000
  60. 6f1378f common/lcd.c: reduce one CONFIG_LCD_LOGO ifdef by Anatolij Gustschin · Fri Apr 27 04:41:27 2012 +0000
  61. 81b99b8 common/lcd.c: reduce some CONFIG_LCD_*_LOGO ifdefs by Anatolij Gustschin · Fri Apr 27 04:41:16 2012 +0000
  62. 218e6a0 common/lcd.c: use ARRAY_SIZE by Anatolij Gustschin · Fri Apr 27 04:41:06 2012 +0000
  63. 85cc88a PXA: Rename CONFIG_PXA2[57]X to CONFIG_CPU_PXA2[57]X by Marek Vasut · Sat Nov 26 07:20:07 2011 +0100
  64. 41132c0 font: split font data from video_font.h by Che-Liang Chiou · Fri Oct 21 17:04:21 2011 +0800
  65. 5639fc6 tools: logo: split bmp arrays from bmp_logo.h by Che-Liang Chiou · Thu Oct 20 23:04:20 2011 +0000
  66. 2444b17 lcd: add clear and draw bitmap declaration by Che-Liang Chiou · Thu Oct 20 23:07:03 2011 +0000
  67. df5d8c1 GCC4.6: Squash warnings in lcd.c by Marek Vasut · Mon Sep 26 02:26:04 2011 +0200
  68. 1bb9871 lcd: align fb writing address for horizontal display offset by Liu Ying · Tue Jan 11 15:29:58 2011 +0800
  69. 23cf8e4 Enable PXAFB for PXA27X and PXA3XX by Marek Vasut · Sat Nov 28 13:57:43 2009 +0100
  70. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · Mon Jun 28 22:00:46 2010 +0200
  71. 2d68c26 lcd: make 16bpp work by Alessandro Rubini · Sat Mar 13 17:44:08 2010 +0100
  72. 460c7d2 lcd: remove CONFIG_ATMEL_LCD ifdefs from lcd_setfgcolor by Anatolij Gustschin · Sat Dec 12 21:20:57 2009 +0100
  73. ab1a6e9 lcd: remove '#if 0' 32-bit scroll, now memcpy does it by Alessandro Rubini · Sat Oct 10 11:51:26 2009 +0200
  74. 465c45a video: move extern declarations from C to headers by Alessandro Rubini · Sun Jul 19 17:52:27 2009 +0200
  75. 2a7a031 stdio/device: rework function naming convention by Jean-Christophe PLAGNIOL-VILLARD · Sat May 16 12:14:54 2009 +0200
  76. 5388418 Added support for splash screen positioning by Matthias Weisser · Thu Jul 09 16:07:30 2009 +0200
  77. c54781c General help message cleanup by Wolfgang Denk · Sun May 24 17:06:54 2009 +0200
  78. a11ca28 lcd: Fix compilation warning in common/lcd.c by Anatolij Gustschin · Wed Feb 25 20:28:13 2009 +0100
  79. 332d0b5 LCD: support 8bpp BMPs on 16bpp displays by Guennadi Liakhovetski · Fri Feb 06 10:37:53 2009 +0100
  80. 7b298f3 Add 16bpp BMP support by Mark Jackson · Fri Feb 06 10:37:49 2009 +0100
  81. 95f0282 lcd_putc bug fix for tab. by Derek Ou · Tue Feb 03 16:00:07 2009 -0700
  82. dfb72b8 Command usage cleanup by Peter Tyser · Tue Jan 27 18:03:12 2009 -0600
  83. 0075ca0 lcd: Let the board code show board-specific info cleanup by Peter Tyser · Fri Oct 31 11:12:38 2008 -0500
  84. ddbcf95 lcd: Let the board code show board-specific info by Haavard Skinnemoen · Mon Sep 01 16:21:22 2008 +0200
  85. 7eb8b23 lcd: Set lcd_is_enabled before clearing the screen by Haavard Skinnemoen · Mon Sep 01 16:21:21 2008 +0200
  86. 010c773 lcd: Implement lcd_printf() by Haavard Skinnemoen · Mon Sep 01 16:21:20 2008 +0200
  87. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · Thu Oct 16 15:01:15 2008 +0200
  88. 58cd54a common: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · Wed Aug 13 01:40:38 2008 +0200
  89. 82ccfde TQM823L: re-enable logo support; update LCD_INFO text by Wolfgang Denk · Mon Jul 07 01:22:29 2008 +0200
  90. 8886b53 Fix bitmap display for atmel lcd controller by Mark Jackson · Fri Aug 01 09:48:29 2008 +0100
  91. 45bc5ea Add gzipped logo support by Mark Jackson · Thu Jul 31 16:09:00 2008 +0100
  92. dc770c7 Code cleanup: fix old style assignment ambiguities like "=-" etc. by Wolfgang Denk · Mon Jul 14 15:19:07 2008 +0200
  93. 509cd07 Fix printf() format issues with sizeof_t types by using %zu by Wolfgang Denk · Mon Jul 14 15:06:35 2008 +0200
  94. 794c966 Cleanup nand_info[] declaration. by Stelian Pop · Tue May 13 17:31:24 2008 +0200
  95. f6f8665 Add ATMEL LCD driver by Stelian Pop · Fri May 09 21:57:18 2008 +0200
  96. 052fc84 common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · Sun Jul 08 18:10:08 2007 -0500
  97. e4ea796 common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · Mon Jun 11 19:02:05 2007 -0500
  98. 6d89f0c MCC200: Fix uninitialized variable problem in LCD driver by Wolfgang Denk · Fri Oct 20 15:51:21 2006 +0200
  99. 4df0da5 Coding style cleanup by Wolfgang Denk · Mon Oct 09 00:42:01 2006 +0200
  100. d4321d3 Add splashscreen support for MCC200 board. by Wolfgang Denk · Wed Aug 30 23:09:00 2006 +0200