summaryrefslogtreecommitdiff
path: root/drivers/video/vidconsole-uclass.c
Commit message (Expand)AuthorAgeLines
* dm: Use uclass_first_device_err() where it is usefulSimon Glass2016-03-14-4/+2
* dm: video: Flush the cache after a puts()Simon Glass2016-02-16-0/+1
* video: Provide a backspace methodSimon Glass2016-01-30-1/+11
* video: Provide a signal when a new console line is startedSimon Glass2016-01-30-0/+14
* video: Provide a left margin for the text consoleSimon Glass2016-01-30-3/+3
* video: Handle the 'bell' characterSimon Glass2016-01-30-0/+3
* video: Use fractional units for X coordinatesSimon Glass2016-01-30-24/+33
* video: Name consoles by their numberSimon Glass2016-01-21-1/+6
* dm: video: Add a uclass for the text consoleSimon Glass2016-01-20-0/+239