Re: [PATCH v6 2/4] ARM: hisi: add support for Kunpeng50x SoC

2021-02-01 Thread Arnd Bergmann
On Mon, Feb 1, 2021 at 12:49 PM Leizhen (ThunderTown)
 wrote:
> On 2021/2/1 16:35, Arnd Bergmann wrote:
> > On Mon, Feb 1, 2021 at 4:35 AM Zhen Lei  wrote:
> >>
> >> Enable support for the Hisilicon Kunpeng506 and Kunpeng509 SoC.
> >>
> >> Signed-off-by: Zhen Lei 
> >
> > Reviewed-by: Arnd Bergmann 
> >
> > Russell, do you have a preference for how to get this series merged
> > after the last comments are resolved?
> >
> > I think there is no technical problem in having patch two merged through
> > the soc tree, while merging the other three through your tree, but it
> > seems more logical to keep all four together in either location.
>
> Wait, wait. I've coordinated resources urgently. I can run test cases for new 
> changes tonight.

Just to clarify, my question is independent of how quickly it gets merged,
please continue addressing the review comments and sending new versions
in the meantime.

If we decide to take it through the two trees separately, that would just mean
that Wei Xu sends the patch 2/4 to s...@kernel.org for inclusion there
(I'm happy to take that one right away), while the other three will go through
https://www.armlinux.org.uk/developer/patches/.

   Arnd


Re: [PATCH v6 2/4] ARM: hisi: add support for Kunpeng50x SoC

2021-02-01 Thread Leizhen (ThunderTown)



On 2021/2/1 16:35, Arnd Bergmann wrote:
> On Mon, Feb 1, 2021 at 4:35 AM Zhen Lei  wrote:
>>
>> Enable support for the Hisilicon Kunpeng506 and Kunpeng509 SoC.
>>
>> Signed-off-by: Zhen Lei 
> 
> Reviewed-by: Arnd Bergmann 
> 
> Russell, do you have a preference for how to get this series merged
> after the last comments are resolved?
> 
> I think there is no technical problem in having patch two merged through
> the soc tree, while merging the other three through your tree, but it
> seems more logical to keep all four together in either location.

Wait, wait. I've coordinated resources urgently. I can run test cases for new 
changes tonight.

> 
>Arnd
> 
> .
> 



Re: [PATCH v6 2/4] ARM: hisi: add support for Kunpeng50x SoC

2021-02-01 Thread Arnd Bergmann
On Mon, Feb 1, 2021 at 4:35 AM Zhen Lei  wrote:
>
> Enable support for the Hisilicon Kunpeng506 and Kunpeng509 SoC.
>
> Signed-off-by: Zhen Lei 

Reviewed-by: Arnd Bergmann 

Russell, do you have a preference for how to get this series merged
after the last comments are resolved?

I think there is no technical problem in having patch two merged through
the soc tree, while merging the other three through your tree, but it
seems more logical to keep all four together in either location.

   Arnd


[PATCH v6 2/4] ARM: hisi: add support for Kunpeng50x SoC

2021-01-31 Thread Zhen Lei
Enable support for the Hisilicon Kunpeng506 and Kunpeng509 SoC.

Signed-off-by: Zhen Lei 
---
 arch/arm/mach-hisi/Kconfig | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm/mach-hisi/Kconfig b/arch/arm/mach-hisi/Kconfig
index 2e980f834a6aa1b..a004eac24b243af 100644
--- a/arch/arm/mach-hisi/Kconfig
+++ b/arch/arm/mach-hisi/Kconfig
@@ -55,6 +55,12 @@ config ARCH_HIX5HD2
help
  Support for Hisilicon HIX5HD2 SoC family
 
+config ARCH_KUNPENG50X
+   bool "Hisilicon Kunpeng50x family"
+   depends on ARCH_MULTI_V7
+   help
+ Support for Hisilicon Kunpeng506 and Kunpeng509 SoC family
+
 config ARCH_SD5203
bool "Hisilicon SD5203 family"
depends on ARCH_MULTI_V5
-- 
2.26.0.106.g9fadedd