summaryrefslogtreecommitdiff
path: root/drivers/video/vidconsole-uclass.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-29dm: video: Add color ANSI escape sequence supportRob Clark1-0/+94
2017-09-29dm: video: Add basic ANSI escape sequence supportRob Clark1-0/+108
2017-09-29dm: video: Fix cache flushesRob Clark1-0/+3
2017-07-11dm: video: Sync display on backspaceSimon Glass1-0/+1
2016-09-24video: squash lines for immediate returnMasahiro Yamada1-5/+1
2016-03-15dm: Use uclass_first_device_err() where it is usefulSimon Glass1-4/+2
2016-02-16dm: video: Flush the cache after a puts()Simon Glass1-0/+1
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 Glass1-24/+33
2016-01-22video: Name consoles by their numberSimon Glass1-1/+6
2016-01-21dm: video: Add a uclass for the text consoleSimon Glass1-0/+239