aboutsummaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
2017-01-03video: tegra: fix spelling in commentMarcel Ziswiler1-1/+1
2016-12-16video: Kconfig: Add VIDEO_IPV3 entryJagan Teki1-0/+7
2016-11-28bcm2835 video: Map frame buffer as 32bppAlexander Graf1-3/+3
2016-11-25rockchip: video: Avoid using u8 in the HDMI driverSimon Glass1-15/+15
2016-11-25rockchip: video: Check for device in useSimon Glass1-0/+9
2016-11-25video: Track whether a display is in useSimon Glass1-1/+17
2016-11-25video: Use cache-alignment in video_sync()Simon Glass1-1/+2
2016-11-25rockchip: video: Correct VOP clock selectionSimon Glass1-6/+1
2016-11-25rockchip: video: Correct HDMI data source selectionSimon Glass1-1/+2
2016-11-13video: bmp: Fix compilation errors with CONFIG_BMP_xxBPP enabledStefan Roese1-3/+3
2016-10-24Fix codying style broken by recent libfdt syncMasahiro Yamada1-1/+1
2016-10-23Convert CONFIG_CONSOLE_SCROLL_LINES to KconfigSimon Glass1-0/+10
2016-10-23video: Move video_get_info_str() prototype to a header fileSimon Glass1-17/+8
2016-10-23Convert CONFIG_CONSOLE_EXTRA_INFO to KconfigSimon Glass1-0/+10
2016-10-23Convert CONFIG_VIDEO_SW_CURSOR to KconfigSimon Glass2-6/+10
2016-10-23video: Drop CONFIG_VIDEO_HW_CURSORSimon Glass2-111/+1
2016-10-23Convert CONFIG_VGA_AS_SINGLE_DEVICE to KconfigSimon Glass2-6/+10
2016-10-23video: Drop the sed13806 driverSimon Glass3-296/+0
2016-10-23video: Drop the s3c-fb driverSimon Glass3-174/+1
2016-10-23video: Drop the imx25lcdc driverSimon Glass2-122/+0
2016-10-23video: Drop the smiLynxEM driverSimon Glass3-849/+0
2016-10-23Convert CONFIG_SYS_CONSOLE_BG_COL et al to KconfigSimon Glass3-49/+74
2016-10-23Convert CONFIG_VIDEO_CT69000 to KconfigSimon Glass1-0/+27
2016-10-23Convert CONFIG_CFB_CONSOLE_ANSI to KconfigSimon Glass1-0/+9
2016-10-23Convert CONFIG_CFB_CONSOLE to KconfigSimon Glass1-0/+41
2016-10-23Convert CONFIG_LCD to KconfigSimon Glass1-0/+8
2016-10-23Convert CONFIG_VIDEO to KconfigSimon Glass1-0/+9
2016-10-13libfdt: Bring in upstream stringlist functionsSimon Glass1-1/+1
2016-10-12Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini9-206/+991
2016-10-12video: Remove legacy VESA and coreboot framebuffer driversBin Meng2-171/+0
2016-10-12x86: coreboot: Convert to use DM coreboot video driverBin Meng1-1/+1
2016-10-12dm: video: Don't do anything in alloc_fb() when plat->size is zeroBin Meng1-0/+3
2016-10-12dm: video: Add driver for coreboot framebuffer deviceBin Meng2-0/+88
2016-10-12x86: Convert to use DM VESA video driverBin Meng1-1/+1
2016-10-12dm: video: Add driver for VESA-compatible deviceBin Meng1-0/+34
2016-10-11dm: x86: Move samus to use new driver model supportSimon Glass1-32/+7
2016-10-11dm: x86: video: Add a driver-model driver for ivybridge graphicsSimon Glass3-0/+856
2016-10-11x86: video: Fix typo in broadwell KconfigSimon Glass1-1/+1
2016-10-10simple panel: fix spelling of debug messageMarcel Ziswiler1-1/+1
2016-09-23treewide: replace #include <asm-generic/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada8-8/+8
2016-09-23video: 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-25rockchip: 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