Re: [PATCH v4 4/5] irqchip/imx-irqsteer: Mask all interrupts in probe()
Frank Li <[email protected]>
| Newsgroups | dev.linux.lists.sashiko-reviews,dev.linux.lists.imx |
|---|---|
| Message-ID | <aoXaIc5bX14esW4I@SMW015318> |
On Wed, Aug 19, 2026 at 12:02:02PM -0300, Fabio Estevam wrote: > On Wed, Aug 19, 2026 at 11:43 AM Frank Li <[email protected]> wrote: > > > Make sense, this check should just after > > > > data->irq_count = DIV_ROUND_UP(irqs_num, 64); > > data->reg_num = irqs_num / 32; > > This is what I did at: > > https://lore.kernel.org/lkml/[email protected]/ > > Zhipeng, feel free to include my two patches in your series. > > You also forgot to CC the drivers/irqchip maintainer. Thanks Fabio: Is it okay to let zhipeng to pick your patch to make a serial to avoid conflict at maintainer side? Frank