Message ID | 20210201033601.1642-3-thunder.leizhen@huawei.com |
---|---|
State | Superseded |
Headers | show |
Series | ARM: Add support for Hisilicon Kunpeng L3 cache controller | expand |
On Mon, Feb 1, 2021 at 4:35 AM Zhen Lei <thunder.leizhen@huawei.com> wrote: > > Enable support for the Hisilicon Kunpeng506 and Kunpeng509 SoC. > > Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com> Reviewed-by: Arnd Bergmann <arnd@arndb.de> 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
On 2021/2/1 16:35, Arnd Bergmann wrote: > On Mon, Feb 1, 2021 at 4:35 AM Zhen Lei <thunder.leizhen@huawei.com> wrote: >> >> Enable support for the Hisilicon Kunpeng506 and Kunpeng509 SoC. >> >> Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com> > > Reviewed-by: Arnd Bergmann <arnd@arndb.de> > > 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 > > . >
On Mon, Feb 1, 2021 at 12:49 PM Leizhen (ThunderTown) <thunder.leizhen@huawei.com> wrote: > On 2021/2/1 16:35, Arnd Bergmann wrote: > > On Mon, Feb 1, 2021 at 4:35 AM Zhen Lei <thunder.leizhen@huawei.com> wrote: > >> > >> Enable support for the Hisilicon Kunpeng506 and Kunpeng509 SoC. > >> > >> Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com> > > > > Reviewed-by: Arnd Bergmann <arnd@arndb.de> > > > > 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 soc@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
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
Enable support for the Hisilicon Kunpeng506 and Kunpeng509 SoC. Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com> --- arch/arm/mach-hisi/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) -- 2.26.0.106.g9fadedd