summaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
2016-09-24treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada8-8/+8
2016-09-24video: squash lines for immediate returnMasahiro Yamada5-27/+5
2016-08-26sunxi: display: Use PWM to drive backlight where applicableHans de Goede1-0/+11
2016-07-27Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini1-1/+3
2016-07-26rockchip: Use rockchip_get_clk() to obtain the SoC clockSimon Glass1-1/+1
2016-07-16Various, unrelated tree-wide typo fixes.Robert P. J. Day1-1/+1
2016-07-11video: allow version string to be optional when using LOGOTim Harvey1-1/+3
2016-07-06Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini1-281/+52
2016-07-05tegra: video: Always use write-through cache on LCDSimon Glass1-18/+3
2016-07-05video: tegra: Move to using simple-panel and pwm-backlightSimon Glass1-263/+49
2016-07-05rockchip: video: Lower hpd wait timeSjoerd Simons1-1/+1
2016-06-20clk: convert API to match reset/mailbox styleStephen Warren4-17/+18
2016-06-13at91: video: Support driver-model for the LCD driverSimon Glass1-0/+91
2016-06-13at91: 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-28Revert "pxa_lcd: make driver cache-aware"Tom Rini1-16/+0
2016-03-28Revert "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-24sunxi: 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