summaryrefslogtreecommitdiff
path: root/target/linux/s3c24xx/patches-2.6.26/0201-change-remove-kernel-charging-led-drive.patch.patch
diff options
context:
space:
mode:
authorMirko Vogt <mirko@openwrt.org>2008-12-13 01:54:56 +0000
committerMirko Vogt <mirko@openwrt.org>2008-12-13 01:54:56 +0000
commitc931b21161bf3d8a8cab193045b7deb52f914fb2 (patch)
tree6f4c70017b90c8dddb4845ce8a363d61268e016d /target/linux/s3c24xx/patches-2.6.26/0201-change-remove-kernel-charging-led-drive.patch.patch
parent738e5ca558af0a32073576d9a361d0b5e6383e8e (diff)
downloadmtk-20170518-c931b21161bf3d8a8cab193045b7deb52f914fb2.zip
mtk-20170518-c931b21161bf3d8a8cab193045b7deb52f914fb2.tar.gz
mtk-20170518-c931b21161bf3d8a8cab193045b7deb52f914fb2.tar.bz2
change prefix for kernelpatchbase 2.6.26
SVN-Revision: 13619
Diffstat (limited to 'target/linux/s3c24xx/patches-2.6.26/0201-change-remove-kernel-charging-led-drive.patch.patch')
-rwxr-xr-xtarget/linux/s3c24xx/patches-2.6.26/0201-change-remove-kernel-charging-led-drive.patch.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/target/linux/s3c24xx/patches-2.6.26/0201-change-remove-kernel-charging-led-drive.patch.patch b/target/linux/s3c24xx/patches-2.6.26/0201-change-remove-kernel-charging-led-drive.patch.patch
deleted file mode 100755
index 02c18da..0000000
--- a/target/linux/s3c24xx/patches-2.6.26/0201-change-remove-kernel-charging-led-drive.patch.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From cc4fe7fb2f4e0ab21a33292830480d50c9d73cac Mon Sep 17 00:00:00 2001
-From: Andy Green <andy@openmoko.com>
-Date: Fri, 25 Jul 2008 23:06:17 +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.3
-