summaryrefslogtreecommitdiffstats
path: root/target/linux/s3c24xx/patches-2.6.26/1101-This-is-gta02-and-not-gta01.-Do-not-call-the-vibrato.patch
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-03-14 15:52:42 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-03-14 15:52:42 +0000
commit26e3776a22bf894ced5af4c28968dc1dc99968eb (patch)
tree2d38a3789e27a423439c37a45a09cae31990a615 /target/linux/s3c24xx/patches-2.6.26/1101-This-is-gta02-and-not-gta01.-Do-not-call-the-vibrato.patch
parent4bd70fc26256cf485f19e0c8b881e078dc36134f (diff)
nuke obsolete kernel stuff
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14875 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/s3c24xx/patches-2.6.26/1101-This-is-gta02-and-not-gta01.-Do-not-call-the-vibrato.patch')
-rwxr-xr-xtarget/linux/s3c24xx/patches-2.6.26/1101-This-is-gta02-and-not-gta01.-Do-not-call-the-vibrato.patch91
1 files changed, 0 insertions, 91 deletions
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
deleted file mode 100755
index 727e9bb5c..000000000
--- a/target/linux/s3c24xx/patches-2.6.26/1101-This-is-gta02-and-not-gta01.-Do-not-call-the-vibrato.patch
+++ /dev/null
@@ -1,91 +0,0 @@
-From f41615922ff8f847afde0872ba8edb0ad4054190 Mon Sep 17 00:00:00 2001
-From: Holger Freyther <zecke@openmoko.org>
-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 <zecke@openmoko.org>
----
- 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 <asm/arch/spi-gpio.h>
- #include <asm/arch/usb-control.h>
-
--#include <asm/arch/gta01.h>
- #include <asm/arch/gta02.h>
-
- #include <asm/plat-s3c/regs-serial.h>
-@@ -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(&gta02_glamo_dev);
-
- platform_device_register(&s3c_device_spi_acc);
-- platform_device_register(&gta01_button_dev);
-- platform_device_register(&gta01_pm_gsm_dev);
-+ platform_device_register(&gta02_button_dev);
-+ platform_device_register(&gta02_pm_gsm_dev);
- platform_device_register(&gta02_pm_usbhost_dev);
-
- mangle_pmu_pdata_by_system_rev();
- platform_device_register(&gta02_pmu_dev);
-- platform_device_register(&gta01_led_dev);
-+ platform_device_register(&gta02_vibrator_dev);
- platform_device_register(&gta02_led_dev);
-
-
---
-1.5.6.3
-