From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sun, 17 Jan 2016 21:07:24 +0100 Subject: [U-Boot] [PATCH 09/18] dm: video: Add a driver for a rotated text console In-Reply-To: <1452011474-15207-10-git-send-email-sjg@chromium.org> References: <1452011474-15207-1-git-send-email-sjg@chromium.org> <1452011474-15207-10-git-send-email-sjg@chromium.org> Message-ID: <20160117210724.2de29020@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 5 Jan 2016 09:31:05 -0700 Simon Glass wrote: > 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 > --- > > drivers/video/Kconfig | 13 ++ > drivers/video/Makefile | 1 + > drivers/video/console_rotate.c | 435 +++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 449 insertions(+) > create mode 100644 drivers/video/console_rotate.c Acked-by: Anatolij Gustschin -- Anatolij