projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c22f008
)
[PATCH] OMAP: Add smc91x support for TI OMAP2420 H4 board
author
Komal Shah
<komal_shah802003@yahoo.com>
Fri, 29 Sep 2006 08:59:15 +0000
(
01:59
-0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Fri, 29 Sep 2006 16:18:07 +0000
(09:18 -0700)
Add smc91x support for TI OMAP2420 H4 EVM board.
Cc: <nico@cam.org>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/net/smc91x.h
patch
|
blob
|
history
diff --git
a/drivers/net/smc91x.h
b/drivers/net/smc91x.h
index c660e33f43a2e35bbc7723ced259629bd740936f..fedd1a37bc3e71fa631ea9ebb39b97d1e0cf6e15 100644
(file)
--- a/
drivers/net/smc91x.h
+++ b/
drivers/net/smc91x.h
@@
-195,6
+195,7
@@
SMC_outw(u16 val, void __iomem *ioaddr, int reg)
#define SMC_IRQ_FLAGS (( \
machine_is_omap_h2() \
|| machine_is_omap_h3() \
+ || machine_is_omap_h4() \
|| (machine_is_omap_innovator() && !cpu_is_omap1510()) \
) ? IRQF_TRIGGER_FALLING : IRQF_TRIGGER_RISING)