disable IMQ on 2.6.28 as well -- people should use IFB..
[openwrt/svn-archive/archive.git] / target / linux / s3c24xx / patches / 0201-change-remove-kernel-charging-led-drive.patch.patch
1 From cc4fe7fb2f4e0ab21a33292830480d50c9d73cac Mon Sep 17 00:00:00 2001
2 From: Andy Green <andy@openmoko.com>
3 Date: Fri, 25 Jul 2008 23:06:17 +0100
4 Subject: [PATCH] change-remove-kernel-charging-led-drive.patch
5
6 Signed-off-by: Andy Green <andy@openmoko.com>
7 ---
8 arch/arm/mach-s3c2440/mach-gta02.c | 5 -----
9 1 files changed, 0 insertions(+), 5 deletions(-)
10
11 diff --git a/arch/arm/mach-s3c2440/mach-gta02.c b/arch/arm/mach-s3c2440/mach-gta02.c
12 index e66498b..686291b 100644
13 --- a/arch/arm/mach-s3c2440/mach-gta02.c
14 +++ b/arch/arm/mach-s3c2440/mach-gta02.c
15 @@ -485,12 +485,7 @@ static int pmu_callback(struct device *dev, unsigned int feature,
16 pcf50633_charge_enable(pcf50633_global, 0);
17 break;
18 case PMU_EVT_CHARGER_IDLE:
19 - /* printk(KERN_ERR"PMU_EVT_CHARGER_IDLE\n"); */
20 - neo1973_gpb_setpin(GTA02_GPIO_AUX_LED, 0);
21 - break;
22 case PMU_EVT_CHARGER_ACTIVE:
23 - /* printk(KERN_ERR"PMU_EVT_CHARGER_ACTIVE\n"); */
24 - neo1973_gpb_setpin(GTA02_GPIO_AUX_LED, 1);
25 break;
26 default:
27 break;
28 --
29 1.5.6.3
30