linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Florian Fainelli <f.fainelli@gmail.com>
To: "Rafał Miłecki" <zajec5@gmail.com>,
	"William Zhang" <william.zhang@broadcom.com>,
	"Linux ARM List" <linux-arm-kernel@lists.infradead.org>,
	"Broadcom Kernel List" <bcm-kernel-feedback-list@broadcom.com>
Cc: dan.beygelman@broadcom.com, f.fainelli@gmail.com,
	anand.gore@broadcom.com, joel.peshkin@broadcom.com,
	Arnd Bergmann <arnd@arndb.de>,
	kursad.oney@broadcom.com, linux-kernel@vger.kernel.org,
	Masahiro Yamada <masahiroy@kernel.org>,
	Nick Desaulniers <ndesaulniers@google.com>,
	Russell King <linux@armlinux.org.uk>,
	Nathan Chancellor <nathan@kernel.org>,
	Kavyasree Kotagiri <kavyasree.kotagiri@microchip.com>,
	Lukas Bulwahn <lukas.bulwahn@gmail.com>,
	Eugen Hristev <eugen.hristev@microchip.com>,
	Shawn Guo <shawnguo@kernel.org>, Ard Biesheuvel <ardb@kernel.org>
Subject: Re: [RESEND PATCH 1/8] ARM: debug: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
Date: Wed, 13 Jul 2022 09:10:43 -0700	[thread overview]
Message-ID: <5392c58e-d479-94c9-f025-099f99ae17ba@gmail.com> (raw)
In-Reply-To: <86444849-e80a-6e28-c060-cecb9f07ae75@gmail.com>

On 7/13/22 08:39, Rafał Miłecki wrote:
> On 7.07.2022 08:57, William Zhang wrote:
>> Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
>> DEBUG_BCM63XX_UART depending on ARCH_BCMBCA.
>>
>> Signed-off-by: William Zhang <william.zhang@broadcom.com>
>> ---
>>
>>   arch/arm/Kconfig.debug | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug
>> index 9b0aa4822d69..792796a348c3 100644
>> --- a/arch/arm/Kconfig.debug
>> +++ b/arch/arm/Kconfig.debug
>> @@ -271,7 +271,7 @@ choice
>>       config DEBUG_BCM63XX_UART
>>           bool "Kernel low-level debugging on BCM63XX UART"
>> -        depends on ARCH_BCM_63XX
>> +        depends on ARCH_BCMBCA
>>       config DEBUG_BERLIN_UART
>>           bool "Marvell Berlin SoC Debug UART"
> 
> There is no such config symbol (ARCH_BCMBCA) in Linus's tree.
> 
> This patchset is going to break builds until code it depends on hits 
> Linus's tree.
> 
> All those patches should be hold until that.

There is, ARCH_BCMBCA was added to arch/arm/mach-bcm/Kconfig with 
b32c613b3fda3 ("arm: bcmbca: add arch bcmbca machine entry") which is in 
v5.19-rc1 and newer:

  git tag --contains b32c613b3fda3
arm-soc/for-5.19/devicetree-arm64-fixes
arm-soc/for-5.19/devicetree-fixes
arm-soc/for-5.19/drivers-fixes
arm-soc/for-5.19/maintainers-fixes
arm-soc/for-5.19/soc
arm-soc/for-5.20/defconfig
arm-soc/for-5.20/defconfig-arm64
arm-soc/for-5.20/devicetree
arm-soc/for-5.20/devicetree-arm64
arm-soc/for-5.20/drivers
arm-soc/for-5.20/maintainers
arm-soc/for-5.20/soc
ib-mfd-soc-bcm-v5.20
mips-fixes_5.19_1
mips-fixes_5.19_2
next-20220511
next-20220512
next-20220523
next-20220524
next-20220610
next-20220627
next-20220628
next-20220706
next-20220708
next-20220711
next-20220712
v5.19-rc1
v5.19-rc2
v5.19-rc3
v5.19-rc4
v5.19-rc5
v5.19-rc6

otherwise we would not have done it that way. Am I missing something?
-- 
Florian

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

  reply	other threads:[~2022-07-13 16:12 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-07  6:57 [RESEND PATCH 1/8] ARM: debug: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA William Zhang
2022-07-07  6:57 ` [RESEND PATCH 2/8] ata: ahci_brcm: " William Zhang
2022-07-07 16:25   ` Florian Fainelli
2022-07-08 21:09   ` Florian Fainelli
2022-07-07  6:57 ` [RESEND PATCH 3/8] hwrng: bcm2835: " William Zhang
2022-07-07 16:23   ` Florian Fainelli
2022-07-07 17:05     ` William Zhang
2022-07-07 17:16       ` Conor.Dooley
2022-07-07 18:18         ` William Zhang
2022-07-08  3:49           ` Florian Fainelli
2022-07-11  2:11   ` Florian Fainelli
2022-07-07  6:57 ` [RESEND PATCH 4/8] clk: bcm: " William Zhang
2022-07-07 16:23   ` Florian Fainelli
2022-07-11  2:11   ` Florian Fainelli
2022-07-30  1:03   ` Stephen Boyd
2022-07-07  6:57 ` [RESEND PATCH 5/8] i2c: brcmstb: " William Zhang
2022-07-07 16:24   ` Florian Fainelli
2022-07-07 20:52     ` Wolfram Sang
2022-07-08 21:09   ` Florian Fainelli
2022-07-07  6:57 ` [RESEND PATCH 6/8] phy: brcm-sata: " William Zhang
2022-07-07 16:25   ` Florian Fainelli
2022-07-08 21:10   ` Florian Fainelli
2022-07-07  6:57 ` [RESEND PATCH 7/8] spi: bcm63xx-hsspi: " William Zhang
2022-07-07 16:25   ` Florian Fainelli
2022-07-11  2:11   ` Florian Fainelli
2022-07-11 10:45     ` Mark Brown
2022-07-11 16:04       ` Florian Fainelli
2022-07-11 16:09         ` Mark Brown
2022-07-13 16:11           ` Florian Fainelli
2022-07-07  6:57 ` [RESEND PATCH 8/8] tty: serial: bcm63xx: " William Zhang
2022-07-07 16:26   ` Florian Fainelli
2022-07-11  2:11   ` Florian Fainelli
2022-07-07 16:22 ` [RESEND PATCH 1/8] ARM: debug: " Florian Fainelli
2022-07-08 21:08 ` Florian Fainelli
2022-07-13 15:39 ` Rafał Miłecki
2022-07-13 16:10   ` Florian Fainelli [this message]
2022-07-13 20:19     ` Rafał Miłecki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5392c58e-d479-94c9-f025-099f99ae17ba@gmail.com \
    --to=f.fainelli@gmail.com \
    --cc=anand.gore@broadcom.com \
    --cc=ardb@kernel.org \
    --cc=arnd@arndb.de \
    --cc=bcm-kernel-feedback-list@broadcom.com \
    --cc=dan.beygelman@broadcom.com \
    --cc=eugen.hristev@microchip.com \
    --cc=joel.peshkin@broadcom.com \
    --cc=kavyasree.kotagiri@microchip.com \
    --cc=kursad.oney@broadcom.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=lukas.bulwahn@gmail.com \
    --cc=masahiroy@kernel.org \
    --cc=nathan@kernel.org \
    --cc=ndesaulniers@google.com \
    --cc=shawnguo@kernel.org \
    --cc=william.zhang@broadcom.com \
    --cc=zajec5@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).