summaryrefslogtreecommitdiffstats
path: root/target/linux/omap24xx/patches-3.1/253-cbus-tahvo-irq-reg-lock.patch
diff options
context:
space:
mode:
authormb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-11-17 22:31:27 +0000
committermb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-11-17 22:31:27 +0000
commit9460bebd64fc404e90e831de787511a8b05765d7 (patch)
tree1d639d5e116292f1c4145cf6dd457b465fb28799 /target/linux/omap24xx/patches-3.1/253-cbus-tahvo-irq-reg-lock.patch
parent8a2f3bb99b3e9b8a2e9129a98dc62a699cfd4269 (diff)
omap24xx: Fix cbus nested IRQ acking
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29237 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/omap24xx/patches-3.1/253-cbus-tahvo-irq-reg-lock.patch')
-rw-r--r--target/linux/omap24xx/patches-3.1/253-cbus-tahvo-irq-reg-lock.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/target/linux/omap24xx/patches-3.1/253-cbus-tahvo-irq-reg-lock.patch b/target/linux/omap24xx/patches-3.1/253-cbus-tahvo-irq-reg-lock.patch
deleted file mode 100644
index c27a67c7c..000000000
--- a/target/linux/omap24xx/patches-3.1/253-cbus-tahvo-irq-reg-lock.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Index: linux-3.1.1/drivers/cbus/tahvo.c
-===================================================================
---- linux-3.1.1.orig/drivers/cbus/tahvo.c 2011-11-17 18:51:03.708374259 +0100
-+++ linux-3.1.1/drivers/cbus/tahvo.c 2011-11-17 18:57:17.739067493 +0100
-@@ -137,8 +137,10 @@ static irqreturn_t tahvo_irq_handler(int
- u16 id;
- u16 im;
-
-+ mutex_lock(&tahvo->mutex);
- id = __tahvo_read_reg(tahvo, TAHVO_REG_IDR);
- im = __tahvo_read_reg(tahvo, TAHVO_REG_IMR);
-+ mutex_unlock(&tahvo->mutex);
- id &= ~im;
-
- if (!id) {