Re: [PATCH v3 3/3] soc/fsl/qe: qe_ports_ic: Drop redundant IRQ_DOMAIN_FLAG_DESTROY_GC

From: Herve Codina

Date: Mon Sep 07 2026 - 03:01:32 EST


Hi Qingshuang,

On Mon, 7 Sep 2026 10:40:46 +0800
Qingshuang Fu <fuqingshuang@xxxxxxxxxx> wrote:

> Now that __irq_domain_instantiate() automatically sets
> IRQ_DOMAIN_FLAG_DESTROY_GC when dgc_info is provided, the explicit
> flag in the irq_domain_info is redundant. Remove it.
>
> Signed-off-by: Qingshuang Fu <fuqingshuang@xxxxxxxxxx>
> ---
> drivers/soc/fsl/qe/qe_ports_ic.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/soc/fsl/qe/qe_ports_ic.c b/drivers/soc/fsl/qe/qe_ports_ic.c
> index 7375f92f528b..fb3b92039547 100644
> --- a/drivers/soc/fsl/qe/qe_ports_ic.c
> +++ b/drivers/soc/fsl/qe/qe_ports_ic.c
> @@ -140,7 +140,6 @@ static int qepic_probe(struct platform_device *pdev)
> };
> struct irq_domain_info d_info = {
> .fwnode = of_fwnode_handle(pdev->dev.of_node),
> - .domain_flags = IRQ_DOMAIN_FLAG_DESTROY_GC,
> .size = 32,
> .hwirq_max = 32,
> .ops = &irq_generic_chip_ops,

Reviewed-by: Herve Codina <herve.codina@xxxxxxxxxxx>

Best regards,
Hervé