]> git.ipfire.org Git - thirdparty/linux.git/commit
irqchip/renesas-rzg2l: Drop IRQC_NUM_IRQ macro
authorBiju Das <biju.das.jz@bp.renesas.com>
Wed, 25 Mar 2026 19:24:27 +0000 (19:24 +0000)
committerThomas Gleixner <tglx@kernel.org>
Thu, 26 Mar 2026 15:56:23 +0000 (16:56 +0100)
commit2f814778950ecc99ca5e71472b626dddb2d2b756
treea292ca46d961c87e535b9fa6c6419fabb0a4c038
parentb8e06e4e419bd3dd99f832d728f17007ada3359c
irqchip/renesas-rzg2l: Drop IRQC_NUM_IRQ macro

The total number of interrupts in RZ/G2L and RZ/G3L SoC are different.
Introduce struct rzg2l_hw_info to handle the hardware differences and
replace the macro IRQC_NUM_IRQ with num_irq variable in struct
rzg2l_hw_info.

Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Signed-off-by: Thomas Gleixner <tglx@kernel.org>
Link: https://patch.msgid.link/20260325192451.172562-13-biju.das.jz@bp.renesas.com
drivers/irqchip/irq-renesas-rzg2l.c