aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-kexecboot-3.2/collie_remove_irq_to_gpio.patch
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2012-06-19 00:57:16 +0200
committerPaul Eggleton <paul.eggleton@linux.intel.com>2012-06-20 00:22:48 +0100
commit2be1fb258598a7e5ef231377f5f9b99d0c2e17ed (patch)
tree3a9c9cb2611493cb4a89db2e37c02d73874f4e5f /recipes-kernel/linux/linux-kexecboot-3.2/collie_remove_irq_to_gpio.patch
parent4852fb4ec29d7cae0b11fce4ebe0a4b49802ab49 (diff)
downloadmeta-handheld-2be1fb258598a7e5ef231377f5f9b99d0c2e17ed.tar.gz
linux-kexecboot: remove recipes, we use linux-yocto-tiny-kexecboot
* this patch matches the corresponding one in meta-initramfs * and removes stale .bbappends and obsolete recipes Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Diffstat (limited to 'recipes-kernel/linux/linux-kexecboot-3.2/collie_remove_irq_to_gpio.patch')
-rw-r--r--recipes-kernel/linux/linux-kexecboot-3.2/collie_remove_irq_to_gpio.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/recipes-kernel/linux/linux-kexecboot-3.2/collie_remove_irq_to_gpio.patch b/recipes-kernel/linux/linux-kexecboot-3.2/collie_remove_irq_to_gpio.patch
deleted file mode 100644
index 0c277e0..0000000
--- a/recipes-kernel/linux/linux-kexecboot-3.2/collie_remove_irq_to_gpio.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 629bcb4b72d49b3631ae3dd0fe1d345820fadfcc Mon Sep 17 00:00:00 2001
-From: Jochen Friedrich <jochen@scram.de>
-Date: Sat, 19 Nov 2011 19:26:37 +0100
-Subject: [PATCH] collie_battery: Get rid of irq_to_gpio usage
-
-Since 9d08d5d77a355510c2f5657c86b0a4b25acfe72c, irq_to_gpio() is no
-longer available but still in use by collie_battery.c. As it's just
-for a debug message, just get rid of this call.
-
-Signed-off-by: Jochen Friedrich <jochen@scram.de>
-Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
----
- drivers/power/collie_battery.c | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/drivers/power/collie_battery.c b/drivers/power/collie_battery.c
-index 548d263..7a40fce 100644
---- a/drivers/power/collie_battery.c
-+++ b/drivers/power/collie_battery.c
-@@ -146,7 +146,7 @@ static void collie_bat_external_power_changed(struct power_supply *psy)
-
- static irqreturn_t collie_bat_gpio_isr(int irq, void *data)
- {
-- pr_info("collie_bat_gpio irq: %d\n", gpio_get_value(irq_to_gpio(irq)));
-+ pr_info("collie_bat_gpio irq\n");
- schedule_work(&bat_work);
- return IRQ_HANDLED;
- }
---
-1.7.6.5
-