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

2025-04-08 Thread Arnd Bergmann
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 > su

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

2025-04-08 Thread Krzysztof Kozlowski
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 th

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

2025-04-07 Thread Andrew Davis
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