Re: [linux-yocto][linux-yocto v6.6/standard/preempt-rt/nxp-sdk-6.6/nxp-soc & v6.1/standard/preempt-rt/nxp-sdk-6.1/nxp-soc][PATCH] irq: imx: irqsteer: Unset data->domain->dev

2024-07-08 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][linux-yocto v6.6/standard/preempt-rt/nxp-sdk-6.6/nxp-soc & v6.1/standard/preempt-rt/nxp-sdk-6.1/nxp-soc][PATCH] irq: imx: irqsteer: Unset data->domain->dev on 05/07/2024 Xulin Sun wrote: > The irq_domain::dev is used for power manage

[linux-yocto][linux-yocto v6.6/standard/preempt-rt/nxp-sdk-6.6/nxp-soc & v6.1/standard/preempt-rt/nxp-sdk-6.1/nxp-soc][PATCH] irq: imx: irqsteer: Unset data->domain->dev

2024-07-04 Thread Xulin Sun via lists.yoctoproject.org
The irq_domain::dev is used for power management purposes related to the irq domain. But for irqsteer, the runtime PM has been forbid in order to workaround other issues. So there is no need to set data->domain->dev. With this change, the devices which leverage the irqsteer irqchip will not run