From a43e2b53a23bbd6955209a01a8388508f9205857 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Tue, 30 Oct 2007 15:21:19 +0000 Subject: linux-rp: update Tosa patchset in 2.6.22 and 2.6.23 - close #3233 USB Host patches are not updated --- .../linux-rp-2.6.23/tosa-tmio-lcd-r10-fix-r0.patch | 70 ++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 packages/linux/linux-rp-2.6.23/tosa-tmio-lcd-r10-fix-r0.patch (limited to 'packages/linux/linux-rp-2.6.23/tosa-tmio-lcd-r10-fix-r0.patch') diff --git a/packages/linux/linux-rp-2.6.23/tosa-tmio-lcd-r10-fix-r0.patch b/packages/linux/linux-rp-2.6.23/tosa-tmio-lcd-r10-fix-r0.patch new file mode 100644 index 0000000000..73913bccc8 --- /dev/null +++ b/packages/linux/linux-rp-2.6.23/tosa-tmio-lcd-r10-fix-r0.patch @@ -0,0 +1,70 @@ +From bb3ed6577c592d86f0976a92978c9454bbdfbe59 Mon Sep 17 00:00:00 2001 +From: Dmitry Baryshkov +Date: Fri, 19 Oct 2007 02:01:23 +0400 +Subject: [PATCH] tosa-tmio-lcd-r10.patch fixes + +--- + arch/arm/mach-pxa/tosa_lcd.c | 5 +++-- + 1 files changed, 3 insertions(+), 2 deletions(-) + +diff --git a/arch/arm/mach-pxa/tosa_lcd.c b/arch/arm/mach-pxa/tosa_lcd.c +index eeeee3e..d52f63f 100644 +--- a/arch/arm/mach-pxa/tosa_lcd.c ++++ b/arch/arm/mach-pxa/tosa_lcd.c +@@ -66,7 +66,7 @@ static unsigned short normal_i2c[] = { + }; + I2C_CLIENT_INSMOD; + +-static struct corgibl_machinfo tosa_bl_machinfo = { ++static struct generic_bl_info tosa_bl_machinfo = { + .max_intensity = 255, + .default_intensity = 68, + .limit_mask = 0x0b, +@@ -80,7 +80,8 @@ int tosa_bl_intensity(void) + + static void pxa_nssp_output(unsigned char reg, unsigned char data) + { +- unsigned long flag, dummy; ++ unsigned long flag; ++ u32 dummy; + u32 dat = ( ((reg << 5) & 0xe0) | (data & 0x1f) ); + spin_lock_irqsave(&tosa_nssp_lock, flag); + +-- +1.4.4.4 + +From bb3ed6577c592d86f0976a92978c9454bbdfbe59 Mon Sep 17 00:00:00 2001 +From: Dmitry Baryshkov +Date: Fri, 19 Oct 2007 02:01:23 +0400 +Subject: [PATCH] tosa-tmio-lcd-r10.patch fixes + +--- + arch/arm/mach-pxa/tosa_lcd.c | 5 +++-- + 1 files changed, 3 insertions(+), 2 deletions(-) + +diff --git a/arch/arm/mach-pxa/tosa_lcd.c b/arch/arm/mach-pxa/tosa_lcd.c +index eeeee3e..d52f63f 100644 +--- a/arch/arm/mach-pxa/tosa_lcd.c ++++ b/arch/arm/mach-pxa/tosa_lcd.c +@@ -66,7 +66,7 @@ static unsigned short normal_i2c[] = { + }; + I2C_CLIENT_INSMOD; + +-static struct corgibl_machinfo tosa_bl_machinfo = { ++static struct generic_bl_info tosa_bl_machinfo = { + .max_intensity = 255, + .default_intensity = 68, + .limit_mask = 0x0b, +@@ -80,7 +80,8 @@ int tosa_bl_intensity(void) + + static void pxa_nssp_output(unsigned char reg, unsigned char data) + { +- unsigned long flag, dummy; ++ unsigned long flag; ++ u32 dummy; + u32 dat = ( ((reg << 5) & 0xe0) | (data & 0x1f) ); + spin_lock_irqsave(&tosa_nssp_lock, flag); + +-- +1.4.4.4 + -- cgit v1.2.3 From 566c8bb147d8ba79662edcd755883793e0c945f5 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Wed, 31 Oct 2007 10:44:22 +0000 Subject: linux-rp: cleaned Tosa patches (my fault) --- .../linux-rp-2.6.23/tosa-tmio-lcd-r10-fix-r0.patch | 35 ---------------------- 1 file changed, 35 deletions(-) (limited to 'packages/linux/linux-rp-2.6.23/tosa-tmio-lcd-r10-fix-r0.patch') diff --git a/packages/linux/linux-rp-2.6.23/tosa-tmio-lcd-r10-fix-r0.patch b/packages/linux/linux-rp-2.6.23/tosa-tmio-lcd-r10-fix-r0.patch index 73913bccc8..a2e2bee151 100644 --- a/packages/linux/linux-rp-2.6.23/tosa-tmio-lcd-r10-fix-r0.patch +++ b/packages/linux/linux-rp-2.6.23/tosa-tmio-lcd-r10-fix-r0.patch @@ -33,38 +33,3 @@ index eeeee3e..d52f63f 100644 -- 1.4.4.4 -From bb3ed6577c592d86f0976a92978c9454bbdfbe59 Mon Sep 17 00:00:00 2001 -From: Dmitry Baryshkov -Date: Fri, 19 Oct 2007 02:01:23 +0400 -Subject: [PATCH] tosa-tmio-lcd-r10.patch fixes - ---- - arch/arm/mach-pxa/tosa_lcd.c | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) - -diff --git a/arch/arm/mach-pxa/tosa_lcd.c b/arch/arm/mach-pxa/tosa_lcd.c -index eeeee3e..d52f63f 100644 ---- a/arch/arm/mach-pxa/tosa_lcd.c -+++ b/arch/arm/mach-pxa/tosa_lcd.c -@@ -66,7 +66,7 @@ static unsigned short normal_i2c[] = { - }; - I2C_CLIENT_INSMOD; - --static struct corgibl_machinfo tosa_bl_machinfo = { -+static struct generic_bl_info tosa_bl_machinfo = { - .max_intensity = 255, - .default_intensity = 68, - .limit_mask = 0x0b, -@@ -80,7 +80,8 @@ int tosa_bl_intensity(void) - - static void pxa_nssp_output(unsigned char reg, unsigned char data) - { -- unsigned long flag, dummy; -+ unsigned long flag; -+ u32 dummy; - u32 dat = ( ((reg << 5) & 0xe0) | (data & 0x1f) ); - spin_lock_irqsave(&tosa_nssp_lock, flag); - --- -1.4.4.4 - -- cgit v1.2.3