lkml.org 
[lkml]   [2024]   [Feb]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[tip: irq/msi] genirq/irqdomain: Add DOMAIN_BUS_DEVICE_MSI
The following commit has been merged into the irq/msi branch of tip:

Commit-ID: 6516d5a295356f8fd5827a1c0954d7ed5b2324dd
Gitweb: https://git.kernel.org/tip/6516d5a295356f8fd5827a1c0954d7ed5b2324dd
Author: Thomas Gleixner <tglx@linutronix.de>
AuthorDate: Sat, 27 Jan 2024 21:47:32 +05:30
Committer: Thomas Gleixner <tglx@linutronix.de>
CommitterDate: Thu, 15 Feb 2024 17:55:40 +01:00

genirq/irqdomain: Add DOMAIN_BUS_DEVICE_MSI

Add a new domain bus token to prepare for device MSI which aims to replace
the existing platform MSI maze.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Anup Patel <apatel@ventanamicro.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20240127161753.114685-5-apatel@ventanamicro.com

---
include/linux/irqdomain_defs.h | 1 +
1 file changed, 1 insertion(+)

diff --git a/include/linux/irqdomain_defs.h b/include/linux/irqdomain_defs.h
index c29921f..a7dea0c 100644
--- a/include/linux/irqdomain_defs.h
+++ b/include/linux/irqdomain_defs.h
@@ -26,6 +26,7 @@ enum irq_domain_bus_token {
DOMAIN_BUS_DMAR,
DOMAIN_BUS_AMDVI,
DOMAIN_BUS_PCI_DEVICE_IMS,
+ DOMAIN_BUS_DEVICE_MSI,
};

#endif /* _LINUX_IRQDOMAIN_DEFS_H */
\
 
 \ /
  Last update: 2024-05-27 15:05    [W:0.702 / U:0.108 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site