Re: Warning seen when removing a module using irqdomain framework

2019-07-25 Thread pheragu
On 2019-07-23 23:51, Marc Zyngier wrote: On Tue, 23 Jul 2019 14:52:34 -0700 pher...@codeaurora.org wrote: Hi Prakruthi, Hi, I have been working on a interrupt controller driver that uses tree based mapping for its domain (irq_domain_add_tree(..)). If I understand correctly, the clients get a

Re: Warning seen when removing a module using irqdomain framework

2019-07-24 Thread Marc Zyngier
On Tue, 23 Jul 2019 14:52:34 -0700 pher...@codeaurora.org wrote: Hi Prakruthi, > Hi, > > I have been working on a interrupt controller driver that uses tree > based mapping for its domain (irq_domain_add_tree(..)). > If I understand correctly, the clients get a mapping when they call >

Warning seen when removing a module using irqdomain framework

2019-07-23 Thread pheragu
Hi, I have been working on a interrupt controller driver that uses tree based mapping for its domain (irq_domain_add_tree(..)). If I understand correctly, the clients get a mapping when they call platform_get_irq(..). However, after these clients are removed (rmmod), when I try to remove the