aboutsummaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
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-23video: Add support for Armada XP LCD controllerStefan Roese3-0/+540
2016-01-21rockchip: video: Add a video-output driverSimon Glass2-1/+347
2016-01-21rockchip: video: Add a display driver for rockchip eDPSimon Glass2-1/+1086
2016-01-21rockchip: video: Add a display driver for rockchip HDMISimon Glass4-0/+952
2016-01-21dm: video: Repurpose the 'displayport' uclass to 'display'Simon Glass6-57/+71
2016-01-21video: panel: Add a simple panel driverSimon Glass2-1/+100
2016-01-21dm: panel: Add a panel uclassSimon Glass2-0/+26
2016-01-21dm: backlight: Add a driver for a PWM backlightSimon Glass2-0/+137
2016-01-21dm: backlight: Add a backlight uclassSimon Glass2-0/+26
2016-01-21video: bridge: Allow GPIOs to be optionalSimon Glass1-4/+7
2016-01-21video: Add a function to control cache flushingSimon Glass1-0/+7
2016-01-21video: Name consoles by their numberSimon Glass1-1/+6
2016-01-20dm: video: test: Add tests for the video uclassSimon Glass1-9/+0
2016-01-20dm: video: sandbox: Convert sandbox to use driver model for videoSimon Glass1-47/+48
2016-01-20sandbox: Move CONFIG_VIDEO_SANDBOX_SDL to KconfigSimon Glass1-0/+9
2016-01-20dm: video: Implement the bmp command for driver modelSimon Glass2-0/+354
2016-01-20dm: video: Add a driver for a rotated text consoleSimon Glass3-0/+450
2016-01-20dm: video: Add a 'normal' text console driverSimon Glass2-1/+142
2016-01-20dm: video: Add a uclass for the text consoleSimon Glass3-1/+261
2016-01-20dm: video: Add a video uclassSimon Glass3-0/+269
2016-01-19Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini3-26/+26
2016-01-12dm: pci: video: Convert video and pci_rom to use DM PCI APISimon Glass1-5/+5
2015-12-16video: Typo cleanup in drivers/video/da8xx-fb.cRobert P. J. Day1-5/+5
2015-12-16video: Clean up formatting, spelling mistakes in exynos_dp*Robert P. J. Day2-21/+21
2015-12-04Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini1-3/+1
2015-11-30Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2-1/+2
2015-11-30video: ipu: fix out of bounds accessPeng Fan2-1/+2
2015-11-25video: ipu: simplify if else codePeng Fan1-3/+1
2015-11-19video: input: Clean up after i8042 conversionSimon Glass1-16/+4
2015-11-19video: Drop unused console functionsSimon Glass1-53/+9
2015-11-12video: mxsfb: introduce lcdif_power_downPeng Fan1-0/+17
2015-11-12mxs: add parameter base_addr for mxs_set_lcdclkPeng Fan1-1/+1
2015-11-05video: Drop DEV_EXT_VIDEO flagBin Meng1-1/+0
2015-11-05video: Drop DEV_FLAGS_SYSTEM flagBin Meng1-1/+1