projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d7c603
)
Blackfin arch: Make the interrupt edge and polarity type configurable based on IORESO...
author
Michael Hennerich
<michael.hennerich@analog.com>
Wed, 7 Jan 2009 15:14:39 +0000
(23:14 +0800)
committer
Bryan Wu
<cooloney@kernel.org>
Wed, 7 Jan 2009 15:14:39 +0000
(23:14 +0800)
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
arch/blackfin/mach-bf537/boards/stamp.c
patch
|
blob
|
history
diff --git
a/arch/blackfin/mach-bf537/boards/stamp.c
b/arch/blackfin/mach-bf537/boards/stamp.c
index 980121b7e084a57bcd68efa70768d09bd111931a..ed5238ca3728734576ae54a9892e6d37adaf8238 100644
(file)
--- a/
arch/blackfin/mach-bf537/boards/stamp.c
+++ b/
arch/blackfin/mach-bf537/boards/stamp.c
@@
-73,7
+73,7
@@
static struct resource bfin_isp1760_resources[] = {
[1] = {
.start = IRQ_PF7,
.end = IRQ_PF7,
- .flags = IORESOURCE_IRQ,
+ .flags = IORESOURCE_IRQ
| IORESOURCE_IRQ_LOWLEVEL
,
},
};