ARM: 6214/2: driver for the character LCD found in ARM refdesigns
authorLinus Walleij <linus.walleij@stericsson.com>
Sat, 17 Jul 2010 11:33:48 +0000 (12:33 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 26 Jul 2010 09:48:28 +0000 (10:48 +0100)
commitce8962455e902ffa08d59fd2b113942eaaffb0d6
tree206d1a89b91365697bc10af7bbaefa2c0a305807
parentd161edfbf20597752e315e60e31026393680485a
ARM: 6214/2: driver for the character LCD found in ARM refdesigns

This adds a driver for the character LCD found on the ARM Versatile
and RealView Platform Baseboards. It doesn't do very much more than
display the text "ARM Linux" on the first line and the linux banner
on the second line, but that's still useful.

Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Walleij <triad@df.lth.se>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/misc/Kconfig
drivers/misc/Makefile
drivers/misc/arm-charlcd.c [new file with mode: 0644]