Re: [PATCH v2 4/4] powerpc/52xx: Convert to use fwnode API

2022-05-17 Thread Andy Shevchenko
On Tue, May 17, 2022 at 09:38:56AM +1000, Michael Ellerman wrote: > Andy Shevchenko writes: > > On Mon, May 16, 2022 at 05:05:12PM +0300, Andy Shevchenko wrote: > >> On Mon, May 16, 2022 at 11:48:05PM +1000, Michael Ellerman wrote: > >> > Andy Shevchenko writes: > >> > > We may convert the GPT

Re: [PATCH v2 4/4] powerpc/52xx: Convert to use fwnode API

2022-05-16 Thread Michael Ellerman
Andy Shevchenko writes: > On Mon, May 16, 2022 at 05:05:12PM +0300, Andy Shevchenko wrote: >> On Mon, May 16, 2022 at 11:48:05PM +1000, Michael Ellerman wrote: >> > Andy Shevchenko writes: >> > > We may convert the GPT driver to use fwnode API for the sake >> > > of consistency of the used APIs

Re: [PATCH v2 4/4] powerpc/52xx: Convert to use fwnode API

2022-05-16 Thread Andy Shevchenko
On Mon, May 16, 2022 at 05:05:12PM +0300, Andy Shevchenko wrote: > On Mon, May 16, 2022 at 11:48:05PM +1000, Michael Ellerman wrote: > > Andy Shevchenko writes: > > > We may convert the GPT driver to use fwnode API for the sake > > > of consistency of the used APIs inside the driver. > > > > I'm

Re: [PATCH v2 4/4] powerpc/52xx: Convert to use fwnode API

2022-05-16 Thread Andy Shevchenko
On Mon, May 16, 2022 at 11:48:05PM +1000, Michael Ellerman wrote: > Andy Shevchenko writes: > > We may convert the GPT driver to use fwnode API for the sake > > of consistency of the used APIs inside the driver. > > I'm not sure about this one. > > It's more consistent to use fwnode in this

Re: [PATCH v2 4/4] powerpc/52xx: Convert to use fwnode API

2022-05-16 Thread Michael Ellerman
Andy Shevchenko writes: > We may convert the GPT driver to use fwnode API for the sake > of consistency of the used APIs inside the driver. I'm not sure about this one. It's more consistent to use fwnode in this driver, but it's very inconsistent with the rest of the powerpc code. We have

[PATCH v2 4/4] powerpc/52xx: Convert to use fwnode API

2022-05-07 Thread Andy Shevchenko
We may convert the GPT driver to use fwnode API for the sake of consistency of the used APIs inside the driver. Signed-off-by: Andy Shevchenko --- v2: no changes arch/powerpc/platforms/52xx/mpc52xx_gpt.c | 47 +++ 1 file changed, 22 insertions(+), 25 deletions(-) diff --git