[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20221018030010.20913-1-dave@stgolabs.net>
Date: Mon, 17 Oct 2022 20:00:08 -0700
From: Davidlohr Bueso <dave@...olabs.net>
To: dan.j.williams@...el.com
Cc: ira.weiny@...el.com, Jonathan.Cameron@...wei.com,
dave.jiang@...el.com, alison.schofield@...el.com,
bwidawsk@...nel.org, vishal.l.verma@...el.com,
a.manzanares@...sung.com, linux-cxl@...r.kernel.org,
linux-kernel@...r.kernel.org, dave@...olabs.net
Subject: [PATCH v3 0/2] cxl: Add general MSI-X/MSI irq support
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(+)
--
2.38.0
Powered by blists - more mailing lists