Re: [PATCH v3 0/3] AHCI: Add generic MSI-X interrupt support to SATA PCI driver

2015-05-27 Thread Tejun Heo
On Wed, May 27, 2015 at 10:01:30AM +0200, Robert Richter wrote: > From: Robert Richter > > This patch set adds generic support for MSI-X interrupts to the SATA > PCI driver. > > The first 2 patches rework the code, one splits msi and intx code into > separate functions, the other changes

[PATCH v3 0/3] AHCI: Add generic MSI-X interrupt support to SATA PCI driver

2015-05-27 Thread Robert Richter
From: Robert Richter This patch set adds generic support for MSI-X interrupts to the SATA PCI driver. The first 2 patches rework the code, one splits msi and intx code into separate functions, the other changes interrupt initialization to store the irq number in the ahci data structure (struct

Re: [PATCH v3 0/3] AHCI: Add generic MSI-X interrupt support to SATA PCI driver

2015-05-27 Thread Tejun Heo
On Wed, May 27, 2015 at 10:01:30AM +0200, Robert Richter wrote: From: Robert Richter rrich...@cavium.com This patch set adds generic support for MSI-X interrupts to the SATA PCI driver. The first 2 patches rework the code, one splits msi and intx code into separate functions, the other

[PATCH v3 0/3] AHCI: Add generic MSI-X interrupt support to SATA PCI driver

2015-05-27 Thread Robert Richter
From: Robert Richter rrich...@cavium.com This patch set adds generic support for MSI-X interrupts to the SATA PCI driver. The first 2 patches rework the code, one splits msi and intx code into separate functions, the other changes interrupt initialization to store the irq number in the ahci data