summaryrefslogtreecommitdiff
path: root/packages/linux/linux-jlime-arm-2.6.17/Newfile-Epson1356fb.patch
diff options
context:
space:
mode:
authorKristoffer Ericson <kristoffer_e1@hotmail.com>2006-07-12 18:39:30 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-07-12 18:39:30 +0000
commitb96d67560f2796fc73507dbfedb57125b89addd0 (patch)
tree8017c342e5277cf977ad066a80d96699db387aa9 /packages/linux/linux-jlime-arm-2.6.17/Newfile-Epson1356fb.patch
parent2fb7dbea15a9defe06eff9e3d63a7ea342e71448 (diff)
(KERNEL CHANGES)
conf/distro/jlime-donkey.conf : minor updates linux/linux-jlime-arm-2.6.17/* : Fixes/updates of patches and config linux/linux-jlime-sh3-2.6.17/LinuxSH-2.6.17 : Update to CVS 20060712 * update of cvs from linuxsh, fixes some backlight/suspend issues. linux/linux-jlime-sh3-2.6.17/defconfig_jlime : Minor update to reflect patch.
Diffstat (limited to 'packages/linux/linux-jlime-arm-2.6.17/Newfile-Epson1356fb.patch')
-rw-r--r--packages/linux/linux-jlime-arm-2.6.17/Newfile-Epson1356fb.patch10
1 files changed, 7 insertions, 3 deletions
diff --git a/packages/linux/linux-jlime-arm-2.6.17/Newfile-Epson1356fb.patch b/packages/linux/linux-jlime-arm-2.6.17/Newfile-Epson1356fb.patch
index 7516f06dc9..2c3c93c74e 100644
--- a/packages/linux/linux-jlime-arm-2.6.17/Newfile-Epson1356fb.patch
+++ b/packages/linux/linux-jlime-arm-2.6.17/Newfile-Epson1356fb.patch
@@ -1,6 +1,6 @@
---- linux-2.6.17/drivers/video/epson1356fb.c_orig 2006-07-03 00:20:43.000000000 +0000
-+++ linux-2.6.17/drivers/video/epson1356fb.c 2006-07-03 00:16:37.000000000 +0000
-@@ -0,0 +1,341 @@
+--- linux-2.6.17-vanilla/drivers/video/epson1356fb.c 1970-01-01 00:00:00.000000000 +0000
++++ linux-2.6.17/drivers/video/epson1356fb.c 2006-07-10 17:06:11.000000000 +0000
+@@ -0,0 +1,345 @@
+/*
+ * linux/drivers/video/epson1356fb.c -- Epson 1356 LCD Controller Frame Buffer Device
+ *
@@ -34,8 +34,12 @@
+#include <linux/dma-mapping.h>
+
+#include <asm/uaccess.h>
++#include <asm/hardware.h>
++
+#include <asm/arch/jornada720.h>
+
++#include "console/fbcon.h"
++
+u32 pseudo_pal[16];
+
+struct fb_info fb_info;