Re: [PATCH v2 1/5] irqdomain: Introduce irq_domain_create_simple() API

2021-03-04 Thread Andy Shevchenko
On Thu, Mar 04, 2021 at 06:29:32PM +, Marc Zyngier wrote: > On Thu, 04 Mar 2021 15:02:11 +, > Andy Shevchenko wrote: > Please move this as an inline helper in linux/irqdomain.h, so that we > can drop this export altogether. Done in v3, thanks! -- With Best Regards, Andy Shevchenko

Re: [PATCH v2 1/5] irqdomain: Introduce irq_domain_create_simple() API

2021-03-04 Thread Marc Zyngier
Andy, On Thu, 04 Mar 2021 15:02:11 +, Andy Shevchenko wrote: > > Linus Walleij pointed out that ird_domain_add_simple() gained > additional functionality and can't be anymore replaced with > a simple conditional. In preparation to upgrade GPIO library > to use fwnode, introduce irq_domain_cr