diff options
author | Mirko Vogt <mirko@openwrt.org> | 2008-12-12 11:58:53 +0000 |
---|---|---|
committer | Mirko Vogt <mirko@openwrt.org> | 2008-12-12 11:58:53 +0000 |
commit | 614683faf8029100802db06a825648d0b6490285 (patch) | |
tree | 7401b135dc7ce24ff0175e67e0f2ce7f96296ff0 /target/linux/s3c24xx/patches/0114--leds-We-would-enable-PWM-for-all-four-timers-disa.patch | |
parent | 4a018d2445c5f249179ff82c8fffb0e3b717f738 (diff) | |
download | upstream-614683faf8029100802db06a825648d0b6490285.tar.gz upstream-614683faf8029100802db06a825648d0b6490285.tar.bz2 upstream-614683faf8029100802db06a825648d0b6490285.zip |
changed Makefile and profiles, added patches for kernel 2.6.24 (stable-branch of Openmoko)
SVN-Revision: 13613
Diffstat (limited to 'target/linux/s3c24xx/patches/0114--leds-We-would-enable-PWM-for-all-four-timers-disa.patch')
-rwxr-xr-x | target/linux/s3c24xx/patches/0114--leds-We-would-enable-PWM-for-all-four-timers-disa.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/target/linux/s3c24xx/patches/0114--leds-We-would-enable-PWM-for-all-four-timers-disa.patch b/target/linux/s3c24xx/patches/0114--leds-We-would-enable-PWM-for-all-four-timers-disa.patch deleted file mode 100755 index 3636e88e0a..0000000000 --- a/target/linux/s3c24xx/patches/0114--leds-We-would-enable-PWM-for-all-four-timers-disa.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 18651314c0fea31faa6f43f184d3237f5b855a95 Mon Sep 17 00:00:00 2001 -From: Holger Freyther <zecke@openmoko.org> -Date: Fri, 25 Jul 2008 23:06:05 +0100 -Subject: [PATCH] [leds] We would enable PWM for all four timers, disable it for all four as well - -Currently we do not use the PWM code to drive the LEDS. We have enabled the PWM -for four timer sources but disable it only for three, fix that up. - -Signed-Off-By: Holger Freyther <zecke@openmoko.org> ---- - drivers/leds/leds-neo1973-gta02.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) - -diff --git a/drivers/leds/leds-neo1973-gta02.c b/drivers/leds/leds-neo1973-gta02.c -index 8678670..fbb62c4 100644 ---- a/drivers/leds/leds-neo1973-gta02.c -+++ b/drivers/leds/leds-neo1973-gta02.c -@@ -161,6 +161,7 @@ static int __init gta02led_probe(struct platform_device *pdev) - case S3C2410_GPB0: - case S3C2410_GPB1: - case S3C2410_GPB2: -+ case S3C2410_GPB3: - lp->has_pwm = 0; - s3c2410_gpio_cfgpin(lp->gpio, S3C2410_GPIO_OUTPUT); - s3c2410_gpio_setpin(lp->gpio, 0); --- -1.5.6.3 - |