Re: [linux-yocto][v6.1/standard/preempt-rt/nxp-sdk-5.15/nxp-s32g][PATCH] gpio: s32: make irq_chip immutable

2023-11-29 Thread Bruce Ashfield
In message: [linux-yocto][v6.1/standard/preempt-rt/nxp-sdk-5.15/nxp-s32g][PATCH] gpio: s32: make irq_chip immutable on 28/11/2023 quanyang.w...@windriver.com wrote: > From: Quanyang Wang > > The kernel requires that the flag IRQCHIP_IMMUTABLE is set for irqchip > structure in gpi

Re: [linux-yocto][v6.1/standard/preempt-rt/nxp-sdk-5.15/nxp-s32g][PATCH] gpio: s32: make irq_chip immutable

2023-11-28 Thread Bruce Ashfield
FYI. I'll be a bit slow in merging these changes, I'm experiencing a disk failure on my build machine, and I need to get it fixed/replaced/another machine. Bruce On Tue, Nov 28, 2023 at 4:16 AM wrote: > > From: Quanyang Wang > > The kernel requires that the flag IRQCHIP_IMMUTABLE is set for irq

[linux-yocto][v6.1/standard/preempt-rt/nxp-sdk-5.15/nxp-s32g][PATCH] gpio: s32: make irq_chip immutable

2023-11-28 Thread quanyang.wang via lists.yoctoproject.org
From: Quanyang Wang The kernel requires that the flag IRQCHIP_IMMUTABLE is set for irqchip structure in gpio driver, or else it complains with: gpio gpiochip0: (4009d700.siul2-gpio): not an immutable chip, please consider fixing it! Signed-off-by: Quanyang Wang --- Hi Bruce, Would you please