[PATCH v4 1/5] ARM: highbank: Switch to new sys-off handler API

2024-12-02 Thread Andrew Davis
Kernel now supports chained power-off handlers. Use register_platform_power_off() that registers a platform level power-off handler. Legacy pm_power_off() will be removed once all drivers and archs are converted to the new sys-off API. Signed-off-by: Andrew Davis Reviewed-by: Andre Przywara

[PATCH v4 4/5] ARM: vt8500: Switch to new sys-off handler API

2024-12-02 Thread Andrew Davis
Kernel now supports chained power-off handlers. Use register_platform_power_off() that registers a platform level power-off handler. Legacy pm_power_off() will be removed once all drivers and archs are converted to the new sys-off API. Signed-off-by: Andrew Davis --- arch/arm/mach-vt8500/vt8500

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

2024-12-02 Thread Andrew Davis
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

[PATCH v4 3/5] ARM: sa1100: Switch to new sys-off handler API

2024-12-02 Thread Andrew Davis
Kernel now supports chained power-off handlers. Use register_platform_power_off() that registers a platform level power-off handler. Legacy pm_power_off() will be removed once all drivers and archs are converted to the new sys-off API. Signed-off-by: Andrew Davis --- arch/arm/mach-sa1100

[PATCH v4 5/5] arm/xen: Switch to new sys-off handler API

2024-12-02 Thread Andrew Davis
Kernel now supports chained power-off handlers. Use register_platform_power_off() that registers a platform level power-off handler. Legacy pm_power_off() will be removed once all drivers and archs are converted to the new sys-off API. Signed-off-by: Andrew Davis --- arch/arm/xen/enlighten.c

[PATCH v4 2/5] ARM: pxa: Switch to new sys-off handler API

2024-12-02 Thread Andrew Davis
Kernel now supports chained power-off handlers. Use register_platform_power_off() that registers a platform level power-off handler. Legacy pm_power_off() will be removed once all drivers and archs are converted to the new sys-off API. Signed-off-by: Andrew Davis --- arch/arm/mach-pxa/spitz.c