aboutsummaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
2016-07-05rockchip: video: Lower hpd wait timeSjoerd Simons1-1/+1
2016-06-19clk: convert API to match reset/mailbox styleStephen Warren4-17/+18
2016-06-12at91: video: Support driver-model for the LCD driverSimon Glass1-0/+91
2016-06-12at91: video: Prepare for driver-model conversionSimon Glass1-36/+70
2016-06-06Merge http://git.denx.de/u-boot-samsungTom Rini18-1272/+1353
2016-05-27rockchip: video: Flush the cache when the display is updatedSimon Glass1-0/+1
2016-05-25exynos: video: Drop old unused codeSimon Glass2-74/+0
2016-05-25exynos: video: Convert several boards to driver model for videoSimon Glass3-198/+357
2016-05-25exynos: video: Rename variables for driver modelSimon Glass4-372/+369
2016-05-25exynos: video: Rename edp_device_info to exynos_dp_privSimon Glass3-15/+15
2016-05-25exynos: Simplify calling of exynos_dp_phy_ctrl()Simon Glass1-7/+2
2016-05-25exynos: video: Combine LCD driver into one fileSimon Glass3-406/+387
2016-05-25exynos: video: Move mipi_lcd_device_dt into a functionSimon Glass1-8/+9
2016-05-25exynos: video: Move struct exynos_platform_mipi_dsim into vidinfoSimon Glass2-16/+5
2016-05-25exynos: video: Move dsim_config_dt into a functionSimon Glass1-18/+19
2016-05-25exynos: video: Drop static variables in exynos_dp_lowlevel.cSimon Glass3-285/+351
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