[PATCH v3 0/2] cxl: Add general MSI-X/MSI irq support

From: Davidlohr Bueso
Date: Mon Oct 17 2022 - 23:29:29 EST


Changes from v2 (https://lore.kernel.org/linux-cxl/20221014194930.2630416-1-dave@xxxxxxxxxxxx/):
- Moved vector allocation further down the line during the probing (Ira).
- Replaced the irq enum with cxlds->has_irq (Jonathan).
- Use pci_request_irq (Ira).
- Small fixlets/improvements.

Hi,

Patch 1 contains updates for the generic table handling.
Patch 2 populates the table and adds mailbox support.

Applies against 'linux-cxl/pending'. Please consider for v6.3.

Thanks!

Davidlohr Bueso (2):
cxl/pci: Add generic MSI-X/MSI irq support
cxl/mbox: Wire up irq support

drivers/cxl/cxl.h | 1 +
drivers/cxl/cxlmem.h | 3 ++
drivers/cxl/pci.c | 99 ++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 103 insertions(+)

--
2.38.0