Re: [PATCH v6 0/6] gpiolib: switch to fwnode in the core

2021-03-12 Thread Bartosz Golaszewski
On Tue, Mar 9, 2021 at 10:37 AM Andy Shevchenko wrote: > > GPIO library uses of_node and fwnode in the core in non-unified way. > The series cleans this up and improves IRQ domain creation for non-OF cases > where currently the names of the domain are 'unknown'. > > This has been tested on Intel

[PATCH v6 0/6] gpiolib: switch to fwnode in the core

2021-03-09 Thread Andy Shevchenko
GPIO library uses of_node and fwnode in the core in non-unified way. The series cleans this up and improves IRQ domain creation for non-OF cases where currently the names of the domain are 'unknown'. This has been tested on Intel Galileo Gen 2. It touches GPIO core parts and it's expected that