summaryrefslogtreecommitdiff
path: root/drivers/video/vidconsole-uclass.c
Commit message (Expand)AuthorAgeFilesLines
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* video: indicate code page of bitmap fontsHeinrich Schuchardt2018-03-061-1/+1
* dm: video: support increased intensity (bold)Heinrich Schuchardt2018-03-061-6/+26
* dm: video: use constants to refer to colorsHeinrich Schuchardt2018-03-061-23/+32
* dm: video: show correct colors in graphical consoleHeinrich Schuchardt2018-03-061-7/+6
* dm: video: Add color ANSI escape sequence supportRob Clark2017-09-291-0/+94
* dm: video: Add basic ANSI escape sequence supportRob Clark2017-09-291-0/+108
* dm: video: Fix cache flushesRob Clark2017-09-291-0/+3
* dm: video: Sync display on backspaceSimon Glass2017-07-111-0/+1
* video: squash lines for immediate returnMasahiro Yamada2016-09-231-5/+1
* dm: Use uclass_first_device_err() where it is usefulSimon Glass2016-03-141-4/+2
* dm: video: Flush the cache after a puts()Simon Glass2016-02-161-0/+1
* video: Provide a backspace methodSimon Glass2016-01-301-1/+11
* video: Provide a signal when a new console line is startedSimon Glass2016-01-301-0/+14
* video: Provide a left margin for the text consoleSimon Glass2016-01-301-3/+3
* video: Handle the 'bell' characterSimon Glass2016-01-301-0/+3
* video: Use fractional units for X coordinatesSimon Glass2016-01-301-24/+33
* video: Name consoles by their numberSimon Glass2016-01-211-1/+6
* dm: video: Add a uclass for the text consoleSimon Glass2016-01-201-0/+239