mbox series

[v3,0/6] Switch more ARM plats to sys-off handler API

Message ID 20241011201645.797394-1-afd@ti.com (mailing list archive)
Headers show
Series Switch more ARM plats to sys-off handler API | expand

Message

Andrew Davis Oct. 11, 2024, 8:16 p.m. UTC
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().

Thanks,
Andrew

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

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

Andrew Davis (6):
  ARM: highbank: Switch to new sys-off handler API
  ARM: imx: 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-imx/pm-imx6.c       | 6 ++----
 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 +-
 6 files changed, 7 insertions(+), 9 deletions(-)

Comments

Gregory CLEMENT Oct. 14, 2024, 9:49 a.m. UTC | #1
Hello Andrew,

> 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().

I am in CC of this series, however, I am not the maintainer of any of
these platforms, and I don't remember making any changes related to your
series recently. Could you tell me what you expect from me?

Thanks,

Gregory

>
> Thanks,
> Andrew
>
> Changes for v3:
>  - Rebase on v6.12-rc1
>
> Changes for v2:
>  - Collect Reviewed/Acked-bys
>  - Rebase on v6.11-rc1
>
> Andrew Davis (6):
>   ARM: highbank: Switch to new sys-off handler API
>   ARM: imx: 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-imx/pm-imx6.c       | 6 ++----
>  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 +-
>  6 files changed, 7 insertions(+), 9 deletions(-)
>
> -- 
> 2.39.2
Andrew Davis Oct. 14, 2024, 6:13 p.m. UTC | #2
On 10/14/24 4:49 AM, Gregory CLEMENT wrote:
> Hello Andrew,
> 
>> 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().
> 
> I am in CC of this series, however, I am not the maintainer of any of
> these platforms, and I don't remember making any changes related to your
> series recently. Could you tell me what you expect from me?
> 

I had CC'd you for v1/v2 of this series as it had a patch for Orion5x, but
since you have already taken that patch I should have removed you from CC,
my bad. Nothing needed from you here.

Thanks,
Andrew

> Thanks,
> 
> Gregory
> 
>>
>> Thanks,
>> Andrew
>>
>> Changes for v3:
>>   - Rebase on v6.12-rc1
>>
>> Changes for v2:
>>   - Collect Reviewed/Acked-bys
>>   - Rebase on v6.11-rc1
>>
>> Andrew Davis (6):
>>    ARM: highbank: Switch to new sys-off handler API
>>    ARM: imx: 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-imx/pm-imx6.c       | 6 ++----
>>   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 +-
>>   6 files changed, 7 insertions(+), 9 deletions(-)
>>
>> -- 
>> 2.39.2