summaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)Author
2016-09-18sunxi: Configure only LVDS pins instead of all LCD pins when LVDS interface s...Lawrence Yu
2016-03-17x86: broadwell: Add video supportSimon Glass
2016-03-17video: Allow simple-panel to be used without regulatorsSimon Glass
2016-03-17x86: Move asm/arch-coreboot/tables.h to a common placeBin Meng
2016-03-15Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini
2016-03-14video: ipu: avoid overflow issuePeng Fan
2016-03-14dm: Use uclass_first_device_err() where it is usefulSimon Glass
2016-03-14rockchip: video: Add LVDS support in vop driverJacob Chen
2016-03-14rockchip: video: Add a display driver for rockchip LVDSJacob Chen
2016-03-14dm: video: Add a operation to display uclassJacob Chen
2016-02-22video: Add S3C24xx framebuffer supportMarek Vasut
2016-02-22video: freetype: Fix a memory leak with a bad parameterSimon Glass
2016-02-22video: truetype: Fix a memory leak on errorSimon Glass
2016-02-16tegra: video: Move LCD driver to use the DM PWM driverSimon Glass
2016-02-16tegra: video: Move all fdt-decoding into a single functionSimon Glass
2016-02-16tegra: video: Move LCD enums into the driverSimon Glass
2016-02-16tegra: video: Remove the static variablesSimon Glass
2016-02-16tegra: video: Convert tegra20 LCD driver to driver modelSimon Glass
2016-02-16tegra: video: Merge the two config structures togetherSimon Glass
2016-02-16tegra: video: Move the check for CONFIG_OF_CONTROL to KconfigSimon Glass
2016-02-16tegra: video: Merge the display driver into one fileSimon Glass
2016-02-16tegra: video: Rename CONFIG_VIDEO_TEGRA to CONFIG_VIDEO_TEGRA20Simon Glass
2016-02-16tegra: nyan-big: Move the LCD driver to driver modelSimon Glass
2016-02-16tegra: lcd: Merge tegra124-lcd.c into display.cSimon Glass
2016-02-16dm: video: Flush the cache after a puts()Simon Glass
2016-02-11Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini
2016-02-11dm: video: Add a temporary work-around for old stdout varSimon Glass
2016-02-06video: bcm2835: use bus_to_phys() on FB addressStephen Warren
2016-02-06video: Use 'int' for loop variables instead of shortSimon Glass
2016-01-30video: sandbox: Allow selection of font size and console nameSimon Glass
2016-01-30video: Allow selection of the driver and font sizeSimon Glass
2016-01-30video: Add the Cantoraone decorative fontSimon Glass
2016-01-30video: Add the Rufscript handwriting fontSimon Glass
2016-01-30video: Add the AnkaCoder mono-spaced fontSimon Glass
2016-01-30video: Add the Nimbus sans fontSimon Glass
2016-01-30video: Add a console driver that uses TrueType fontsSimon Glass
2016-01-30video: Provide a backspace methodSimon Glass
2016-01-30video: Provide a signal when a new console line is startedSimon Glass
2016-01-30video: Provide a left margin for the text consoleSimon Glass
2016-01-30video: Handle the 'bell' characterSimon Glass
2016-01-30video: Use fractional units for X coordinatesSimon Glass
2016-01-30video kconfig console_normalSimon Glass
2016-01-30video: Add stb TrueType font rendererSimon Glass
2016-01-26video: add CONFIG_I2C_EDID and disable CONFIG_DISPLAY by defaultAnatolij Gustschin
2016-01-23video: Add support for Armada XP LCD controllerStefan Roese
2016-01-21rockchip: video: Add a video-output driverSimon Glass
2016-01-21rockchip: video: Add a display driver for rockchip eDPSimon Glass
2016-01-21rockchip: video: Add a display driver for rockchip HDMISimon Glass
2016-01-21dm: video: Repurpose the 'displayport' uclass to 'display'Simon Glass
2016-01-21video: panel: Add a simple panel driverSimon Glass