projects
/
profile
/
ivi
/
kernel-adaptation-intel-automotive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54a4ec4
)
IDE: pass IRQ flags to the IDE core
author
Yegor Yefremov
<yegorslists@googlemail.com>
Thu, 15 Apr 2010 21:20:53 +0000
(14:20 -0700)
committer
David S. Miller
<davem@davemloft.net>
Thu, 15 Apr 2010 21:20:53 +0000
(14:20 -0700)
This enables shared IRQs and other features to be used with platform devices
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/ide/ide_platform.c
patch
|
blob
|
history
diff --git
a/drivers/ide/ide_platform.c
b/drivers/ide/ide_platform.c
index
42965b3
..
542603b
100644
(file)
--- a/
drivers/ide/ide_platform.c
+++ b/
drivers/ide/ide_platform.c
@@
-95,6
+95,7
@@
static int __devinit plat_ide_probe(struct platform_device *pdev)
plat_ide_setup_ports(&hw, base, alt_base, pdata, res_irq->start);
hw.dev = &pdev->dev;
+ d.irq_flags = res_irq->flags;
if (mmio)
d.host_flags |= IDE_HFLAG_MMIO;