summary refs log tree commit diff
path: root/drivers/base
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2022-10-04 11:35:20 +0200
committerThomas Gleixner <tglx@linutronix.de>2022-10-04 11:35:20 +0200
commit36de4f94197318e45ba77badb5b07274f5bc72a9 (patch)
tree1f3ec9975e644643ae46a419e9a5f8a8646531b6 /drivers/base
parent94ec234a16cf3acdb319f05917b1efec9642222e (diff)
parent732d69c80cb04a587d9ec2935bcb63989e66eb92 (diff)
downloadlinux-36de4f94197318e45ba77badb5b07274f5bc72a9.tar.gz
Merge tag 'irqchip-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core
Pull irqchip updates from Marc Zyngier:

 - A new driver for the FSL MU widget that provides platform MSI

 - An update for the Realtek RTL irqchip to use a DT binding that
   actually describes the hardware

 - A handful of DT updates, as well as minor code and spelling fixes

Link: https://lore.kernel.org/r/20221002125554.3902840-1-maz@kernel.org
Diffstat (limited to 'drivers/base')
-rw-r--r--drivers/base/platform-msi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/base/platform-msi.c b/drivers/base/platform-msi.c
index 296ea673d661..12b044151298 100644
--- a/drivers/base/platform-msi.c
+++ b/drivers/base/platform-msi.c
@@ -138,6 +138,7 @@ struct irq_domain *platform_msi_create_irq_domain(struct fwnode_handle *fwnode,
 
 	return domain;
 }
+EXPORT_SYMBOL_GPL(platform_msi_create_irq_domain);
 
 static int platform_msi_alloc_priv_data(struct device *dev, unsigned int nvec,
 					irq_write_msi_msg_t write_msi_msg)