fb: add support for the ILI9320 video display controller
authorBen Dooks <ben-linux@fluff.org>
Thu, 24 Jul 2008 04:31:37 +0000 (21:31 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 24 Jul 2008 17:47:40 +0000 (10:47 -0700)
commitcccb6d3c149603b9c15d3c460dff317455df1766
treef10a0e1a546d4a80cac95092b544544473da533f
parentd05254190dd1a4751284f4a51efb70fcc16c45a4
fb: add support for the ILI9320 video display controller

Provide support for the ILI9320 display controller chip which is found in
many LCD displays.  Included with this is support for an example LCD using
this chip, the VGG2432A4.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/video/backlight/Kconfig
drivers/video/backlight/Makefile
drivers/video/backlight/ili9320.c [new file with mode: 0644]
drivers/video/backlight/ili9320.h [new file with mode: 0644]
drivers/video/backlight/vgg2432a4.c [new file with mode: 0644]
include/video/ili9320.h [new file with mode: 0644]