summaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk45-714/+45
2013-07-12Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2-2/+3
2013-07-10Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD1-1/+2
2013-07-08video: consolidate splash screen alignment codeAnatolij Gustschin1-22/+2
2013-07-01video: lcd: Add CONFIG_SPLASH_SCREEN_PREPARE support to CONFIG_VIDEORobert Winkler1-2/+3
2013-07-01drivers:video:s6e8ax0: change data_to_send array to staticPiotr Wilczek1-13/+13
2013-06-28Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD1-1/+1
2013-06-28video: mxsfb: Break the line in videomode messageFabio Estevam1-1/+1
2013-06-22Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-2/+2
2013-06-21video: exynos_fb: Add the missing #else clauseAjay Kumar1-1/+2
2013-06-19Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD1-2/+2
2013-06-13Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-0/+5
2013-06-13SMDK5250: Initialise and Enable DWMMC, support FDT and non-FDTAmar1-2/+2
2013-06-07Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini1-6/+9
2013-05-16video: mxsfb: Add an entry for mx23evk/mx28vk video modesFabio Estevam1-0/+5
2013-05-11Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD3-0/+194
2013-05-06arm: mxs: Add MXS LCDIF driverMarek Vasut3-0/+194
2013-05-06cfb_console: flush FB cache at end of public functionsEric Nelson1-6/+9
2013-05-06pxa_lcd: make lcd_enable() a weak pointerMike Dunn1-1/+1
2013-05-06pxa_lcd: add the ACX544AKN lcd deviceMike Dunn1-0/+32
2013-04-13Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD10-197/+1185
2013-03-29video: bcm2835: fix build issuesAnatolij Gustschin1-11/+0
2013-03-29Merge branch 'for-v2013.04'Anatolij Gustschin9-185/+1186
2013-03-27video: exynos_dp: Add function to parse DP DT nodeAjay Kumar2-0/+82
2013-03-27video: exynos_dp: Make dp_regs globalAjay Kumar3-45/+10
2013-03-27video: exynos_fb: add DT support for FIMD driverAjay Kumar2-0/+180
2013-03-27video: exynos_fb: Make fimd_ctrl globalAjay Kumar1-25/+2
2013-03-27video: exynos_dp: Remove callbacks from the driverAjay Kumar1-2/+7
2013-03-27video: exynos_fb: Remove callbacks from the driverAjay Kumar1-16/+51
2013-03-21video: Fix splash screen alignmentMatthias Weisser1-7/+7
2013-03-21lcd, fb: remove duplicated prototypes and unused codeJeroen Hofstee2-73/+0
2013-03-21common/lcd.c: remove global lcd_baseJeroen Hofstee6-26/+6
2013-03-21common/lcd.c: cleanup use of global variablesJeroen Hofstee6-36/+0
2013-03-21lcd, pxafb: move the pxafb to drivers/videoJeroen Hofstee2-0/+651
2013-03-21lcd, mpc8xx: move the mpc8xx driver to drivers/videoJeroen Hofstee2-0/+619
2013-03-21lcd, tegra: remove unused cursor functionsJeroen Hofstee1-52/+0
2013-03-21lcd, amba: remove this driver since it is not usedJeroen Hofstee2-78/+0
2013-03-21common/lcd.c: cleanup use of global variablesWolfgang Denk5-11/+1
2013-03-20video: add a driver for the bcm2835Stephen Warren2-0/+128
2013-03-09omap3: allow dynamic selection of gfx_formatNikita Kiryanov1-1/+1
2013-01-17video: tegra: Update line length to match resolutionThierry Reding1-2/+2
2013-01-14video: exynos_fb: Make a call to draw_logo only when CONFIG_CMD_BMP is selectedAjay Kumar1-2/+4
2013-01-14video: exynos_dp: Remove unused variable disp_infoAjay Kumar1-2/+0
2013-01-10video: Modify exynos_fimd driver to support LCD consoleAjay Kumar2-4/+10
2013-01-09video:cache:fix: Enable dcache flush at LCD subsystem for Exynos based boardsƁukasz Majewski1-0/+3
2012-12-10Merge branch 'master' of git://git.denx.de/u-boot into resolveMinkyu Kang6-1/+176
2012-12-07video: Check for valid FB pointer before clearingDuncan Laurie1-0/+2
2012-12-01x86: video: Add coreboot framebuffer supportStefan Reinauer2-0/+102
2012-11-19tegra: Support control of cache settings for LCDSimon Glass1-0/+11
2012-11-19tegra: Add LCD driverSimon Glass2-0/+369