[PATCH v5 0/5] Switch more ARM plats to sys-off handler API

Andrew Davis posted 5 patches 8 months, 1 week ago
arch/arm/mach-highbank/highbank.c | 2 +-
arch/arm/mach-pxa/spitz.c         | 2 +-
arch/arm/mach-sa1100/generic.c    | 2 +-
arch/arm/mach-vt8500/vt8500.c     | 2 +-
arch/arm/xen/enlighten.c          | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
[PATCH v5 0/5] Switch more ARM plats to sys-off handler API
Posted by Andrew Davis 8 months, 1 week ago
Hello all,

Continuing the quest to remove the legacy pm_power_off() global
function handler. Remove uses from arch/arm/ using the helper
register_platform_power_off().

These have been sent for several cycles without feedback, not
sure if there are anymore active platform maintainers who
can take these individually, maybe these remaining could
go in directly though the arm-soc tree?

Thanks,
Andrew

Changes for v5:
 - Rebase on v6.15-rc1

Changes for v4:
 - Drop already taken patches
 - Rebase on latest master

Changes for v3:
 - Rebase on v6.12-rc1

Changes for v2:
 - Collect Reviewed/Acked-bys
 - Rebase on v6.11-rc1

Andrew Davis (5):
  ARM: highbank: Switch to new sys-off handler API
  ARM: pxa: Switch to new sys-off handler API
  ARM: sa1100: Switch to new sys-off handler API
  ARM: vt8500: Switch to new sys-off handler API
  arm/xen: Switch to new sys-off handler API

 arch/arm/mach-highbank/highbank.c | 2 +-
 arch/arm/mach-pxa/spitz.c         | 2 +-
 arch/arm/mach-sa1100/generic.c    | 2 +-
 arch/arm/mach-vt8500/vt8500.c     | 2 +-
 arch/arm/xen/enlighten.c          | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

-- 
2.39.2
Re: [PATCH v5 0/5] Switch more ARM plats to sys-off handler API
Posted by Arnd Bergmann 8 months, 1 week ago
On Mon, Apr 7, 2025, at 20:56, Andrew Davis wrote:
> Hello all,
>
> Continuing the quest to remove the legacy pm_power_off() global
> function handler. Remove uses from arch/arm/ using the helper
> register_platform_power_off().
>
> These have been sent for several cycles without feedback, not
> sure if there are anymore active platform maintainers who
> can take these individually, maybe these remaining could
> go in directly though the arm-soc tree?

Sure, can you send them to soc@lists.linux.dev in a few
days, with any final Acks you may get? That way it ends up
in patchwork and I can trivially pick them up.

Since it's only a few one-line changes that all do the
same thing, you can also combine them into a single patch.

     Arnd
Re: [PATCH v5 0/5] Switch more ARM plats to sys-off handler API
Posted by Krzysztof Kozlowski 8 months, 1 week ago
On 07/04/2025 20:56, Andrew Davis wrote:
> Hello all,
> 
> Continuing the quest to remove the legacy pm_power_off() global
> function handler. Remove uses from arch/arm/ using the helper
> register_platform_power_off().
> 
> These have been sent for several cycles without feedback, not
> sure if there are anymore active platform maintainers who
> can take these individually, maybe these remaining could
> go in directly though the arm-soc tree?
I was waiting for explaining the dependencies, to know if I can or
cannot pick up. I don't see much changed here.

Best regards,
Krzysztof