summaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini12-24/+0
2018-04-25Merge git://git.denx.de/u-boot-videoTom Rini2-1/+1
2018-04-24video-uclass: Fix logical-not-parentheses warningTom Rini1-1/+1
2018-04-16video: vesa: Change default FRAMEBUFFER_VESA_MODEBin Meng1-1/+1
2018-04-15Merge git://git.denx.de/u-boot-imxTom Rini2-61/+0
2018-04-15imx31_phycore: DeleteTom Rini2-61/+0
2018-04-09treewide: fix up files incorrectly marked executableFabio Estevam1-0/+0
2018-04-04Merge git://git.denx.de/u-boot-sunxiTom Rini1-2/+0
2018-04-04sunxi: revert disabling of featuresAndre Przywara1-2/+0
2018-03-29video: rk3288_mipi: Combine NULL check into IS_ERR_OR_NULL()Punit Agrawal1-1/+1
2018-03-29video: rk3288_mipi: check in rk_mipi_ofdata_to_platdataHeinrich Schuchardt1-1/+1
2018-03-29video: rk3399_mipi: Combine NULL check into IS_ERR_OR_NULL()Punit Agrawal1-1/+1
2018-03-29video: rk3399_mipi: correct error checkingHeinrich Schuchardt1-1/+1
2018-03-19video: stm32: stm32_ltdc: set the blending factoryannick fertre1-6/+35
2018-03-19video: stm32: stm32_ltdc: missing set of line interrupt positionyannick fertre1-0/+2
2018-03-19video: stm32: stm32_ltdc: set rate of the pixel clockyannick fertre1-23/+29
2018-03-19video: stm32: stm32_ltdc: update file header & footeryannick fertre1-9/+8
2018-03-19video: stm32: stm32_ltdc: add resetyannick fertre1-0/+11
2018-03-19video: exynos: remove redundant assignmentsHeinrich Schuchardt1-6/+6
2018-03-19video, da8xx-fb: fix time out in wait_for_event()Heinrich Schuchardt1-2/+3
2018-03-19video: stb_truetype: simplify expressionHeinrich Schuchardt1-1/+1
2018-03-19video: cfb_console: simplify logical constraintHeinrich Schuchardt1-1/+1
2018-03-09sunxi: video: mark framebuffer as EFI reserved memoryHeinrich Schuchardt1-0/+8
2018-03-06video: indicate code page of bitmap fontsHeinrich Schuchardt1-1/+1
2018-03-06pwm-backlight: make power-supply as optionKever Yang1-12/+12
2018-03-06dm: video: support increased intensity (bold)Heinrich Schuchardt2-7/+30
2018-03-06dm: video: use constants to refer to colorsHeinrich Schuchardt2-29/+45
2018-03-06dm: video: correctly clean background in 16bit modeHeinrich Schuchardt1-2/+14
2018-03-06dm: video: show correct colors in graphical consoleHeinrich Schuchardt1-7/+6
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada4-4/+4
2018-02-23rockchip: video: rk_vop: migrate to livetreePhilipp Tomsich1-28/+57
2018-02-23rockchip: video: rk_hdmi: migrate to livetreePhilipp Tomsich1-1/+1
2018-02-14video: ivybridge_igd: Fix compiler warningBin Meng1-56/+0
2018-01-26Merge git://git.denx.de/u-boot-sunxiTom Rini2-0/+4
2018-01-26video: bpp16: Disable by default on sunXiMaxime Ripard1-0/+1
2018-01-26video: bpp8: Disable by default on sunXiMaxime Ripard1-0/+1
2018-01-26Merge git://git.denx.de/u-boot-spiTom Rini1-32/+32
2018-01-24wait_bit: use wait_for_bit_le32 and remove wait_for_bitÁlvaro Fernández Rojas1-32/+32
2018-01-22sunxi: Fix display timing flagsGiulio Benetti1-0/+2
2018-01-11am335x-fb: setup display PLLHannes Schmelzer2-4/+52
2018-01-11am335x-fb: cosmetic: fix coding styleHannes Schmelzer1-3/+3
2018-01-11am335x-fb: cosmetic: update-copyrightHannes Schmelzer2-4/+4
2018-01-03video: Support multiple lines version string displayPeng Fan1-7/+23
2018-01-03video: ipu: Fix dereferencing NULL pointer problemPeng Fan1-1/+5
2017-12-02sunxi: video: HDMI: split VSYNC and HSYNC polarity settingsVasily Khoruzhick1-9/+5
2017-12-02video: sunxi: de2: add support for LCD SimpleFBIcenowy Zheng1-1/+10
2017-11-06video: sunxi: de2: fix SimpleFB node creation when HDMI not initializedIcenowy Zheng1-5/+11
2017-10-29exynos: video: fix typo in DisplayPort driverDongjin Kim1-1/+1
2017-10-29video/da8xx-fb: Cache-align memory allocationsNiko Mauno1-4/+4
2017-10-27sunxi: video: add LCD support to DE2 driverVasily Khoruzhick3-1/+170