Re: [PATCH v2 0/2] gpiolib: more cleanups to get rid of of_node

2022-11-02 Thread Andy Shevchenko
On Fri, Oct 21, 2022 at 10:01:34PM +0300, Andy Shevchenko wrote: > On Wed, Oct 05, 2022 at 06:29:45PM +0300, Andy Shevchenko wrote: > > One more user outside of GPIO library and pin control folders needs > > to be updated to use fwnode instead of of_node. To make this easier > > introduce a helper

Re: [PATCH v2 0/2] gpiolib: more cleanups to get rid of of_node

2022-10-21 Thread Andy Shevchenko
On Wed, Oct 05, 2022 at 06:29:45PM +0300, Andy Shevchenko wrote: > One more user outside of GPIO library and pin control folders needs > to be updated to use fwnode instead of of_node. To make this easier > introduce a helper in property.h and convert the user. > > Note, the helper will be useful