[PATCH v3 0/3] AHCI: Add generic MSI-X interrupt support to SATA PCI driver
From: tj@kernel.org (Tejun Heo)
Date: 2015-05-27 14:32:53
Also in:
linux-ide, lkml
From: tj@kernel.org (Tejun Heo)
Date: 2015-05-27 14:32:53
Also in:
linux-ide, lkml
On Wed, May 27, 2015 at 10:01:30AM +0200, Robert Richter wrote:
From: Robert Richter <redacted> 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 ahci_host_priv). Both changes are needed to implement MSI-X support in the last 3rd patch.
Patch #2 doesn't apply to libata/for-4.2 due to the recently added edge triggered irq support. Can you please refresh the patch series? Thank you. -- tejun