aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/vidconsole-uclass.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-23video: squash lines for immediate returnMasahiro Yamada1-5/+1
2016-03-14dm: 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-21video: Name consoles by their numberSimon Glass1-1/+6
2016-01-20dm: video: Add a uclass for the text consoleSimon Glass1-0/+239