mbox series

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

Message ID 20221018030010.20913-1-dave@stgolabs.net
Headers show
Series cxl: Add general MSI-X/MSI irq support | expand

Message

Davidlohr Bueso Oct. 18, 2022, 3 a.m. UTC
Changes from v2 (https://lore.kernel.org/linux-cxl/20221014194930.2630416-1-dave@stgolabs.net/):
 - 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(+)