From fc54b9bf158eea9cae647ce2c58f7d9989af173a Mon Sep 17 00:00:00 2001 From: mirko Date: Fri, 12 Dec 2008 11:58:53 +0000 Subject: changed Makefile and profiles, added patches for kernel 2.6.24 (stable-branch of Openmoko) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13613 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../1134-gta01-fix-resume-redo-par.patch.patch | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 target/linux/s3c24xx/patches-2.6.24/1134-gta01-fix-resume-redo-par.patch.patch (limited to 'target/linux/s3c24xx/patches-2.6.24/1134-gta01-fix-resume-redo-par.patch.patch') diff --git a/target/linux/s3c24xx/patches-2.6.24/1134-gta01-fix-resume-redo-par.patch.patch b/target/linux/s3c24xx/patches-2.6.24/1134-gta01-fix-resume-redo-par.patch.patch new file mode 100644 index 000000000..5b6cfb6ed --- /dev/null +++ b/target/linux/s3c24xx/patches-2.6.24/1134-gta01-fix-resume-redo-par.patch.patch @@ -0,0 +1,32 @@ +From 0e45ee0b0c6b165d0ceb60a30e2f3a83e9273c6f Mon Sep 17 00:00:00 2001 +From: Reddog +Date: Wed, 16 Apr 2008 20:51:25 +0100 +Subject: [PATCH] gta01-fix-resume-redo-par.patch + + --> (http://bugzilla.openmoko.org/cgi-bin/bugzilla/attachment.cgi?id=595&action=view) +fix resume of fbdev BZ#79 + +I played a bit with the fbdev resume. With this patch the neo doesn't get this +white screen on resume from console and from X. + +Signed-off-by: Reddog +--- + drivers/video/s3c2410fb.c | 2 ++ + 1 files changed, 2 insertions(+), 0 deletions(-) + +diff --git a/drivers/video/s3c2410fb.c b/drivers/video/s3c2410fb.c +index b3c31d9..1905135 100644 +--- a/drivers/video/s3c2410fb.c ++++ b/drivers/video/s3c2410fb.c +@@ -1028,6 +1028,8 @@ static int s3c2410fb_resume(struct platform_device *dev) + + s3c2410fb_init_registers(fbinfo); + ++ s3c2410fb_set_par(fbinfo); ++ + return 0; + } + +-- +1.5.6.5 + -- cgit v1.2.3