Re: [PATCH v2 2/2] irq/irq-loongarch-ir:Add Redirect irqchip support

From: Tianyang Zhang
Date: Wed Apr 16 2025 - 22:21:47 EST


Hi, Huacai

在 2025/4/1 下午8:30, Huacai Chen 写道:
+static const struct irq_domain_ops redirect_domain_ops = {
+ .alloc = redirect_alloc,
+ .free = redirect_free,
Since this patch needs a new version, you can rename
redirect_alloc/redirect_free to
redirect_domain_alloc/redirect_domain_free as other loongson specific
drivers.

Huacai

Ok, I got it