diff options
author | Michael Büsch <mb@bu3sch.de> | 2011-11-17 22:31:27 +0000 |
---|---|---|
committer | Michael Büsch <mb@bu3sch.de> | 2011-11-17 22:31:27 +0000 |
commit | 0b86c2648abc9e56eac2cf5c9df34495cefc86bb (patch) | |
tree | a9e3dfbb99522dbb6f7cd0eb0e05c1cf7d001150 /target/linux/omap24xx/patches-3.1/254-cbus-retu-tahvo-irq-mask-init-fix.patch | |
parent | df2810831c5e89e9eabd7d48a34e0946a43d5ead (diff) | |
download | upstream-0b86c2648abc9e56eac2cf5c9df34495cefc86bb.tar.gz upstream-0b86c2648abc9e56eac2cf5c9df34495cefc86bb.tar.bz2 upstream-0b86c2648abc9e56eac2cf5c9df34495cefc86bb.zip |
omap24xx: Fix cbus nested IRQ acking
SVN-Revision: 29237
Diffstat (limited to 'target/linux/omap24xx/patches-3.1/254-cbus-retu-tahvo-irq-mask-init-fix.patch')
-rw-r--r-- | target/linux/omap24xx/patches-3.1/254-cbus-retu-tahvo-irq-mask-init-fix.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/target/linux/omap24xx/patches-3.1/254-cbus-retu-tahvo-irq-mask-init-fix.patch b/target/linux/omap24xx/patches-3.1/254-cbus-retu-tahvo-irq-mask-init-fix.patch index 740b275321..a3802cb2cc 100644 --- a/target/linux/omap24xx/patches-3.1/254-cbus-retu-tahvo-irq-mask-init-fix.patch +++ b/target/linux/omap24xx/patches-3.1/254-cbus-retu-tahvo-irq-mask-init-fix.patch @@ -1,8 +1,8 @@ Index: linux-3.1.1/drivers/cbus/retu.c =================================================================== ---- linux-3.1.1.orig/drivers/cbus/retu.c 2011-11-17 21:19:01.758502241 +0100 -+++ linux-3.1.1/drivers/cbus/retu.c 2011-11-17 21:53:32.261883947 +0100 -@@ -466,7 +466,8 @@ static int __devinit retu_probe(struct p +--- linux-3.1.1.orig/drivers/cbus/retu.c 2011-11-17 23:09:26.498214061 +0100 ++++ linux-3.1.1/drivers/cbus/retu.c 2011-11-17 23:15:50.280659655 +0100 +@@ -451,7 +451,8 @@ static int __devinit retu_probe(struct p (rev >> 4) & 0x07, rev & 0x0f); /* Mask all RETU interrupts */ @@ -14,9 +14,9 @@ Index: linux-3.1.1/drivers/cbus/retu.c IRQF_ONESHOT, "retu", retu); Index: linux-3.1.1/drivers/cbus/tahvo.c =================================================================== ---- linux-3.1.1.orig/drivers/cbus/tahvo.c 2011-11-17 21:19:01.766502210 +0100 -+++ linux-3.1.1/drivers/cbus/tahvo.c 2011-11-17 21:53:52.213800321 +0100 -@@ -361,7 +361,8 @@ static int __devinit tahvo_probe(struct +--- linux-3.1.1.orig/drivers/cbus/tahvo.c 2011-11-17 23:15:46.684674232 +0100 ++++ linux-3.1.1/drivers/cbus/tahvo.c 2011-11-17 23:15:50.280659655 +0100 +@@ -346,7 +346,8 @@ static int __devinit tahvo_probe(struct (rev >> 4) & 0x0f, rev & 0x0f); /* Mask all TAHVO interrupts */ |