From a95f9f92e2953d5829a29e95644dc4c4bc93f590 Mon Sep 17 00:00:00 2001 From: mirko Date: Sat, 13 Dec 2008 01:54:56 +0000 Subject: change prefix for kernelpatchbase 2.6.26 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13619 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- ...02-and-not-gta01.-Do-not-call-the-vibrato.patch | 91 ++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100755 target/linux/s3c24xx/patches-2.6.26/1101-This-is-gta02-and-not-gta01.-Do-not-call-the-vibrato.patch (limited to 'target/linux/s3c24xx/patches-2.6.26/1101-This-is-gta02-and-not-gta01.-Do-not-call-the-vibrato.patch') diff --git a/target/linux/s3c24xx/patches-2.6.26/1101-This-is-gta02-and-not-gta01.-Do-not-call-the-vibrato.patch b/target/linux/s3c24xx/patches-2.6.26/1101-This-is-gta02-and-not-gta01.-Do-not-call-the-vibrato.patch new file mode 100755 index 000000000..727e9bb5c --- /dev/null +++ b/target/linux/s3c24xx/patches-2.6.26/1101-This-is-gta02-and-not-gta01.-Do-not-call-the-vibrato.patch @@ -0,0 +1,91 @@ +From f41615922ff8f847afde0872ba8edb0ad4054190 Mon Sep 17 00:00:00 2001 +From: Holger Freyther +Date: Fri, 25 Jul 2008 23:06:03 +0100 +Subject: [PATCH] This is gta02 and not gta01. Do not call the vibrator led. + +Signed-Off-by: Holger Freyther +--- + arch/arm/mach-s3c2440/mach-gta02.c | 25 ++++++++++++------------- + 1 files changed, 12 insertions(+), 13 deletions(-) + +diff --git a/arch/arm/mach-s3c2440/mach-gta02.c b/arch/arm/mach-s3c2440/mach-gta02.c +index 3574375..bd2888a 100644 +--- a/arch/arm/mach-s3c2440/mach-gta02.c ++++ b/arch/arm/mach-s3c2440/mach-gta02.c +@@ -67,7 +67,6 @@ + #include + #include + +-#include + #include + + #include +@@ -855,17 +854,17 @@ static struct glamo_spigpio_info glamo_spigpio_cfg = { + .board_info = gta02_spi_board_info, + }; + +-static struct resource gta01_led_resources[] = { ++static struct resource gta02_vibrator_resources[] = { + [0] = { + .start = GTA02_GPIO_VIBRATOR_ON, + .end = GTA02_GPIO_VIBRATOR_ON, + }, + }; + +-static struct platform_device gta01_led_dev = { ++static struct platform_device gta02_vibrator_dev = { + .name = "neo1973-vibrator", +- .num_resources = ARRAY_SIZE(gta01_led_resources), +- .resource = gta01_led_resources, ++ .num_resources = ARRAY_SIZE(gta02_vibrator_resources), ++ .resource = gta02_vibrator_resources, + }; + + /* SPI: Accelerometers attached to SPI of s3c244x */ +@@ -1090,7 +1089,7 @@ struct platform_device gta02_led_dev = { + .resource = gta02_led_resources, + }; + +-static struct resource gta01_button_resources[] = { ++static struct resource gta02_button_resources[] = { + [0] = { + .start = GTA02_GPIO_AUX_KEY, + .end = GTA02_GPIO_AUX_KEY, +@@ -1105,13 +1104,13 @@ static struct resource gta01_button_resources[] = { + }, + }; + +-static struct platform_device gta01_button_dev = { ++static struct platform_device gta02_button_dev = { + .name = "neo1973-button", +- .num_resources = ARRAY_SIZE(gta01_button_resources), +- .resource = gta01_button_resources, ++ .num_resources = ARRAY_SIZE(gta02_button_resources), ++ .resource = gta02_button_resources, + }; + +-static struct platform_device gta01_pm_gsm_dev = { ++static struct platform_device gta02_pm_gsm_dev = { + .name = "neo1973-pm-gsm", + }; + +@@ -1375,13 +1374,13 @@ static void __init gta02_machine_init(void) + platform_device_register(>a02_glamo_dev); + + platform_device_register(&s3c_device_spi_acc); +- platform_device_register(>a01_button_dev); +- platform_device_register(>a01_pm_gsm_dev); ++ platform_device_register(>a02_button_dev); ++ platform_device_register(>a02_pm_gsm_dev); + platform_device_register(>a02_pm_usbhost_dev); + + mangle_pmu_pdata_by_system_rev(); + platform_device_register(>a02_pmu_dev); +- platform_device_register(>a01_led_dev); ++ platform_device_register(>a02_vibrator_dev); + platform_device_register(>a02_led_dev); + + +-- +1.5.6.3 + -- cgit v1.2.3