On Thu, 15 Apr 2010 02:16:12 -0700 (PDT) David Miller <davem@xxxxxxxxxxxxx> wrote: > From: Yegor Yefremov <yegorslists@xxxxxxxxxxxxxx> > Date: Thu, 8 Apr 2010 16:26:29 +0200 > > > IDE: pass IRQ flags to the IDE core > > > > This enables shared IRQs and other features to be used with platform devices > > > > Signed-off-by: Yegor Yefremov <yegorslists@xxxxxxxxxxxxxx> > > If you need this for a new device, please use the ATA layer > instead of adding support for new features in IDE which is > in deep maintainence mode only. Actually Dave I think that one should go in. pata_platform (libata) and ide_platform both match the same platform objects so you can flip between them easily (eg for testing work). The fact the IRQ flags are only honoured in libata but not in the matching IDE driver is probably a good thing to fix. Alan -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html