soc.lore.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH] arm64: defconfig: drop obsolete ARCH_* configs
       [not found]       ` <20211007102424.vUPkWEULDjHIbnHmqFa241T_FaoVyWQfb8flOpXhTb8@z>
@ 2021-10-07 10:24         ` Zenghui Yu
       [not found]           ` <20211007131421.TZcIhPQDGBs4ZPh0iW_DT3UHSPuOoah9xVhJY9cRXc0@z>
  0 siblings, 1 reply; 3+ messages in thread
From: Zenghui Yu @ 2021-10-07 10:24 UTC (permalink / raw)
  To: Catalin Marinas, soc
  Cc: Krzysztof Kozlowski, linux-arm-kernel, linux-kernel, will,
	wanghaibin.wang, Arnd Bergmann

On 2021/10/7 18:08, Catalin Marinas wrote:
> On Thu, Oct 07, 2021 at 05:42:46PM +0800, Zenghui Yu wrote:
>> On 2021/8/23 21:01, Krzysztof Kozlowski wrote:
>>> On 21/08/2021 05:05, Zenghui Yu wrote:
>>>> Per commit 4a9a1a5602d8 ("arm64: socfpga: merge Agilex and N5X into
>>>> ARCH_INTEL_SOCFPGA") and commit 89d4f98ae90d ("ARM: remove zte zx
>>>> platform"), they can be dropped from defconfig now.
>>>>
>>>> Cc: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
>>>> Cc: Arnd Bergmann <arnd@arndb.de>
>>>> Signed-off-by: Zenghui Yu <yuzenghui@huawei.com>
>>>> ---
>>>>  arch/arm64/configs/defconfig | 3 ---
>>>>  1 file changed, 3 deletions(-)
>>>
>>> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
>>
>> I have no idea about which tree should this patch go via, so a gentle
>> ping here. I've verified that this can still be applied cleanly on top
>> of today's -next.
> 
> Usually defconfig changes go in via the arm-soc tree rather than the
> arm64 one.

Thanks for the pointer!

[+ soc@kernel.org]

Zenghui

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] arm64: defconfig: drop obsolete ARCH_* configs
       [not found]           ` <20211007131421.TZcIhPQDGBs4ZPh0iW_DT3UHSPuOoah9xVhJY9cRXc0@z>
@ 2021-10-07 13:14             ` Arnd Bergmann
  2021-10-07 13:14               ` Arnd Bergmann
  0 siblings, 1 reply; 3+ messages in thread
From: Arnd Bergmann @ 2021-10-07 13:14 UTC (permalink / raw)
  To: Zenghui Yu
  Cc: Catalin Marinas, SoC Team, Krzysztof Kozlowski, Linux ARM,
	Linux Kernel Mailing List, Will Deacon, wanghaibin.wang,
	Arnd Bergmann

On Thu, Oct 7, 2021 at 12:24 PM Zenghui Yu <yuzenghui@huawei.com> wrote:
>
> On 2021/10/7 18:08, Catalin Marinas wrote:
> > On Thu, Oct 07, 2021 at 05:42:46PM +0800, Zenghui Yu wrote:
> >> On 2021/8/23 21:01, Krzysztof Kozlowski wrote:
> >>> On 21/08/2021 05:05, Zenghui Yu wrote:
> >>>> Per commit 4a9a1a5602d8 ("arm64: socfpga: merge Agilex and N5X into
> >>>> ARCH_INTEL_SOCFPGA") and commit 89d4f98ae90d ("ARM: remove zte zx
> >>>> platform"), they can be dropped from defconfig now.
> >>>>
> >>>> Cc: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
> >>>> Cc: Arnd Bergmann <arnd@arndb.de>
> >>>> Signed-off-by: Zenghui Yu <yuzenghui@huawei.com>
> >>>> ---
> >>>>  arch/arm64/configs/defconfig | 3 ---
> >>>>  1 file changed, 3 deletions(-)
> >>>
> >>> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
> >>
> >> I have no idea about which tree should this patch go via, so a gentle
> >> ping here. I've verified that this can still be applied cleanly on top
> >> of today's -next.
> >
> > Usually defconfig changes go in via the arm-soc tree rather than the
> > arm64 one.
>
> Thanks for the pointer!
>
> [+ soc@kernel.org]

Applied to the arm/defconfig branch for 5.16, thanks!

        Arnd

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] arm64: defconfig: drop obsolete ARCH_* configs
  2021-10-07 13:14             ` Arnd Bergmann
@ 2021-10-07 13:14               ` Arnd Bergmann
  0 siblings, 0 replies; 3+ messages in thread
From: Arnd Bergmann @ 2021-10-07 13:14 UTC (permalink / raw)
  To: Zenghui Yu
  Cc: Catalin Marinas, SoC Team, Krzysztof Kozlowski, Linux ARM,
	Linux Kernel Mailing List, Will Deacon, wanghaibin.wang,
	Arnd Bergmann

On Thu, Oct 7, 2021 at 12:24 PM Zenghui Yu <yuzenghui@huawei.com> wrote:
>
> On 2021/10/7 18:08, Catalin Marinas wrote:
> > On Thu, Oct 07, 2021 at 05:42:46PM +0800, Zenghui Yu wrote:
> >> On 2021/8/23 21:01, Krzysztof Kozlowski wrote:
> >>> On 21/08/2021 05:05, Zenghui Yu wrote:
> >>>> Per commit 4a9a1a5602d8 ("arm64: socfpga: merge Agilex and N5X into
> >>>> ARCH_INTEL_SOCFPGA") and commit 89d4f98ae90d ("ARM: remove zte zx
> >>>> platform"), they can be dropped from defconfig now.
> >>>>
> >>>> Cc: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
> >>>> Cc: Arnd Bergmann <arnd@arndb.de>
> >>>> Signed-off-by: Zenghui Yu <yuzenghui@huawei.com>
> >>>> ---
> >>>>  arch/arm64/configs/defconfig | 3 ---
> >>>>  1 file changed, 3 deletions(-)
> >>>
> >>> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
> >>
> >> I have no idea about which tree should this patch go via, so a gentle
> >> ping here. I've verified that this can still be applied cleanly on top
> >> of today's -next.
> >
> > Usually defconfig changes go in via the arm-soc tree rather than the
> > arm64 one.
>
> Thanks for the pointer!
>
> [+ soc@kernel.org]

Applied to the arm/defconfig branch for 5.16, thanks!

        Arnd

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-10-07 13:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210821030519.127-1-yuzenghui@huawei.com>
     [not found] ` <39c2b2f9-4de2-8e7d-2135-96f1dab750e0@canonical.com>
     [not found]   ` <5991e347-18f0-30cd-58b9-9e3276bd98bd@huawei.com>
     [not found]     ` <YV7HGniKSKe7nXp/@arm.com>
     [not found]       ` <20211007102424.vUPkWEULDjHIbnHmqFa241T_FaoVyWQfb8flOpXhTb8@z>
2021-10-07 10:24         ` [PATCH] arm64: defconfig: drop obsolete ARCH_* configs Zenghui Yu
     [not found]           ` <20211007131421.TZcIhPQDGBs4ZPh0iW_DT3UHSPuOoah9xVhJY9cRXc0@z>
2021-10-07 13:14             ` Arnd Bergmann
2021-10-07 13:14               ` Arnd Bergmann

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).