From b9dfb81f2aa45be745a8aed9684076210aed4152 Mon Sep 17 00:00:00 2001 From: Mirko Vogt Date: Fri, 12 Dec 2008 00:02:36 +0000 Subject: add support for target 3c24xx (more known as Openmoko GTA02 "Freerunner") and merge it with the openmoko-target and the work Michael Buesch did SVN-Revision: 13609 --- ...ge-remove-kernel-charging-led-drive.patch.patch | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100755 target/linux/s3c24xx/patches/0201-change-remove-kernel-charging-led-drive.patch.patch (limited to 'target/linux/s3c24xx/patches/0201-change-remove-kernel-charging-led-drive.patch.patch') diff --git a/target/linux/s3c24xx/patches/0201-change-remove-kernel-charging-led-drive.patch.patch b/target/linux/s3c24xx/patches/0201-change-remove-kernel-charging-led-drive.patch.patch new file mode 100755 index 0000000000..02c18da351 --- /dev/null +++ b/target/linux/s3c24xx/patches/0201-change-remove-kernel-charging-led-drive.patch.patch @@ -0,0 +1,30 @@ +From cc4fe7fb2f4e0ab21a33292830480d50c9d73cac Mon Sep 17 00:00:00 2001 +From: Andy Green +Date: Fri, 25 Jul 2008 23:06:17 +0100 +Subject: [PATCH] change-remove-kernel-charging-led-drive.patch + +Signed-off-by: Andy Green +--- + 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 + -- cgit v1.2.3