aboutsummaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
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
2017-10-27sunxi: video: split out PLL configuration codeVasily Khoruzhick2-116/+129
2017-10-26video: add anx6345 DM driverVasily Khoruzhick3-0/+435
2017-10-26video: anx9804: split out registers definitions into a separate headerVasily Khoruzhick2-53/+99
2017-10-26dm: video: bridge: add operation to read EDIDVasily Khoruzhick1-0/+10
2017-10-26sunxi: setup simplefb for Allwinner DE2Icenowy Zheng2-1/+73
2017-10-26video: add an option for video simplefb via DTIcenowy Zheng1-0/+8
2017-10-26video: sunxi: extract simplefb match code to a new fileIcenowy Zheng4-12/+55
2017-10-09Merge git://git.denx.de/u-boot-videoTom Rini3-3/+214
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada1-1/+1
2017-09-29dm: video: Add color ANSI escape sequence supportRob Clark1-0/+94
2017-09-29dm: video: Add basic ANSI escape sequence supportRob Clark3-3/+117
2017-09-29dm: video: Fix cache flushesRob Clark1-0/+3
2017-09-21Merge branch 'next' of git://git.denx.de/u-boot-videoTom Rini9-6/+657
2017-09-12video: add config option to skip framebuffer clearRob Clark3-2/+13
2017-09-12video: simplefbRob Clark3-1/+84
2017-09-12video: add STM32 LTDC display controllerPhilippe CORNU5-0/+463
2017-09-12dm: backlight: Add a driver for GPIO backlightPatrick Delaunay3-0/+85
2017-09-12dm: backlight: Add CONFIG_BACKLIGHT_PWMPatrick Delaunay2-3/+12
2017-09-11ipu_common: Let the MX6 IPU clock be calculated in run-timeFabio Estevam1-1/+13
2017-09-04video: ipuv3_fb: skip IPU shutdown if IPU was not enabled beforeAnatolij Gustschin3-0/+9
2017-09-01Revert "Merge git://git.denx.de/u-boot-video"Tom Rini1-12/+1
2017-08-29video: ipuv3_fb: skip IPU shutdown if IPU was not enabled beforeAnatolij Gustschin1-1/+12
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass6-7/+10
2017-08-07rockchip: video: Makefile: Add soc specific driver for rk3288 mipi dsieric.gao@rock-chips.com1-0/+1
2017-08-07rockchip: video: mipi: Add rk3288 soc specific driver for mipi dsieric.gao@rock-chips.com2-1/+192
2017-08-07rockchop: video: mipi: Makefile: Add soc specfic driver for rk3399 mipi dsieric.gao@rock-chips.com1-1/+2
2017-08-07rockchip: video: mipi: Split mipi driver into common and specific partseric.gao@rock-chips.com3-164/+220
2017-08-07video: Drop the ct69000 driverBin Meng4-1208/+2
2017-08-07video: Drop the sm501 driverBin Meng2-226/+0
2017-08-07video: Drop the sed156x driverBin Meng2-547/+0
2017-08-07video: Drop the l5f31188 driverBin Meng2-193/+0
2017-07-28dm: video: tegra124: Convert to livetreeSimon Glass3-25/+11
2017-07-12imx: reorganize IMX code as other SOCsStefano Babic1-1/+1