* [RFC PATCH] arm64: defconfig: enable SMMUv3 config @ 2017-01-09 11:50 Zhou Wang 2017-01-12 0:36 ` Zhou Wang 2017-01-20 16:57 ` Wei Xu 0 siblings, 2 replies; 8+ messages in thread From: Zhou Wang @ 2017-01-09 11:50 UTC (permalink / raw) To: linux-arm-kernel Signed-off-by: Zhou Wang <wangzhou1@hisilicon.com> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 869dded..3520c50 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -440,6 +440,7 @@ CONFIG_PLATFORM_MHU=y CONFIG_BCM2835_MBOX=y CONFIG_HI6220_MBOX=y CONFIG_ARM_SMMU=y +CONFIG_ARM_SMMU_V3=y CONFIG_RASPBERRYPI_POWER=y CONFIG_QCOM_SMEM=y CONFIG_QCOM_SMD=y -- 1.9.1 ^ permalink raw reply related [flat|nested] 8+ messages in thread
* [RFC PATCH] arm64: defconfig: enable SMMUv3 config 2017-01-09 11:50 [RFC PATCH] arm64: defconfig: enable SMMUv3 config Zhou Wang @ 2017-01-12 0:36 ` Zhou Wang 2017-01-12 9:47 ` Catalin Marinas 2017-01-20 16:57 ` Wei Xu 1 sibling, 1 reply; 8+ messages in thread From: Zhou Wang @ 2017-01-12 0:36 UTC (permalink / raw) To: linux-arm-kernel On 2017/1/9 19:50, Zhou Wang wrote: > Signed-off-by: Zhou Wang <wangzhou1@hisilicon.com> > --- > arch/arm64/configs/defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > index 869dded..3520c50 100644 > --- a/arch/arm64/configs/defconfig > +++ b/arch/arm64/configs/defconfig > @@ -440,6 +440,7 @@ CONFIG_PLATFORM_MHU=y > CONFIG_BCM2835_MBOX=y > CONFIG_HI6220_MBOX=y > CONFIG_ARM_SMMU=y > +CONFIG_ARM_SMMU_V3=y > CONFIG_RASPBERRYPI_POWER=y > CONFIG_QCOM_SMEM=y > CONFIG_QCOM_SMD=y > Hi Catalin, Will and Arnd, I just happened to find there is no SMMUv3 config in arm64 defconfig. Maybe we should add it in defconfig or I miss something. Thanks, Zhou . ^ permalink raw reply [flat|nested] 8+ messages in thread
* [RFC PATCH] arm64: defconfig: enable SMMUv3 config 2017-01-12 0:36 ` Zhou Wang @ 2017-01-12 9:47 ` Catalin Marinas 2017-01-13 15:35 ` Wei Xu 0 siblings, 1 reply; 8+ messages in thread From: Catalin Marinas @ 2017-01-12 9:47 UTC (permalink / raw) To: linux-arm-kernel On Thu, Jan 12, 2017 at 08:36:12AM +0800, Zhou Wang wrote: > On 2017/1/9 19:50, Zhou Wang wrote: > > Signed-off-by: Zhou Wang <wangzhou1@hisilicon.com> > > --- > > arch/arm64/configs/defconfig | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > > index 869dded..3520c50 100644 > > --- a/arch/arm64/configs/defconfig > > +++ b/arch/arm64/configs/defconfig > > @@ -440,6 +440,7 @@ CONFIG_PLATFORM_MHU=y > > CONFIG_BCM2835_MBOX=y > > CONFIG_HI6220_MBOX=y > > CONFIG_ARM_SMMU=y > > +CONFIG_ARM_SMMU_V3=y > > CONFIG_RASPBERRYPI_POWER=y > > CONFIG_QCOM_SMEM=y > > CONFIG_QCOM_SMD=y > > I just happened to find there is no SMMUv3 config in arm64 defconfig. > > Maybe we should add it in defconfig or I miss something. It looks fine to me but it's usually the arm-soc guys picking the defconfig patches. -- Catalin ^ permalink raw reply [flat|nested] 8+ messages in thread
* [RFC PATCH] arm64: defconfig: enable SMMUv3 config 2017-01-12 9:47 ` Catalin Marinas @ 2017-01-13 15:35 ` Wei Xu 2017-01-13 16:58 ` Arnd Bergmann 0 siblings, 1 reply; 8+ messages in thread From: Wei Xu @ 2017-01-13 15:35 UTC (permalink / raw) To: linux-arm-kernel On 2017/1/12 9:47, Catalin Marinas wrote: > On Thu, Jan 12, 2017 at 08:36:12AM +0800, Zhou Wang wrote: >> On 2017/1/9 19:50, Zhou Wang wrote: >>> Signed-off-by: Zhou Wang <wangzhou1@hisilicon.com> >>> --- >>> arch/arm64/configs/defconfig | 1 + >>> 1 file changed, 1 insertion(+) >>> >>> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig >>> index 869dded..3520c50 100644 >>> --- a/arch/arm64/configs/defconfig >>> +++ b/arch/arm64/configs/defconfig >>> @@ -440,6 +440,7 @@ CONFIG_PLATFORM_MHU=y >>> CONFIG_BCM2835_MBOX=y >>> CONFIG_HI6220_MBOX=y >>> CONFIG_ARM_SMMU=y >>> +CONFIG_ARM_SMMU_V3=y >>> CONFIG_RASPBERRYPI_POWER=y >>> CONFIG_QCOM_SMEM=y >>> CONFIG_QCOM_SMD=y >> >> I just happened to find there is no SMMUv3 config in arm64 defconfig. >> >> Maybe we should add it in defconfig or I miss something. > Hi Arnd, > It looks fine to me but it's usually the arm-soc guys picking the > defconfig patches. > It is fine to me. Is it OK for me to pick up this or will you directly pick up this? Thanks! Best Regards, Wei Xu ^ permalink raw reply [flat|nested] 8+ messages in thread
* [RFC PATCH] arm64: defconfig: enable SMMUv3 config 2017-01-13 15:35 ` Wei Xu @ 2017-01-13 16:58 ` Arnd Bergmann 2017-01-16 16:15 ` Wei Xu 0 siblings, 1 reply; 8+ messages in thread From: Arnd Bergmann @ 2017-01-13 16:58 UTC (permalink / raw) To: linux-arm-kernel On Friday, January 13, 2017 3:35:54 PM CET Wei Xu wrote: > On 2017/1/12 9:47, Catalin Marinas wrote: > > On Thu, Jan 12, 2017 at 08:36:12AM +0800, Zhou Wang wrote: > >> On 2017/1/9 19:50, Zhou Wang wrote: > >>> Signed-off-by: Zhou Wang <wangzhou1@hisilicon.com> > >>> --- > >>> arch/arm64/configs/defconfig | 1 + > >>> 1 file changed, 1 insertion(+) > >>> > >>> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > >>> index 869dded..3520c50 100644 > >>> --- a/arch/arm64/configs/defconfig > >>> +++ b/arch/arm64/configs/defconfig > >>> @@ -440,6 +440,7 @@ CONFIG_PLATFORM_MHU=y > >>> CONFIG_BCM2835_MBOX=y > >>> CONFIG_HI6220_MBOX=y > >>> CONFIG_ARM_SMMU=y > >>> +CONFIG_ARM_SMMU_V3=y > >>> CONFIG_RASPBERRYPI_POWER=y > >>> CONFIG_QCOM_SMEM=y > >>> CONFIG_QCOM_SMD=y > >> > >> I just happened to find there is no SMMUv3 config in arm64 defconfig. > >> > >> Maybe we should add it in defconfig or I miss something. > > > > Hi Arnd, > > > It looks fine to me but it's usually the arm-soc guys picking the > > defconfig patches. > > > > It is fine to me. > Is it OK for me to pick up this or will you directly pick up this? > Thanks! Either way works for me. I usually recommend platform maintainers picking up patches and then sending them on to arm at kernel.org, as that gets our attention quicker. A patch that gets sent with me personally on Cc might get lost in the email. Arnd ^ permalink raw reply [flat|nested] 8+ messages in thread
* [RFC PATCH] arm64: defconfig: enable SMMUv3 config 2017-01-13 16:58 ` Arnd Bergmann @ 2017-01-16 16:15 ` Wei Xu 2017-01-17 0:56 ` Zhou Wang 0 siblings, 1 reply; 8+ messages in thread From: Wei Xu @ 2017-01-16 16:15 UTC (permalink / raw) To: linux-arm-kernel Hi Arnd, On 2017/1/13 16:58, Arnd Bergmann wrote: > On Friday, January 13, 2017 3:35:54 PM CET Wei Xu wrote: >> On 2017/1/12 9:47, Catalin Marinas wrote: >>> On Thu, Jan 12, 2017 at 08:36:12AM +0800, Zhou Wang wrote: >>>> On 2017/1/9 19:50, Zhou Wang wrote: >>>>> Signed-off-by: Zhou Wang <wangzhou1@hisilicon.com> >>>>> --- >>>>> arch/arm64/configs/defconfig | 1 + >>>>> 1 file changed, 1 insertion(+) >>>>> >>>>> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig >>>>> index 869dded..3520c50 100644 >>>>> --- a/arch/arm64/configs/defconfig >>>>> +++ b/arch/arm64/configs/defconfig >>>>> @@ -440,6 +440,7 @@ CONFIG_PLATFORM_MHU=y >>>>> CONFIG_BCM2835_MBOX=y >>>>> CONFIG_HI6220_MBOX=y >>>>> CONFIG_ARM_SMMU=y >>>>> +CONFIG_ARM_SMMU_V3=y >>>>> CONFIG_RASPBERRYPI_POWER=y >>>>> CONFIG_QCOM_SMEM=y >>>>> CONFIG_QCOM_SMD=y >>>> >>>> I just happened to find there is no SMMUv3 config in arm64 defconfig. >>>> >>>> Maybe we should add it in defconfig or I miss something. >>> >> >> Hi Arnd, >> >>> It looks fine to me but it's usually the arm-soc guys picking the >>> defconfig patches. >>> >> >> It is fine to me. >> Is it OK for me to pick up this or will you directly pick up this? >> Thanks! > > Either way works for me. I usually recommend platform maintainers > picking up patches and then sending them on to arm at kernel.org, > as that gets our attention quicker. A patch that gets sent with > me personally on Cc might get lost in the email. In this case I will pick up it. Thanks! Best Regards, Wei > > Arnd > > > . > ^ permalink raw reply [flat|nested] 8+ messages in thread
* [RFC PATCH] arm64: defconfig: enable SMMUv3 config 2017-01-16 16:15 ` Wei Xu @ 2017-01-17 0:56 ` Zhou Wang 0 siblings, 0 replies; 8+ messages in thread From: Zhou Wang @ 2017-01-17 0:56 UTC (permalink / raw) To: linux-arm-kernel On 2017/1/17 0:15, Wei Xu wrote: > Hi Arnd, > > On 2017/1/13 16:58, Arnd Bergmann wrote: >> On Friday, January 13, 2017 3:35:54 PM CET Wei Xu wrote: >>> On 2017/1/12 9:47, Catalin Marinas wrote: >>>> On Thu, Jan 12, 2017 at 08:36:12AM +0800, Zhou Wang wrote: >>>>> On 2017/1/9 19:50, Zhou Wang wrote: >>>>>> Signed-off-by: Zhou Wang <wangzhou1@hisilicon.com> >>>>>> --- >>>>>> arch/arm64/configs/defconfig | 1 + >>>>>> 1 file changed, 1 insertion(+) >>>>>> >>>>>> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig >>>>>> index 869dded..3520c50 100644 >>>>>> --- a/arch/arm64/configs/defconfig >>>>>> +++ b/arch/arm64/configs/defconfig >>>>>> @@ -440,6 +440,7 @@ CONFIG_PLATFORM_MHU=y >>>>>> CONFIG_BCM2835_MBOX=y >>>>>> CONFIG_HI6220_MBOX=y >>>>>> CONFIG_ARM_SMMU=y >>>>>> +CONFIG_ARM_SMMU_V3=y >>>>>> CONFIG_RASPBERRYPI_POWER=y >>>>>> CONFIG_QCOM_SMEM=y >>>>>> CONFIG_QCOM_SMD=y >>>>> >>>>> I just happened to find there is no SMMUv3 config in arm64 defconfig. >>>>> >>>>> Maybe we should add it in defconfig or I miss something. >>>> >>> >>> Hi Arnd, >>> >>>> It looks fine to me but it's usually the arm-soc guys picking the >>>> defconfig patches. >>>> >>> >>> It is fine to me. >>> Is it OK for me to pick up this or will you directly pick up this? >>> Thanks! >> >> Either way works for me. I usually recommend platform maintainers >> picking up patches and then sending them on to arm at kernel.org, >> as that gets our attention quicker. A patch that gets sent with >> me personally on Cc might get lost in the email. > > In this case I will pick up it. Many thanks, Regards, Zhou > Thanks! > > Best Regards, > Wei > >> >> Arnd >> >> >> . >> > > > . > ^ permalink raw reply [flat|nested] 8+ messages in thread
* [RFC PATCH] arm64: defconfig: enable SMMUv3 config 2017-01-09 11:50 [RFC PATCH] arm64: defconfig: enable SMMUv3 config Zhou Wang 2017-01-12 0:36 ` Zhou Wang @ 2017-01-20 16:57 ` Wei Xu 1 sibling, 0 replies; 8+ messages in thread From: Wei Xu @ 2017-01-20 16:57 UTC (permalink / raw) To: linux-arm-kernel Hi Zhou Wang, On 2017/1/9 11:50, Zhou Wang wrote: > Signed-off-by: Zhou Wang <wangzhou1@hisilicon.com> Applied to the hisilicon soc tree. Thanks! Best Regards, Wei > --- > arch/arm64/configs/defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > index 869dded..3520c50 100644 > --- a/arch/arm64/configs/defconfig > +++ b/arch/arm64/configs/defconfig > @@ -440,6 +440,7 @@ CONFIG_PLATFORM_MHU=y > CONFIG_BCM2835_MBOX=y > CONFIG_HI6220_MBOX=y > CONFIG_ARM_SMMU=y > +CONFIG_ARM_SMMU_V3=y > CONFIG_RASPBERRYPI_POWER=y > CONFIG_QCOM_SMEM=y > CONFIG_QCOM_SMD=y > ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2017-01-20 16:57 UTC | newest] Thread overview: 8+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2017-01-09 11:50 [RFC PATCH] arm64: defconfig: enable SMMUv3 config Zhou Wang 2017-01-12 0:36 ` Zhou Wang 2017-01-12 9:47 ` Catalin Marinas 2017-01-13 15:35 ` Wei Xu 2017-01-13 16:58 ` Arnd Bergmann 2017-01-16 16:15 ` Wei Xu 2017-01-17 0:56 ` Zhou Wang 2017-01-20 16:57 ` Wei Xu
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).