Re: [PATCH v3] ARM: imx: avic: Convert to using IRQCHIP_DECLARE

2021-03-03 Thread Shawn Guo
On Thu, Feb 04, 2021 at 05:38:46PM -0800, Saravana Kannan wrote: > Using IRQCHIP_DECLARE lets fw_devlink know that it should not wait for > these interrupt controllers to be populated as struct devices. Without > this change, fw_devlink=on will make the consumers of these interrupt > controllers

Re: [PATCH v3] ARM: imx: avic: Convert to using IRQCHIP_DECLARE

2021-02-26 Thread Saravana Kannan
On Mon, Feb 22, 2021 at 6:33 PM Saravana Kannan wrote: > > On Thu, Feb 4, 2021 at 6:07 PM Saravana Kannan wrote: > > > > On Thu, Feb 4, 2021 at 5:54 PM Fabio Estevam wrote: > > > > > > Hi Saravana, > > > > > > On Thu, Feb 4, 2021 at 10:39 PM Saravana Kannan > > > wrote: > > > > > > > > Using

Re: [PATCH v3] ARM: imx: avic: Convert to using IRQCHIP_DECLARE

2021-02-22 Thread Saravana Kannan
On Thu, Feb 4, 2021 at 6:07 PM Saravana Kannan wrote: > > On Thu, Feb 4, 2021 at 5:54 PM Fabio Estevam wrote: > > > > Hi Saravana, > > > > On Thu, Feb 4, 2021 at 10:39 PM Saravana Kannan > > wrote: > > > > > > Using IRQCHIP_DECLARE lets fw_devlink know that it should not wait for > > > these

Re: [PATCH v3] ARM: imx: avic: Convert to using IRQCHIP_DECLARE

2021-02-04 Thread Saravana Kannan
On Thu, Feb 4, 2021 at 5:54 PM Fabio Estevam wrote: > > Hi Saravana, > > On Thu, Feb 4, 2021 at 10:39 PM Saravana Kannan wrote: > > > > Using IRQCHIP_DECLARE lets fw_devlink know that it should not wait for > > these interrupt controllers to be populated as struct devices. Without > > this

Re: [PATCH v3] ARM: imx: avic: Convert to using IRQCHIP_DECLARE

2021-02-04 Thread Fabio Estevam
Hi Saravana, On Thu, Feb 4, 2021 at 10:39 PM Saravana Kannan wrote: > > Using IRQCHIP_DECLARE lets fw_devlink know that it should not wait for > these interrupt controllers to be populated as struct devices. Without > this change, fw_devlink=on will make the consumers of these interrupt >

[PATCH v3] ARM: imx: avic: Convert to using IRQCHIP_DECLARE

2021-02-04 Thread Saravana Kannan
Using IRQCHIP_DECLARE lets fw_devlink know that it should not wait for these interrupt controllers to be populated as struct devices. Without this change, fw_devlink=on will make the consumers of these interrupt controllers wait for the struct device to be added and thereby block the consumers'