| Commit message (Expand) | Author | Age | Files | Lines |
* | sandbox: Add LCD driver | Simon Glass | 2014-03-17 | 1 | -0/+3 |
* | lib: tizen: change Tizen logo with the new one. | Przemyslaw Marczak | 2014-02-03 | 1 | -0/+2 |
* | Coding Style cleanup: remove trailing white space | Wolfgang Denk | 2013-10-14 | 1 | -1/+1 |
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | 1 | -17/+1 |
* | video: lcd: Add CONFIG_SPLASH_SCREEN_PREPARE support to CONFIG_VIDEO | Robert Winkler | 2013-07-01 | 1 | -1/+0 |
* | lcd: align bmp header when uncopmressing image | Piotr Wilczek | 2013-07-01 | 1 | -1/+2 |
* | lcd: add functions to set up simplefb device tree | Stephen Warren | 2013-06-05 | 1 | -0/+3 |
* | Merge branch 'u-boot/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2013-04-12 | 1 | -57/+17 |
|\ |
|
| * | common/lcd.c: move the macro's to the c file | Jeroen Hofstee | 2013-03-21 | 1 | -28/+0 |
| * | common/lcd: cosmetic: clean up a bit | Jeroen Hofstee | 2013-03-21 | 1 | -21/+17 |
| * | common/lcd.c: remove global lcd_base | Jeroen Hofstee | 2013-03-21 | 1 | -5/+0 |
| * | common/lcd.c: cleanup use of global variables | Jeroen Hofstee | 2013-03-21 | 1 | -3/+0 |
| * | common/lcd.c: cleanup use of global variables | Wolfgang Denk | 2013-03-21 | 1 | -3/+3 |
* | | video: exynos_fb: Remove callbacks from the driver | Ajay Kumar | 2013-03-27 | 1 | -9/+0 |
|/ |
|
* | lcd: add option for board specific splash screen preparation | Nikita Kiryanov | 2013-03-08 | 1 | -0/+1 |
* | Merge branch 'master' of git://git.denx.de/u-boot into resolve | Minkyu Kang | 2012-12-10 | 1 | -0/+36 |
|\ |
|
| * | lcd: Provide an API to access LCD parameters | Vadim Bendebury | 2012-11-07 | 1 | -0/+36 |
* | | lcd: Add support for flushing LCD fb from dcache after update | Simon Glass | 2012-11-19 | 1 | -0/+8 |
* | | lcd: Add CONFIG_LCD_ALIGNMENT to select frame buffer alignment | Simon Glass | 2012-11-19 | 1 | -0/+3 |
|/ |
|
* | video: add dp_enabled variable in vidinfo structure | Donghwa Lee | 2012-09-01 | 1 | -0/+1 |
* | video: atmel/lcd: add LCD driver for new Atmel SoC | Bo Shen | 2012-06-05 | 1 | -1/+2 |
* | EXYNOS: display 32bpp bitmap TIZEN logo | Donghwa Lee | 2012-05-25 | 1 | -0/+13 |
* | cmd_bmp.c: make bmp_display() usable by drivers or board code | Anatolij Gustschin | 2012-05-25 | 1 | -0/+1 |
* | LCD: add data structure for EXYNOS display driver | Donghwa Lee | 2012-05-15 | 1 | -0/+64 |
* | PXA: Rename CONFIG_PXA2[57]X to CONFIG_CPU_PXA2[57]X | Marek Vasut | 2011-12-06 | 1 | -2/+3 |
* | lcd: add clear and draw bitmap declaration | Che-Liang Chiou | 2011-11-15 | 1 | -0/+2 |
* | GCC4.6: Squash warning in lcd.c | Marek Vasut | 2011-10-27 | 1 | -2/+2 |
* | atmel_lcd: Allow contrast polarity to be either positive or negative | Alexander Stein | 2010-09-25 | 1 | -0/+1 |
* | Enable PXAFB for PXA27X and PXA3XX | Marek Vasut | 2010-07-14 | 1 | -1/+1 |
* | lcd.h: define extern vidinfo_t for all cases | Alessandro Rubini | 2009-07-26 | 1 | -6/+2 |
* | Add 16bit colour support in lcd.h | Mark Jackson | 2009-07-26 | 1 | -1/+1 |
* | video: move extern declarations from C to headers | Alessandro Rubini | 2009-07-25 | 1 | -0/+12 |
* | LCD: support 8bpp BMPs on 16bpp displays | Guennadi Liakhovetski | 2009-02-24 | 1 | -8/+13 |
* | lcd: Let the board code show board-specific info | Haavard Skinnemoen | 2008-10-27 | 1 | -0/+2 |
* | rename CFG_ macros to CONFIG_SYS | Jean-Christophe PLAGNIOL-VILLARD | 2008-10-18 | 1 | -2/+2 |
* | Add ATMEL LCD driver | Stelian Pop | 2008-05-10 | 1 | -1/+29 |
* | include/: Remove obsolete references to CONFIG_COMMANDS | Jon Loeliger | 2007-07-09 | 1 | -2/+2 |
* | include/ non-config: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). | Jon Loeliger | 2007-07-04 | 1 | -1/+1 |
* | Add splashscreen support for MCC200 board. | Wolfgang Denk | 2006-08-30 | 1 | -1/+8 |
* | * Patch by Detlev Zundel, 30 Jun 2005:LABEL_2005_07_04_0202 | wdenk | 2005-07-04 | 1 | -13/+2 |
* | * Clean up tools/bmp_logo.c to not add trailing white space | wdenk | 2004-10-09 | 1 | -6/+255 |
* | Add "cls" function to MPC823 LCD driver so we can reinitialize the | wdenk | 2004-06-25 | 1 | -1/+1 |
* | * Patches by Udi Finkelstein, 2 June 2003:LABEL_2003_06_04_0200 | wdenk | 2003-06-03 | 1 | -0/+6 |
* | Initial revision | wdenk | 2002-11-03 | 1 | -0/+39 |