Re: [PATCH v1 1/1] powerpc/83xx/mpc8349emitx: Get rid of of_node assignment

2022-05-15 Thread Michael Ellerman
On Wed, 23 Mar 2022 19:43:42 +0200, Andy Shevchenko wrote: > Let GPIO library to assign of_node from the parent device. > This allows to move GPIO library and drivers to use fwnode > APIs instead of being stuck with OF-only interfaces. > > Applied to powerpc/next. [1/1] powerpc/83xx/mpc8349emit

Re: [PATCH v1 1/1] powerpc/83xx/mpc8349emitx: Get rid of of_node assignment

2022-05-05 Thread Andy Shevchenko
On Thu, May 05, 2022 at 09:04:46PM +1000, Michael Ellerman wrote: > Andy Shevchenko writes: > > On Thu, Apr 21, 2022 at 08:42:30AM +1000, Michael Ellerman wrote: ... > > Any new on this? I haven't seen it yet in Linux Next. > > It's in today's next (next-20220505). Got it, thank you! -- With

Re: [PATCH v1 1/1] powerpc/83xx/mpc8349emitx: Get rid of of_node assignment

2022-05-05 Thread Michael Ellerman
Andy Shevchenko writes: > On Thu, Apr 21, 2022 at 08:42:30AM +1000, Michael Ellerman wrote: >> Linus Walleij writes: >> > On Wed, Apr 6, 2022 at 3:02 PM Andy Shevchenko >> > wrote: >> >> On Mon, Mar 28, 2022 at 03:16:08PM +0200, Linus Walleij wrote: >> >> > On Wed, Mar 23, 2022 at 6:43 PM Andy S

Re: [PATCH v1 1/1] powerpc/83xx/mpc8349emitx: Get rid of of_node assignment

2022-05-04 Thread Andy Shevchenko
On Thu, Apr 21, 2022 at 08:42:30AM +1000, Michael Ellerman wrote: > Linus Walleij writes: > > On Wed, Apr 6, 2022 at 3:02 PM Andy Shevchenko > > wrote: > >> On Mon, Mar 28, 2022 at 03:16:08PM +0200, Linus Walleij wrote: > >> > On Wed, Mar 23, 2022 at 6:43 PM Andy Shevchenko > >> > wrote: > >> >

Re: [PATCH v1 1/1] powerpc/83xx/mpc8349emitx: Get rid of of_node assignment

2022-04-20 Thread Michael Ellerman
Linus Walleij writes: > On Wed, Apr 6, 2022 at 3:02 PM Andy Shevchenko > wrote: >> On Mon, Mar 28, 2022 at 03:16:08PM +0200, Linus Walleij wrote: >> > On Wed, Mar 23, 2022 at 6:43 PM Andy Shevchenko >> > wrote: >> > >> > > Let GPIO library to assign of_node from the parent device. >> > > This al

Re: [PATCH v1 1/1] powerpc/83xx/mpc8349emitx: Get rid of of_node assignment

2022-04-19 Thread Linus Walleij
On Wed, Apr 6, 2022 at 3:02 PM Andy Shevchenko wrote: > On Mon, Mar 28, 2022 at 03:16:08PM +0200, Linus Walleij wrote: > > On Wed, Mar 23, 2022 at 6:43 PM Andy Shevchenko > > wrote: > > > > > Let GPIO library to assign of_node from the parent device. > > > This allows to move GPIO library and dri

Re: [PATCH v1 1/1] powerpc/83xx/mpc8349emitx: Get rid of of_node assignment

2022-04-06 Thread Scott Wood
On Wed, 2022-03-23 at 19:43 +0200, Andy Shevchenko wrote: > Let GPIO library to assign of_node from the parent device. > This allows to move GPIO library and drivers to use fwnode > APIs instead of being stuck with OF-only interfaces. > > Signed-off-by: Andy Shevchenko > --- >  arch/powerpc/platf

Re: [PATCH v1 1/1] powerpc/83xx/mpc8349emitx: Get rid of of_node assignment

2022-04-06 Thread Andy Shevchenko
On Mon, Mar 28, 2022 at 03:16:08PM +0200, Linus Walleij wrote: > On Wed, Mar 23, 2022 at 6:43 PM Andy Shevchenko > wrote: > > > Let GPIO library to assign of_node from the parent device. > > This allows to move GPIO library and drivers to use fwnode > > APIs instead of being stuck with OF-only in

Re: [PATCH v1 1/1] powerpc/83xx/mpc8349emitx: Get rid of of_node assignment

2022-03-28 Thread Linus Walleij
On Wed, Mar 23, 2022 at 6:43 PM Andy Shevchenko wrote: > Let GPIO library to assign of_node from the parent device. > This allows to move GPIO library and drivers to use fwnode > APIs instead of being stuck with OF-only interfaces. > > Signed-off-by: Andy Shevchenko That's a nice patch. Reviewe

[PATCH v1 1/1] powerpc/83xx/mpc8349emitx: Get rid of of_node assignment

2022-03-23 Thread Andy Shevchenko
Let GPIO library to assign of_node from the parent device. This allows to move GPIO library and drivers to use fwnode APIs instead of being stuck with OF-only interfaces. Signed-off-by: Andy Shevchenko --- arch/powerpc/platforms/83xx/mcu_mpc8349emitx.c | 14 +- 1 file changed, 5 inse