summaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
2016-03-15Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini5-22/+326
2016-03-15video: ipu: avoid overflow issuePeng Fan1-19/+54
2016-03-15dm: Use uclass_first_device_err() where it is usefulSimon Glass1-4/+2
2016-03-15rockchip: video: Add LVDS support in vop driverJacob Chen1-2/+14
2016-03-15rockchip: video: Add a display driver for rockchip LVDSJacob Chen2-1/+255
2016-03-15dm: video: Add a operation to display uclassJacob Chen1-0/+3
2016-02-22video: Add S3C24xx framebuffer supportMarek Vasut3-1/+174
2016-02-22video: freetype: Fix a memory leak with a bad parameterSimon Glass1-1/+4
2016-02-22video: truetype: Fix a memory leak on errorSimon Glass1-0/+1
2016-02-16tegra: video: Move LCD driver to use the DM PWM driverSimon Glass1-4/+16
2016-02-16tegra: video: Move all fdt-decoding into a single functionSimon Glass1-159/+105
2016-02-16tegra: video: Move LCD enums into the driverSimon Glass1-0/+20
2016-02-16tegra: video: Remove the static variablesSimon Glass1-16/+15
2016-02-16tegra: video: Convert tegra20 LCD driver to driver modelSimon Glass1-213/+172
2016-02-16tegra: video: Merge the two config structures togetherSimon Glass1-19/+53
2016-02-16tegra: video: Move the check for CONFIG_OF_CONTROL to KconfigSimon Glass2-4/+1
2016-02-16tegra: video: Merge the display driver into one fileSimon Glass1-0/+396
2016-02-16tegra: video: Rename CONFIG_VIDEO_TEGRA to CONFIG_VIDEO_TEGRA20Simon Glass2-1/+9
2016-02-16tegra: nyan-big: Move the LCD driver to driver modelSimon Glass6-194/+237
2016-02-16tegra: lcd: Merge tegra124-lcd.c into display.cSimon Glass3-98/+79
2016-02-16dm: video: Flush the cache after a puts()Simon Glass1-0/+1
2016-02-12Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2-1/+13
2016-02-11dm: video: Add a temporary work-around for old stdout varSimon Glass1-0/+10
2016-02-06video: bcm2835: use bus_to_phys() on FB addressStephen Warren1-1/+3
2016-02-06video: Use 'int' for loop variables instead of shortSimon Glass1-1/+1
2016-01-30video: sandbox: Allow selection of font size and console nameSimon Glass1-0/+2
2016-01-30video: Allow selection of the driver and font sizeSimon Glass1-4/+16
2016-01-30video: Add the Cantoraone decorative fontSimon Glass4-0/+15
2016-01-30video: Add the Rufscript handwriting fontSimon Glass4-0/+14
2016-01-30video: Add the AnkaCoder mono-spaced fontSimon Glass4-0/+17
2016-01-30video: Add the Nimbus sans fontSimon Glass4-0/+20
2016-01-30video: Add a console driver that uses TrueType fontsSimon Glass6-2/+580
2016-01-30video: Provide a backspace methodSimon Glass1-1/+11
2016-01-30video: Provide a signal when a new console line is startedSimon Glass1-0/+14
2016-01-30video: Provide a left margin for the text consoleSimon Glass1-3/+3
2016-01-30video: Handle the 'bell' characterSimon Glass1-0/+3
2016-01-30video: Use fractional units for X coordinatesSimon Glass3-42/+104
2016-01-30video kconfig console_normalSimon Glass2-3/+14
2016-01-30video: Add stb TrueType font rendererSimon Glass1-0/+3240
2016-01-26video: add CONFIG_I2C_EDID and disable CONFIG_DISPLAY by defaultAnatolij Gustschin1-1/+9
2016-01-24video: Add support for Armada XP LCD controllerStefan Roese3-0/+540
2016-01-22rockchip: video: Add a video-output driverSimon Glass2-1/+347
2016-01-22rockchip: video: Add a display driver for rockchip eDPSimon Glass2-1/+1086
2016-01-22rockchip: video: Add a display driver for rockchip HDMISimon Glass4-0/+952
2016-01-22dm: video: Repurpose the 'displayport' uclass to 'display'Simon Glass6-57/+71
2016-01-22video: panel: Add a simple panel driverSimon Glass2-1/+100
2016-01-22dm: panel: Add a panel uclassSimon Glass2-0/+26
2016-01-22dm: backlight: Add a driver for a PWM backlightSimon Glass2-0/+137
2016-01-22dm: backlight: Add a backlight uclassSimon Glass2-0/+26
2016-01-22video: bridge: Allow GPIOs to be optionalSimon Glass1-4/+7