linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH] arm64: defconfig: enable ARCH_NXP
       [not found] <20220906140612.2881991-1-michael@walle.cc>
@ 2022-09-06 17:09 ` Florian Fainelli
  2022-09-06 21:38   ` Marcel Ziswiler
  0 siblings, 1 reply; 4+ messages in thread
From: Florian Fainelli @ 2022-09-06 17:09 UTC (permalink / raw)
  To: Michael Walle, Catalin Marinas, Will Deacon, Bjorn Andersson,
	Shawn Guo, Arnd Bergmann
  Cc: linux-arm-kernel



On 9/6/2022 7:06 AM, Michael Walle wrote:
> Commit 566e373fe047 ("arm64: Kconfig.platforms: Group NXP platforms
> together") introduced a new symbol ARCH_NXP and made ARCH_LAYERSCAPE
> (among others) depend on it, but didn't enable it in the defconfig.
> Thus, now the defconfig doesn't include support for any NXP
> architectures anymore. Fix it.
> 
> Fixes: 566e373fe047 ("arm64: Kconfig.platforms: Group NXP platforms together")
> Signed-off-by: Michael Walle <michael@walle.cc>

Acked-by: Florian Fainelli <f.fainelli@gmail.com>

Sorry about that, which means we also need the same change for ARCH_BCM, 
I will get that submitted shortly. Thanks Michael!
-- 
Florian

_______________________________________________
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] 4+ messages in thread

* Re: [PATCH] arm64: defconfig: enable ARCH_NXP
  2022-09-06 17:09 ` [PATCH] arm64: defconfig: enable ARCH_NXP Florian Fainelli
@ 2022-09-06 21:38   ` Marcel Ziswiler
  2022-09-06 21:47     ` Florian Fainelli
  0 siblings, 1 reply; 4+ messages in thread
From: Marcel Ziswiler @ 2022-09-06 21:38 UTC (permalink / raw)
  To: shawnguo, andersson, michael, will, f.fainelli, catalin.marinas, arnd
  Cc: linux-arm-kernel

On Tue, 2022-09-06 at 10:09 -0700, Florian Fainelli wrote:
> 
> 
> On 9/6/2022 7:06 AM, Michael Walle wrote:
> > Commit 566e373fe047 ("arm64: Kconfig.platforms: Group NXP platforms
> > together") introduced a new symbol ARCH_NXP and made ARCH_LAYERSCAPE
> > (among others) depend on it, but didn't enable it in the defconfig.
> > Thus, now the defconfig doesn't include support for any NXP
> > architectures anymore. Fix it.
> > 
> > Fixes: 566e373fe047 ("arm64: Kconfig.platforms: Group NXP platforms together")
> > Signed-off-by: Michael Walle <michael@walle.cc>
> 
> Acked-by: Florian Fainelli <f.fainelli@gmail.com>
> 
> Sorry about that, which means we also need the same change for ARCH_BCM, 
> I will get that submitted shortly. Thanks Michael!

Bisection also landed me here. However, I can only find this reply but not the actual patch from Michael
anywhere on the mailing list or lore.
_______________________________________________
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] 4+ messages in thread

* Re: [PATCH] arm64: defconfig: enable ARCH_NXP
  2022-09-06 21:38   ` Marcel Ziswiler
@ 2022-09-06 21:47     ` Florian Fainelli
  2022-09-06 21:51       ` Michael Walle
  0 siblings, 1 reply; 4+ messages in thread
From: Florian Fainelli @ 2022-09-06 21:47 UTC (permalink / raw)
  To: Marcel Ziswiler, shawnguo, andersson, michael, will,
	catalin.marinas, arnd
  Cc: linux-arm-kernel



On 9/6/2022 2:38 PM, Marcel Ziswiler wrote:
> On Tue, 2022-09-06 at 10:09 -0700, Florian Fainelli wrote:
>>
>>
>> On 9/6/2022 7:06 AM, Michael Walle wrote:
>>> Commit 566e373fe047 ("arm64: Kconfig.platforms: Group NXP platforms
>>> together") introduced a new symbol ARCH_NXP and made ARCH_LAYERSCAPE
>>> (among others) depend on it, but didn't enable it in the defconfig.
>>> Thus, now the defconfig doesn't include support for any NXP
>>> architectures anymore. Fix it.
>>>
>>> Fixes: 566e373fe047 ("arm64: Kconfig.platforms: Group NXP platforms together")
>>> Signed-off-by: Michael Walle <michael@walle.cc>
>>
>> Acked-by: Florian Fainelli <f.fainelli@gmail.com>
>>
>> Sorry about that, which means we also need the same change for ARCH_BCM,
>> I will get that submitted shortly. Thanks Michael!
> 
> Bisection also landed me here. However, I can only find this reply but not the actual patch from Michael
> anywhere on the mailing list or lore.

Yes, looks like it is because there was no copy of any vger.kernel.org 
mailing list and Michael's original patch had the following header which 
provided an incorrect mailing list address:

Cc: linux-arm-kernel@lists.infradead.org,
	vger.kernel.org,
-- 
Florian

_______________________________________________
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] 4+ messages in thread

* Re: [PATCH] arm64: defconfig: enable ARCH_NXP
  2022-09-06 21:47     ` Florian Fainelli
@ 2022-09-06 21:51       ` Michael Walle
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Walle @ 2022-09-06 21:51 UTC (permalink / raw)
  To: Florian Fainelli, Marcel Ziswiler, shawnguo, andersson, will,
	catalin.marinas, arnd
  Cc: linux-arm-kernel

Am 6. September 2022 23:47:41 MESZ schrieb Florian Fainelli <f.fainelli@gmail.com>:
>
>
>On 9/6/2022 2:38 PM, Marcel Ziswiler wrote:
>> On Tue, 2022-09-06 at 10:09 -0700, Florian Fainelli wrote:
>>> 
>>> 
>>> On 9/6/2022 7:06 AM, Michael Walle wrote:
>>>> Commit 566e373fe047 ("arm64: Kconfig.platforms: Group NXP platforms
>>>> together") introduced a new symbol ARCH_NXP and made ARCH_LAYERSCAPE
>>>> (among others) depend on it, but didn't enable it in the defconfig.
>>>> Thus, now the defconfig doesn't include support for any NXP
>>>> architectures anymore. Fix it.
>>>> 
>>>> Fixes: 566e373fe047 ("arm64: Kconfig.platforms: Group NXP platforms together")
>>>> Signed-off-by: Michael Walle <michael@walle.cc>
>>> 
>>> Acked-by: Florian Fainelli <f.fainelli@gmail.com>
>>> 
>>> Sorry about that, which means we also need the same change for ARCH_BCM,
>>> I will get that submitted shortly. Thanks Michael!
>> 
>> Bisection also landed me here. However, I can only find this reply but not the actual patch from Michael
>> anywhere on the mailing list or lore.
>
>Yes, looks like it is because there was no copy of any vger.kernel.org mailing list and Michael's original patch had the following header which provided an incorrect mailing list address:
>
>Cc: linux-arm-kernel@lists.infradead.org,
>	vger.kernel.org,

Oops. sorry about that. If necessary I can resend it tomorrow.

-michael 



_______________________________________________
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] 4+ messages in thread

end of thread, other threads:[~2022-09-06 21:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20220906140612.2881991-1-michael@walle.cc>
2022-09-06 17:09 ` [PATCH] arm64: defconfig: enable ARCH_NXP Florian Fainelli
2022-09-06 21:38   ` Marcel Ziswiler
2022-09-06 21:47     ` Florian Fainelli
2022-09-06 21:51       ` Michael Walle

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