Re: [PATCH v2 05/15] gpio: pxa: Use modern PM macros

From: Andy Shevchenko

Date: Wed Nov 19 2025 - 02:56:50 EST


On Wed, Nov 19, 2025 at 12:04 AM Robert Jarzmik <robert.jarzmik@xxxxxxx> wrote:
> Andy Shevchenko <andy.shevchenko@xxxxxxxxx> writes:
> > On Tue, Nov 18, 2025 at 2:50 AM Jisheng Zhang
> > <jszhang@xxxxxxxxxx> wrote:

...

> >> -#ifdef CONFIG_PM
> >> unsigned long saved_gplr;
> >> unsigned long saved_gpdr;
> >> unsigned long saved_grer;
> >> unsigned long saved_gfer;
> >> -#endif
>
> Actually this is not equivalent to what was there before.
>
> With Jisheng's patch, with CONFIG_PM disabled, he adds 16 bytes to
> the
> structure. You might thing today, 16 bytes is nothing. True, but
> on a
> 64MB RAM devices, it's something.
>
> That might not be a reason to reject the patch, but it's not only
> a
> "modernisation patch".

Actually a good point! On the same grounds I semi-nacked the gpio-dwapb change.

--
With Best Regards,
Andy Shevchenko