From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jun Nie Date: Tue, 10 Nov 2009 08:12:04 +0000 Subject: [PATCH 1/8] pxa: support pxa168 LCD controller SPI operation Message-Id: <7c34ac520911100012s3504b2ek75670ecb057692a7@mail.gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org >From fbdcfdc7877f2e6030a0ae5f6738a07e35fc6757 Mon Sep 17 00:00:00 2001 From: Jun Nie Date: Tue, 10 Nov 2009 10:01:03 +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 | 44 +++++++++++++++++++++++++ 3 files changed, 126 insertions(+), 23 deletions(-) diff --git a/drivers/video/pxa168fb.c b/drivers/video/pxa168fb.c index 84d8327..e1f1c5f 100644 --- a/drivers/video/pxa168fb.c +++ b/drivers/video/pxa168fb.c @@ -27,12 +27,90 @@ #include #include #include +#include #include