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-2.6.24/1221-change-remove-kernel-charging-led-drive.patch.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-2.6.24/1221-change-remove-kernel-charging-led-drive.patch.patch')
-rw-r--r-- | target/linux/s3c24xx/patches-2.6.24/1221-change-remove-kernel-charging-led-drive.patch.patch | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/target/linux/s3c24xx/patches-2.6.24/1221-change-remove-kernel-charging-led-drive.patch.patch b/target/linux/s3c24xx/patches-2.6.24/1221-change-remove-kernel-charging-led-drive.patch.patch new file mode 100644 index 0000000000..413be3bfe5 --- /dev/null +++ b/target/linux/s3c24xx/patches-2.6.24/1221-change-remove-kernel-charging-led-drive.patch.patch @@ -0,0 +1,30 @@ +From e86a397ab500cda75e7e0b7a27011f5dedee8338 Mon Sep 17 00:00:00 2001 +From: Andy Green <andy@openmoko.com> +Date: Wed, 2 Jul 2008 22:45:15 +0100 +Subject: [PATCH] change-remove-kernel-charging-led-drive.patch + +Signed-off-by: Andy Green <andy@openmoko.com> +--- + arch/arm/mach-s3c2440/mach-gta02.c | 5 ----- + 1 files changed, 0 insertions(+), 5 deletions(-) + +diff --git a/arch/arm/mach-s3c2440/mach-gta02.c b/arch/arm/mach-s3c2440/mach-gta02.c +index e66498b..686291b 100644 +--- a/arch/arm/mach-s3c2440/mach-gta02.c ++++ b/arch/arm/mach-s3c2440/mach-gta02.c +@@ -485,12 +485,7 @@ static int pmu_callback(struct device *dev, unsigned int feature, + pcf50633_charge_enable(pcf50633_global, 0); + break; + case PMU_EVT_CHARGER_IDLE: +- /* printk(KERN_ERR"PMU_EVT_CHARGER_IDLE\n"); */ +- neo1973_gpb_setpin(GTA02_GPIO_AUX_LED, 0); +- break; + case PMU_EVT_CHARGER_ACTIVE: +- /* printk(KERN_ERR"PMU_EVT_CHARGER_ACTIVE\n"); */ +- neo1973_gpb_setpin(GTA02_GPIO_AUX_LED, 1); + break; + default: + break; +-- +1.5.6.5 + |