Re: [PATCH v3 0/5] gpiolib: switch to fwnode in the core

2021-03-09 Thread Andy Shevchenko
On Tue, Mar 09, 2021 at 09:19:19AM +0100, Bartosz Golaszewski wrote: > On Mon, Mar 8, 2021 at 8:52 PM Andy Shevchenko > wrote: > > On Mon, Mar 08, 2021 at 09:36:52PM +0200, Andy Shevchenko wrote: ... > > So, I will send v6 with those included. > > Does this series depend on patches already in

Re: [PATCH v3 0/5] gpiolib: switch to fwnode in the core

2021-03-09 Thread Bartosz Golaszewski
On Mon, Mar 8, 2021 at 8:52 PM Andy Shevchenko wrote: > > On Mon, Mar 08, 2021 at 09:36:52PM +0200, Andy Shevchenko wrote: > > On Mon, Mar 08, 2021 at 08:29:27PM +0100, Bartosz Golaszewski wrote: > > > On Mon, Mar 8, 2021 at 8:26 PM Rafael J. Wysocki > > > wrote: > > > > On Mon, Mar 8, 2021 at

Re: [PATCH v3 0/5] gpiolib: switch to fwnode in the core

2021-03-08 Thread Andy Shevchenko
On Mon, Mar 08, 2021 at 09:36:52PM +0200, Andy Shevchenko wrote: > On Mon, Mar 08, 2021 at 08:29:27PM +0100, Bartosz Golaszewski wrote: > > On Mon, Mar 8, 2021 at 8:26 PM Rafael J. Wysocki wrote: > > > On Mon, Mar 8, 2021 at 8:23 PM Bartosz Golaszewski > > > wrote: > > ... > > > > My

Re: [PATCH v3 0/5] gpiolib: switch to fwnode in the core

2021-03-08 Thread Andy Shevchenko
On Mon, Mar 08, 2021 at 08:29:27PM +0100, Bartosz Golaszewski wrote: > On Mon, Mar 8, 2021 at 8:26 PM Rafael J. Wysocki wrote: > > On Mon, Mar 8, 2021 at 8:23 PM Bartosz Golaszewski > > wrote: ... > > My impression was that Andy wanted me to take them. > > > > However, if you'd rather take

Re: [PATCH v3 0/5] gpiolib: switch to fwnode in the core

2021-03-08 Thread Andy Shevchenko
On Mon, Mar 08, 2021 at 08:26:39PM +0100, Rafael J. Wysocki wrote: > On Mon, Mar 8, 2021 at 8:23 PM Bartosz Golaszewski > wrote: > > On Mon, Mar 8, 2021 at 7:22 PM Rafael J. Wysocki wrote: > > > On Thu, Mar 4, 2021 at 9:13 PM Andy Shevchenko > > > wrote: > > AFAICT this should go through the

Re: [PATCH v3 0/5] gpiolib: switch to fwnode in the core

2021-03-08 Thread Bartosz Golaszewski
On Mon, Mar 8, 2021 at 8:26 PM Rafael J. Wysocki wrote: > > On Mon, Mar 8, 2021 at 8:23 PM Bartosz Golaszewski > wrote: > > > > On Mon, Mar 8, 2021 at 7:22 PM Rafael J. Wysocki wrote: > > > > > > On Thu, Mar 4, 2021 at 9:13 PM Andy Shevchenko > > > wrote: > > > > > > > > GPIO library uses

Re: [PATCH v3 0/5] gpiolib: switch to fwnode in the core

2021-03-08 Thread Rafael J. Wysocki
On Mon, Mar 8, 2021 at 8:23 PM Bartosz Golaszewski wrote: > > On Mon, Mar 8, 2021 at 7:22 PM Rafael J. Wysocki wrote: > > > > On Thu, Mar 4, 2021 at 9:13 PM Andy Shevchenko > > wrote: > > > > > > GPIO library uses of_node and fwnode in the core in non-unified way. > > > The series cleans this

Re: [PATCH v3 0/5] gpiolib: switch to fwnode in the core

2021-03-08 Thread Bartosz Golaszewski
On Mon, Mar 8, 2021 at 7:22 PM Rafael J. Wysocki wrote: > > On Thu, Mar 4, 2021 at 9:13 PM 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

Re: [PATCH v3 0/5] gpiolib: switch to fwnode in the core

2021-03-08 Thread Rafael J. Wysocki
On Thu, Mar 4, 2021 at 9:13 PM 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 v3 0/5] gpiolib: switch to fwnode in the core

2021-03-04 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. In v3: - fix subtle bug in gpiod_count - make