A series of small fixups for achi implementations that provide multiple msi-x vectors. The notable changes are needing to maintain support for the current single-vector msix implementation and disabling threaded irqs by default. --- Dan Williams (4): ahci: ahci_host_activate: kill IRQF_SHARED ahci: cleanup ahci_host_activate_multi_irqs ahci: per-port msix support ahci: switch from 'threaded' to 'hardirq' interrupt handling drivers/ata/ahci.c | 69 ++++++++++++++++++++++++++++++++--------------- drivers/ata/ahci.h | 2 + drivers/ata/libahci.c | 72 +++++++++++++++++++++++++++++++++---------------- 3 files changed, 97 insertions(+), 46 deletions(-) -- 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