dm: video: Add a driver for a rotated text console
authorSimon Glass <sjg@chromium.org>
Tue, 19 Jan 2016 02:52:19 +0000 (19:52 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 21 Jan 2016 02:10:15 +0000 (19:10 -0700)
commitb5146b2811b69775c88a51bc1275377369d6d3b3
tree001bd32c47cd01cb981c96cba09da240349a2c24
parent72cded9ec0dd8e36e17372687b0284044ac079a6
dm: video: Add a driver for a rotated text console

Sometimes the console must be rotated. Add a driver which supports rotating
the text clockwise to 90, 180 and 270 degrees. This can support devices
where the display is rotated for mechanical reasons.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Anatolij Gustschin <agust@denx.de>
drivers/video/Kconfig
drivers/video/Makefile
drivers/video/console_rotate.c [new file with mode: 0644]