RE: [PATCH v3 3/9] irqchip/renesas-rzg2l: Make fwspec variable as pointer in struct rzg2l_irqc_priv
From: Biju Das
Date: Tue Feb 24 2026 - 08:51:43 EST
Hi Thomas,
Thanks for the feedback.
> -----Original Message-----
> From: Thomas Gleixner <tglx@xxxxxxxxxx>
> Sent: 06 February 2026 11:42
> Subject: Re: [PATCH v3 3/9] irqchip/renesas-rzg2l: Make fwspec variable as pointer in struct
> rzg2l_irqc_priv
>
> On Fri, Feb 06 2026 at 11:16, Biju wrote:
>
> $Subject: ....: Dynamically allocate fwspec array
Ok, will update.
>
> or such
>
> > From: Biju Das <biju.das.jz@xxxxxxxxxxxxxx>
> >
> > The total number of IRQs in RZ/G2L and RZ/G3L SoC are different. The
>
> s/IRQs/interrupts/
>
> Use proper words and not acronyms. This is not twatter.
Agreed.
>
> > RZ/G3L has 16 external IRQs where as RZ/G2L has only 8 external IRQ.
> > Dynamicaly allocate fwspec memory instead of static allocation to support
>
> Dynamically
Will fix this in next version.
Cheers,
Biju