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

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

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

[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 ---