[PATCH 0/2] ARM: 9322/1: Switch over to GENERIC_CPU_DEVICES

Jinjie Ruan posted 2 patches 1 year, 5 months ago
arch/arm/Kconfig           |  1 +
arch/arm/include/asm/cpu.h |  1 -
arch/arm/kernel/setup.c    | 14 ++------------
3 files changed, 3 insertions(+), 13 deletions(-)
[PATCH 0/2] ARM: 9322/1: Switch over to GENERIC_CPU_DEVICES
Posted by Jinjie Ruan 1 year, 5 months ago
Currently, almost all architectures have switched to GENERIC_CPU_DEVICES,
except for arm32. Also switch over to GENERIC_CPU_DEVICES, which can also
make the code more concise.

Jinjie Ruan (2):
  ARM: 9322/1: Switch over to GENERIC_CPU_DEVICES using
    arch_register_cpu()
  ARM: 9322/1: Convert to arch_cpu_is_hotpluggable()

 arch/arm/Kconfig           |  1 +
 arch/arm/include/asm/cpu.h |  1 -
 arch/arm/kernel/setup.c    | 14 ++------------
 3 files changed, 3 insertions(+), 13 deletions(-)

-- 
2.34.1
Re: [PATCH 0/2] ARM: 9322/1: Switch over to GENERIC_CPU_DEVICES
Posted by Russell King (Oracle) 1 year, 5 months ago
What's going on with the subject in all of this series? Why does it
contain:

	"ARM: 9322/1"

?

We already have:
	"3562257b3416 ARM: 9322/1: Explicitly include correct DT includes"

Merged in the kernel tree, and this has nothing to do with it. Moreover,
these numbers are generated by the patch system and are supposed to be
unique to each patch.

On Tue, Jul 02, 2024 at 02:59:04PM +0800, Jinjie Ruan wrote:
> Currently, almost all architectures have switched to GENERIC_CPU_DEVICES,
> except for arm32. Also switch over to GENERIC_CPU_DEVICES, which can also
> make the code more concise.
> 
> Jinjie Ruan (2):
>   ARM: 9322/1: Switch over to GENERIC_CPU_DEVICES using
>     arch_register_cpu()
>   ARM: 9322/1: Convert to arch_cpu_is_hotpluggable()
> 
>  arch/arm/Kconfig           |  1 +
>  arch/arm/include/asm/cpu.h |  1 -
>  arch/arm/kernel/setup.c    | 14 ++------------
>  3 files changed, 3 insertions(+), 13 deletions(-)
> 
> -- 
> 2.34.1
> 
> 

-- 
RMK's Patch system: https://www.armlinux.org.uk/developer/patches/
FTTP is here! 80Mbps down 10Mbps up. Decent connectivity at last!
Re: [PATCH 0/2] ARM: 9322/1: Switch over to GENERIC_CPU_DEVICES
Posted by Jinjie Ruan 1 year, 5 months ago

On 2024/7/2 15:30, Russell King (Oracle) wrote:
> What's going on with the subject in all of this series? Why does it
> contain:
> 
> 	"ARM: 9322/1"
> 
> ?
> 
> We already have:
> 	"3562257b3416 ARM: 9322/1: Explicitly include correct DT includes"
> 
> Merged in the kernel tree, and this has nothing to do with it. Moreover,
> these numbers are generated by the patch system and are supposed to be
> unique to each patch.

The title refers to "git log --online arch/arm/kernel/setup.c", I
misunderstood its meaning, I'll resend it and remove it, thank you very
much.

> 
> On Tue, Jul 02, 2024 at 02:59:04PM +0800, Jinjie Ruan wrote:
>> Currently, almost all architectures have switched to GENERIC_CPU_DEVICES,
>> except for arm32. Also switch over to GENERIC_CPU_DEVICES, which can also
>> make the code more concise.
>>
>> Jinjie Ruan (2):
>>   ARM: 9322/1: Switch over to GENERIC_CPU_DEVICES using
>>     arch_register_cpu()
>>   ARM: 9322/1: Convert to arch_cpu_is_hotpluggable()
>>
>>  arch/arm/Kconfig           |  1 +
>>  arch/arm/include/asm/cpu.h |  1 -
>>  arch/arm/kernel/setup.c    | 14 ++------------
>>  3 files changed, 3 insertions(+), 13 deletions(-)
>>
>> -- 
>> 2.34.1
>>
>>
>