aboutsummaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
2016-05-25exynos: video: Drop static variables in exynos_fb.cSimon Glass1-6/+2
2016-05-25exynos: video: Drop static variables in exynos_fimd.cSimon Glass2-23/+30
2016-05-25exynos: video: Drop the static lcd_base_addr variableSimon Glass3-34/+15
2016-05-25exynos: video: Remove use of vidinfo_t typedefSimon Glass3-11/+11
2016-05-25exynos: video: Drop dead codeSimon Glass4-26/+0
2016-05-25exynos: video: Move driver files into their own directorySimon Glass15-7/+15
2016-05-17Merge git://git.denx.de/u-boot-dmTom Rini1-0/+7
2016-05-17video: tegra: refuse to bind to disabled dcsStephen Warren1-0/+7
2016-05-17Merge branch 'master' of git://git.denx.de/u-bootStefano Babic1-7/+23
2016-04-28drivers/video/am335x-fb: Properly point framebuffer behind paletteMartin Pietryka1-4/+4
2016-04-28drivers/video/am335x-fb: Add support for 16bpp formatMartin Pietryka1-3/+19
2016-04-28video: ipu_common: fix build errorPeng Fan1-1/+3
2016-04-25drivers/video/am335x-fb: Fix bits for LCD_PALMODE_RAWDATA definitionMartin Pietryka1-1/+1
2016-03-27Revert "pxa_lcd: make driver cache-aware"Tom Rini1-16/+0
2016-03-27Revert "pxa_lcd: invert colors for Zipit Z2 to get white on black palette"Tom Rini1-1/+1
2016-03-27pxa_lcd: make driver cache-awareVasily Khoruzhick1-0/+16
2016-03-27pxa_lcd: invert colors for Zipit Z2 to get white on black paletteVasily Khoruzhick1-1/+1
2016-03-27zipitz2: enable LCD rotationVasily Khoruzhick1-0/+1
2016-03-27bcm2835 video: Map fb as cachedAlexander Graf1-0/+9
2016-03-23sunxi: Configure only LVDS pins instead of all LCD pins when LVDS interface s...Lawrence Yu1-0/+4
2016-03-17x86: broadwell: Add video supportSimon Glass4-1/+1174
2016-03-17video: Allow simple-panel to be used without regulatorsSimon Glass1-8/+10
2016-03-17x86: Move asm/arch-coreboot/tables.h to a common placeBin Meng1-1/+0
2016-03-15Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini5-22/+326
2016-03-14video: ipu: avoid overflow issuePeng Fan1-19/+54
2016-03-14dm: Use uclass_first_device_err() where it is usefulSimon Glass1-4/+2
2016-03-14rockchip: video: Add LVDS support in vop driverJacob Chen1-2/+14
2016-03-14rockchip: video: Add a display driver for rockchip LVDSJacob Chen2-1/+255
2016-03-14dm: video: Add a operation to display uclassJacob Chen1-0/+3
2016-02-22video: Add S3C24xx framebuffer supportMarek Vasut3-1/+174
2016-02-22video: freetype: Fix a memory leak with a bad parameterSimon Glass1-1/+4
2016-02-22video: truetype: Fix a memory leak on errorSimon Glass1-0/+1
2016-02-16tegra: video: Move LCD driver to use the DM PWM driverSimon Glass1-4/+16
2016-02-16tegra: video: Move all fdt-decoding into a single functionSimon Glass1-159/+105
2016-02-16tegra: video: Move LCD enums into the driverSimon Glass1-0/+20
2016-02-16tegra: video: Remove the static variablesSimon Glass1-16/+15
2016-02-16tegra: video: Convert tegra20 LCD driver to driver modelSimon Glass1-213/+172
2016-02-16tegra: video: Merge the two config structures togetherSimon Glass1-19/+53
2016-02-16tegra: video: Move the check for CONFIG_OF_CONTROL to KconfigSimon Glass2-4/+1
2016-02-16tegra: video: Merge the display driver into one fileSimon Glass1-0/+396
2016-02-16tegra: video: Rename CONFIG_VIDEO_TEGRA to CONFIG_VIDEO_TEGRA20Simon Glass2-1/+9
2016-02-16tegra: nyan-big: Move the LCD driver to driver modelSimon Glass6-194/+237
2016-02-16tegra: lcd: Merge tegra124-lcd.c into display.cSimon Glass3-98/+79
2016-02-16dm: video: Flush the cache after a puts()Simon Glass1-0/+1
2016-02-11Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2-1/+13
2016-02-11dm: video: Add a temporary work-around for old stdout varSimon Glass1-0/+10
2016-02-06video: bcm2835: use bus_to_phys() on FB addressStephen Warren1-1/+3
2016-02-06video: Use 'int' for loop variables instead of shortSimon Glass1-1/+1
2016-01-30video: sandbox: Allow selection of font size and console nameSimon Glass1-0/+2
2016-01-30video: Allow selection of the driver and font sizeSimon Glass1-4/+16