From 40bb744e91d8058faa38fb953ade1964c865e846 Mon Sep 17 00:00:00 2001 From: Jun Nie Date: Fri, 13 Nov 2009 14:02:20 +0800 Subject: [PATCH] pxa: support pxa168 LCD controller SPI operation Signed-off-by: Jun Nie --- drivers/video/pxa168fb.c | 81 ++++++++++++++++++++++++++++++++++++++++++++++ drivers/video/pxa168fb.h | 24 +------------- include/video/pxa168fb.h | 47 ++++++++++++++++++++++++++ 3 files changed, 129 insertions(+), 23 deletions(-) diff --git a/drivers/video/pxa168fb.c b/drivers/video/pxa168fb.c index 84d8327..aec95c4 100644 --- a/drivers/video/pxa168fb.c +++ b/drivers/video/pxa168fb.c @@ -27,12 +27,90 @@ #include #include #include +#include #include