From f521f732ba3661c662da287300d1a98ea0737847 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 6 Sep 2005 15:19:05 -0700 Subject: [PATCH] --- yaml --- r: 7482 b: refs/heads/master c: 41b1bce80b43f7c6a6c64006b2abe3a8d52ab120 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-pxa/Makefile | 2 +- trunk/arch/arm/mach-pxa/corgi.c | 35 +- trunk/arch/arm/mach-pxa/corgi_lcd.c | 396 +++++++++++++++++++++ trunk/drivers/input/touchscreen/corgi_ts.c | 28 +- trunk/include/asm-arm/arch-pxa/corgi.h | 8 +- 6 files changed, 409 insertions(+), 62 deletions(-) create mode 100644 trunk/arch/arm/mach-pxa/corgi_lcd.c diff --git a/[refs] b/[refs] index 16490f9654b1..f1fb780a1e3e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: aac51f09d96a0acfb73c1d1c0796358bb47ea07b +refs/heads/master: 41b1bce80b43f7c6a6c64006b2abe3a8d52ab120 diff --git a/trunk/arch/arm/mach-pxa/Makefile b/trunk/arch/arm/mach-pxa/Makefile index efc2f657184e..33dae99ec2d8 100644 --- a/trunk/arch/arm/mach-pxa/Makefile +++ b/trunk/arch/arm/mach-pxa/Makefile @@ -11,7 +11,7 @@ obj-$(CONFIG_PXA27x) += pxa27x.o obj-$(CONFIG_ARCH_LUBBOCK) += lubbock.o obj-$(CONFIG_MACH_MAINSTONE) += mainstone.o obj-$(CONFIG_ARCH_PXA_IDP) += idp.o -obj-$(CONFIG_PXA_SHARP_C7xx) += corgi.o corgi_ssp.o ssp.o +obj-$(CONFIG_PXA_SHARP_C7xx) += corgi.o corgi_ssp.o corgi_lcd.o ssp.o obj-$(CONFIG_MACH_POODLE) += poodle.o # Support for blinky lights diff --git a/trunk/arch/arm/mach-pxa/corgi.c b/trunk/arch/arm/mach-pxa/corgi.c index 06ea730e8675..453be2948533 100644 --- a/trunk/arch/arm/mach-pxa/corgi.c +++ b/trunk/arch/arm/mach-pxa/corgi.c @@ -39,7 +39,6 @@ #include #include -#include