From 50ce8664e2a57e5ea6b4237ce750b29163d0cb14 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 13 Sep 2005 01:25:32 -0700 Subject: [PATCH] --- yaml --- r: 8775 b: refs/heads/master c: 9fc7896b62b48714fafecf9266d9dc14c1cd6e33 h: refs/heads/master i: 8773: 125eec43e6ca584362655ff6baa2d13ef9d2cdbe 8771: 41ffe6476141a7fb24234b6fcafe7304b6be2d98 8767: 67dce808ad1908c86feed7eafa72d95a4d2dcafb v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-pxa/corgi_lcd.c | 132 ++++++++++++++++++++--- trunk/arch/arm/mach-pxa/sharpsl.h | 11 ++ trunk/include/asm-arm/arch-pxa/sharpsl.h | 10 ++ 4 files changed, 140 insertions(+), 15 deletions(-) diff --git a/[refs] b/[refs] index db6616880016..498fc47bff34 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 50a5de44821352354a3ee804e2c7cbfee5a81c06 +refs/heads/master: 9fc7896b62b48714fafecf9266d9dc14c1cd6e33 diff --git a/trunk/arch/arm/mach-pxa/corgi_lcd.c b/trunk/arch/arm/mach-pxa/corgi_lcd.c index deac29c00290..bfe5efc11b8a 100644 --- a/trunk/arch/arm/mach-pxa/corgi_lcd.c +++ b/trunk/arch/arm/mach-pxa/corgi_lcd.c @@ -1,10 +1,14 @@ /* * linux/drivers/video/w100fb.c * - * Corgi LCD Specific Code for ATI Imageon w100 (Wallaby) + * Corgi/Spitz LCD Specific Code * * Copyright (C) 2005 Richard Purdie * + * Connectivity: + * Corgi - LCD to ATI Imageon w100 (Wallaby) + * Spitz - LCD to PXA Framebuffer + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. @@ -14,9 +18,17 @@ #include #include #include +#include +#include +#include #include +#include +#include +#include +#include +#include #include -#include