[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <176583522611.510.658566134479030454.tip-bot2@tip-bot2>
Date: Mon, 15 Dec 2025 21:47:06 -0000
From: "tip-bot2 for Vladimir Kondratiev" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: Vladimir Kondratiev <vladimir.kondratiev@...ileye.com>,
Thomas Gleixner <tglx@...utronix.de>, x86@...nel.org,
linux-kernel@...r.kernel.org
Subject: [tip: irq/drivers] irqchip/aslint-sswi: Request IO memory resource
The following commit has been merged into the irq/drivers branch of tip:
Commit-ID: 8a7f030df89746842094334cdf55114d0fbb0234
Gitweb: https://git.kernel.org/tip/8a7f030df89746842094334cdf55114d0fbb0234
Author: Vladimir Kondratiev <vladimir.kondratiev@...ileye.com>
AuthorDate: Tue, 09 Dec 2025 16:23:33 +02:00
Committer: Thomas Gleixner <tglx@...utronix.de>
CommitterDate: Mon, 15 Dec 2025 22:44:31 +01:00
irqchip/aslint-sswi: Request IO memory resource
Make an aclint_sswi instance visible in the resource list, i.e. /proc/iomem
Signed-off-by: Vladimir Kondratiev <vladimir.kondratiev@...ileye.com>
Signed-off-by: Thomas Gleixner <tglx@...utronix.de>
Link: https://patch.msgid.link/20251209142336.1061606-1-vladimir.kondratiev@mobileye.com
---
drivers/irqchip/irq-aclint-sswi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/irqchip/irq-aclint-sswi.c b/drivers/irqchip/irq-aclint-sswi.c
index fee30f3..325501f 100644
--- a/drivers/irqchip/irq-aclint-sswi.c
+++ b/drivers/irqchip/irq-aclint-sswi.c
@@ -109,7 +109,7 @@ static int __init aclint_sswi_probe(struct fwnode_handle *fwnode)
if (!is_of_node(fwnode))
return -EINVAL;
- reg = of_iomap(to_of_node(fwnode), 0);
+ reg = of_io_request_and_map(to_of_node(fwnode), 0, NULL);
if (!reg)
return -ENOMEM;
Powered by blists - more mailing lists