Re: [PATCH v3 1/5] irqdomain: Introduce irq_domain_create_simple() API
From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Date: 2021-03-11 10:57:38
Also in:
linux-acpi, linux-doc, lkml
From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Date: 2021-03-11 10:57:38
Also in:
linux-acpi, linux-doc, lkml
On Thu, Mar 11, 2021 at 12:15:29AM +0100, Linus Walleij wrote:
On Thu, Mar 4, 2021 at 9:13 PM Andy Shevchenko [off-list ref] wrote:quoted
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_create_simple() API which is functional equivalent to the existing irq_domain_add_simple(), but takes a pointer to the struct fwnode_handle as a parameter. While at it, amend documentation to mention irq_domain_create_*() functions where it makes sense. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>Reviewed-by: Linus Walleij <redacted>
Thanks! It's v6 now :-) -- With Best Regards, Andy Shevchenko