All of lore.kernel.org
 help / color / mirror / Atom feed
* [RESEND PATCH 1/8] ARM: debug: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
@ 2022-07-07  6:57 ` William Zhang
  0 siblings, 0 replies; 77+ messages in thread
From: William Zhang @ 2022-07-07  6:57 UTC (permalink / raw)
  To: Linux ARM List, Broadcom Kernel List
  Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin, f.fainelli,
	William Zhang, Ard Biesheuvel, Arnd Bergmann, Eugen Hristev,
	Kavyasree Kotagiri, Lukas Bulwahn, Masahiro Yamada,
	Nathan Chancellor, Nick Desaulniers, Nicolas Ferre, Russell King,
	Shawn Guo, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 662 bytes --]

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"
-- 
2.34.1


[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4212 bytes --]

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

* [RESEND PATCH 1/8] ARM: debug: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
@ 2022-07-07  6:57 ` William Zhang
  0 siblings, 0 replies; 77+ messages in thread
From: William Zhang @ 2022-07-07  6:57 UTC (permalink / raw)
  To: Linux ARM List, Broadcom Kernel List
  Cc: dan.beygelman, f.fainelli, anand.gore, joel.peshkin,
	Arnd Bergmann, kursad.oney, linux-kernel, Masahiro Yamada,
	Nick Desaulniers, Russell King, Nathan Chancellor,
	Kavyasree Kotagiri, Lukas Bulwahn, Eugen Hristev, Shawn Guo,
	Ard Biesheuvel, William Zhang


[-- Attachment #1.1: Type: text/plain, Size: 662 bytes --]

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"
-- 
2.34.1


[-- Attachment #1.2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4212 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

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

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

* [RESEND PATCH 2/8] ata: ahci_brcm: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
  2022-07-07  6:57 ` William Zhang
@ 2022-07-07  6:57   ` William Zhang
  -1 siblings, 0 replies; 77+ messages in thread
From: William Zhang @ 2022-07-07  6:57 UTC (permalink / raw)
  To: Linux ARM List, Broadcom Kernel List
  Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin, f.fainelli,
	William Zhang, Damien Le Moal, linux-ide, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 800 bytes --]

Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
AHCI_BRCM depending on ARCH_BCMBCA.

Signed-off-by: William Zhang <william.zhang@broadcom.com>
Acked-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
---

 drivers/ata/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
index bb45a9c00514..1c9f4fb2595d 100644
--- a/drivers/ata/Kconfig
+++ b/drivers/ata/Kconfig
@@ -148,7 +148,7 @@ config SATA_AHCI_PLATFORM
 config AHCI_BRCM
 	tristate "Broadcom AHCI SATA support"
 	depends on ARCH_BRCMSTB || BMIPS_GENERIC || ARCH_BCM_NSP || \
-		   ARCH_BCM_63XX || COMPILE_TEST
+		   ARCH_BCMBCA || COMPILE_TEST
 	select SATA_HOST
 	help
 	  This option enables support for the AHCI SATA3 controller found on
-- 
2.34.1


[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4212 bytes --]

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

* [RESEND PATCH 2/8] ata: ahci_brcm: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
@ 2022-07-07  6:57   ` William Zhang
  0 siblings, 0 replies; 77+ messages in thread
From: William Zhang @ 2022-07-07  6:57 UTC (permalink / raw)
  To: Linux ARM List, Broadcom Kernel List
  Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin, f.fainelli,
	William Zhang, Damien Le Moal, linux-ide, linux-kernel


[-- Attachment #1.1: Type: text/plain, Size: 800 bytes --]

Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
AHCI_BRCM depending on ARCH_BCMBCA.

Signed-off-by: William Zhang <william.zhang@broadcom.com>
Acked-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
---

 drivers/ata/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
index bb45a9c00514..1c9f4fb2595d 100644
--- a/drivers/ata/Kconfig
+++ b/drivers/ata/Kconfig
@@ -148,7 +148,7 @@ config SATA_AHCI_PLATFORM
 config AHCI_BRCM
 	tristate "Broadcom AHCI SATA support"
 	depends on ARCH_BRCMSTB || BMIPS_GENERIC || ARCH_BCM_NSP || \
-		   ARCH_BCM_63XX || COMPILE_TEST
+		   ARCH_BCMBCA || COMPILE_TEST
 	select SATA_HOST
 	help
 	  This option enables support for the AHCI SATA3 controller found on
-- 
2.34.1


[-- Attachment #1.2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4212 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

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

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

* [RESEND PATCH 3/8] hwrng: bcm2835: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
  2022-07-07  6:57 ` William Zhang
@ 2022-07-07  6:57   ` William Zhang
  -1 siblings, 0 replies; 77+ messages in thread
From: William Zhang @ 2022-07-07  6:57 UTC (permalink / raw)
  To: Linux ARM List, Broadcom Kernel List
  Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin, f.fainelli,
	William Zhang, Andre Przywara, Cai Huoqing, Conor Dooley,
	Geert Uytterhoeven, Herbert Xu, Matt Mackall, Sunil Goutham,
	Thomas Bogendoerfer, linux-crypto, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 890 bytes --]

Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
HW_RANDOM_BCM2835 depending on ARCH_BCMBCA.

Signed-off-by: William Zhang <william.zhang@broadcom.com>
---

 drivers/char/hw_random/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/char/hw_random/Kconfig b/drivers/char/hw_random/Kconfig
index b3f2d55dc551..3da8e85f8aae 100644
--- a/drivers/char/hw_random/Kconfig
+++ b/drivers/char/hw_random/Kconfig
@@ -87,7 +87,7 @@ config HW_RANDOM_BA431
 config HW_RANDOM_BCM2835
 	tristate "Broadcom BCM2835/BCM63xx Random Number Generator support"
 	depends on ARCH_BCM2835 || ARCH_BCM_NSP || ARCH_BCM_5301X || \
-		   ARCH_BCM_63XX || BCM63XX || BMIPS_GENERIC || COMPILE_TEST
+		   ARCH_BCMBCA || BCM63XX || BMIPS_GENERIC || COMPILE_TEST
 	default HW_RANDOM
 	help
 	  This driver provides kernel-side support for the Random Number
-- 
2.34.1


[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4212 bytes --]

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

* [RESEND PATCH 3/8] hwrng: bcm2835: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
@ 2022-07-07  6:57   ` William Zhang
  0 siblings, 0 replies; 77+ messages in thread
From: William Zhang @ 2022-07-07  6:57 UTC (permalink / raw)
  To: Linux ARM List, Broadcom Kernel List
  Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin, f.fainelli,
	William Zhang, Andre Przywara, Cai Huoqing, Conor Dooley,
	Geert Uytterhoeven, Herbert Xu, Matt Mackall, Sunil Goutham,
	Thomas Bogendoerfer, linux-crypto, linux-kernel


[-- Attachment #1.1: Type: text/plain, Size: 890 bytes --]

Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
HW_RANDOM_BCM2835 depending on ARCH_BCMBCA.

Signed-off-by: William Zhang <william.zhang@broadcom.com>
---

 drivers/char/hw_random/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/char/hw_random/Kconfig b/drivers/char/hw_random/Kconfig
index b3f2d55dc551..3da8e85f8aae 100644
--- a/drivers/char/hw_random/Kconfig
+++ b/drivers/char/hw_random/Kconfig
@@ -87,7 +87,7 @@ config HW_RANDOM_BA431
 config HW_RANDOM_BCM2835
 	tristate "Broadcom BCM2835/BCM63xx Random Number Generator support"
 	depends on ARCH_BCM2835 || ARCH_BCM_NSP || ARCH_BCM_5301X || \
-		   ARCH_BCM_63XX || BCM63XX || BMIPS_GENERIC || COMPILE_TEST
+		   ARCH_BCMBCA || BCM63XX || BMIPS_GENERIC || COMPILE_TEST
 	default HW_RANDOM
 	help
 	  This driver provides kernel-side support for the Random Number
-- 
2.34.1


[-- Attachment #1.2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4212 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

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

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

* [RESEND PATCH 4/8] clk: bcm: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
  2022-07-07  6:57 ` William Zhang
@ 2022-07-07  6:57   ` William Zhang
  -1 siblings, 0 replies; 77+ messages in thread
From: William Zhang @ 2022-07-07  6:57 UTC (permalink / raw)
  To: Linux ARM List, Broadcom Kernel List
  Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin, f.fainelli,
	William Zhang, Michael Turquette, Stephen Boyd, linux-clk,
	linux-kernel

[-- Attachment #1: Type: text/plain, Size: 821 bytes --]

Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
CLK_BCM_63XX depending and setting default on ARCH_BCMBCA.

Signed-off-by: William Zhang <william.zhang@broadcom.com>
---

 drivers/clk/bcm/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/clk/bcm/Kconfig b/drivers/clk/bcm/Kconfig
index ec738f74a026..77266afb1c79 100644
--- a/drivers/clk/bcm/Kconfig
+++ b/drivers/clk/bcm/Kconfig
@@ -22,9 +22,9 @@ config CLK_BCM2835
 
 config CLK_BCM_63XX
 	bool "Broadcom BCM63xx clock support"
-	depends on ARCH_BCM_63XX || COMPILE_TEST
+	depends on ARCH_BCMBCA || COMPILE_TEST
 	select COMMON_CLK_IPROC
-	default ARCH_BCM_63XX
+	default ARCH_BCMBCA
 	help
 	  Enable common clock framework support for Broadcom BCM63xx DSL SoCs
 	  based on the ARM architecture
-- 
2.34.1


[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4212 bytes --]

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

* [RESEND PATCH 4/8] clk: bcm: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
@ 2022-07-07  6:57   ` William Zhang
  0 siblings, 0 replies; 77+ messages in thread
From: William Zhang @ 2022-07-07  6:57 UTC (permalink / raw)
  To: Linux ARM List, Broadcom Kernel List
  Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin, f.fainelli,
	William Zhang, Michael Turquette, Stephen Boyd, linux-clk,
	linux-kernel


[-- Attachment #1.1: Type: text/plain, Size: 821 bytes --]

Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
CLK_BCM_63XX depending and setting default on ARCH_BCMBCA.

Signed-off-by: William Zhang <william.zhang@broadcom.com>
---

 drivers/clk/bcm/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/clk/bcm/Kconfig b/drivers/clk/bcm/Kconfig
index ec738f74a026..77266afb1c79 100644
--- a/drivers/clk/bcm/Kconfig
+++ b/drivers/clk/bcm/Kconfig
@@ -22,9 +22,9 @@ config CLK_BCM2835
 
 config CLK_BCM_63XX
 	bool "Broadcom BCM63xx clock support"
-	depends on ARCH_BCM_63XX || COMPILE_TEST
+	depends on ARCH_BCMBCA || COMPILE_TEST
 	select COMMON_CLK_IPROC
-	default ARCH_BCM_63XX
+	default ARCH_BCMBCA
 	help
 	  Enable common clock framework support for Broadcom BCM63xx DSL SoCs
 	  based on the ARM architecture
-- 
2.34.1


[-- Attachment #1.2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4212 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

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

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

* [RESEND PATCH 5/8] i2c: brcmstb: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
  2022-07-07  6:57 ` William Zhang
@ 2022-07-07  6:57   ` William Zhang
  -1 siblings, 0 replies; 77+ messages in thread
From: William Zhang @ 2022-07-07  6:57 UTC (permalink / raw)
  To: Linux ARM List, Broadcom Kernel List
  Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin, f.fainelli,
	William Zhang, Wolfram Sang, Andy Shevchenko, Jan Dabros,
	Jarkko Nikula, Jie Deng, Krzysztof Kozlowski, Lukas Bulwahn,
	Rob Herring, Sam Protsenko, Sven Peter, Tyrone Ting, linux-i2c,
	linux-kernel

[-- Attachment #1: Type: text/plain, Size: 785 bytes --]

Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
I2C_BRCMSTB depending on ARCH_BCMBCA.

Signed-off-by: William Zhang <william.zhang@broadcom.com>
Acked-by: Wolfram Sang <wsa@kernel.org>
---

 drivers/i2c/busses/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
index b1d7069dd377..acf2a393bd56 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -486,7 +486,7 @@ config I2C_BCM_KONA
 
 config I2C_BRCMSTB
 	tristate "BRCM Settop/DSL I2C controller"
-	depends on ARCH_BCM2835 || ARCH_BCM4908 || ARCH_BCM_63XX || \
+	depends on ARCH_BCM2835 || ARCH_BCM4908 || ARCH_BCMBCA || \
 		   ARCH_BRCMSTB || BMIPS_GENERIC || COMPILE_TEST
 	default y
 	help
-- 
2.34.1


[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4212 bytes --]

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

* [RESEND PATCH 5/8] i2c: brcmstb: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
@ 2022-07-07  6:57   ` William Zhang
  0 siblings, 0 replies; 77+ messages in thread
From: William Zhang @ 2022-07-07  6:57 UTC (permalink / raw)
  To: Linux ARM List, Broadcom Kernel List
  Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin, f.fainelli,
	William Zhang, Wolfram Sang, Andy Shevchenko, Jan Dabros,
	Jarkko Nikula, Jie Deng, Krzysztof Kozlowski, Lukas Bulwahn,
	Rob Herring, Sam Protsenko, Sven Peter, Tyrone Ting, linux-i2c,
	linux-kernel


[-- Attachment #1.1: Type: text/plain, Size: 785 bytes --]

Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
I2C_BRCMSTB depending on ARCH_BCMBCA.

Signed-off-by: William Zhang <william.zhang@broadcom.com>
Acked-by: Wolfram Sang <wsa@kernel.org>
---

 drivers/i2c/busses/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
index b1d7069dd377..acf2a393bd56 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -486,7 +486,7 @@ config I2C_BCM_KONA
 
 config I2C_BRCMSTB
 	tristate "BRCM Settop/DSL I2C controller"
-	depends on ARCH_BCM2835 || ARCH_BCM4908 || ARCH_BCM_63XX || \
+	depends on ARCH_BCM2835 || ARCH_BCM4908 || ARCH_BCMBCA || \
 		   ARCH_BRCMSTB || BMIPS_GENERIC || COMPILE_TEST
 	default y
 	help
-- 
2.34.1


[-- Attachment #1.2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4212 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

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

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

* [RESEND PATCH 6/8] phy: brcm-sata: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
  2022-07-07  6:57 ` William Zhang
  (?)
@ 2022-07-07  6:57   ` William Zhang
  -1 siblings, 0 replies; 77+ messages in thread
From: William Zhang @ 2022-07-07  6:57 UTC (permalink / raw)
  To: Linux ARM List, Broadcom Kernel List
  Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin, f.fainelli,
	William Zhang, Vinod Koul, Al Cooper, Cai Huoqing,
	Kishon Vijay Abraham I, Rafał Miłecki, linux-kernel,
	linux-phy

[-- Attachment #1: Type: text/plain, Size: 793 bytes --]

Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
PHY_BRCM_SATA depending on ARCH_BCMBCA.

Signed-off-by: William Zhang <william.zhang@broadcom.com>
Acked-by: Vinod Koul <vkoul@kernel.org>
---

 drivers/phy/broadcom/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/phy/broadcom/Kconfig b/drivers/phy/broadcom/Kconfig
index 849c4204f550..93a6a8ee4716 100644
--- a/drivers/phy/broadcom/Kconfig
+++ b/drivers/phy/broadcom/Kconfig
@@ -83,7 +83,7 @@ config PHY_NS2_USB_DRD
 config PHY_BRCM_SATA
 	tristate "Broadcom SATA PHY driver"
 	depends on ARCH_BRCMSTB || ARCH_BCM_IPROC || BMIPS_GENERIC || \
-		   ARCH_BCM_63XX || COMPILE_TEST
+		   ARCH_BCMBCA || COMPILE_TEST
 	depends on OF
 	select GENERIC_PHY
 	default ARCH_BCM_IPROC
-- 
2.34.1


[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4212 bytes --]

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

* [RESEND PATCH 6/8] phy: brcm-sata: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
@ 2022-07-07  6:57   ` William Zhang
  0 siblings, 0 replies; 77+ messages in thread
From: William Zhang @ 2022-07-07  6:57 UTC (permalink / raw)
  To: Linux ARM List, Broadcom Kernel List
  Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin, f.fainelli,
	William Zhang, Vinod Koul, Al Cooper, Cai Huoqing,
	Kishon Vijay Abraham I, Rafał Miłecki, linux-kernel,
	linux-phy


[-- Attachment #1.1: Type: text/plain, Size: 793 bytes --]

Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
PHY_BRCM_SATA depending on ARCH_BCMBCA.

Signed-off-by: William Zhang <william.zhang@broadcom.com>
Acked-by: Vinod Koul <vkoul@kernel.org>
---

 drivers/phy/broadcom/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/phy/broadcom/Kconfig b/drivers/phy/broadcom/Kconfig
index 849c4204f550..93a6a8ee4716 100644
--- a/drivers/phy/broadcom/Kconfig
+++ b/drivers/phy/broadcom/Kconfig
@@ -83,7 +83,7 @@ config PHY_NS2_USB_DRD
 config PHY_BRCM_SATA
 	tristate "Broadcom SATA PHY driver"
 	depends on ARCH_BRCMSTB || ARCH_BCM_IPROC || BMIPS_GENERIC || \
-		   ARCH_BCM_63XX || COMPILE_TEST
+		   ARCH_BCMBCA || COMPILE_TEST
 	depends on OF
 	select GENERIC_PHY
 	default ARCH_BCM_IPROC
-- 
2.34.1


[-- Attachment #1.2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4212 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

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

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

* [RESEND PATCH 6/8] phy: brcm-sata: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
@ 2022-07-07  6:57   ` William Zhang
  0 siblings, 0 replies; 77+ messages in thread
From: William Zhang @ 2022-07-07  6:57 UTC (permalink / raw)
  To: Linux ARM List, Broadcom Kernel List
  Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin, f.fainelli,
	William Zhang, Vinod Koul, Al Cooper, Cai Huoqing,
	Kishon Vijay Abraham I, Rafał Miłecki, linux-kernel,
	linux-phy


[-- Attachment #1.1: Type: text/plain, Size: 793 bytes --]

Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
PHY_BRCM_SATA depending on ARCH_BCMBCA.

Signed-off-by: William Zhang <william.zhang@broadcom.com>
Acked-by: Vinod Koul <vkoul@kernel.org>
---

 drivers/phy/broadcom/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/phy/broadcom/Kconfig b/drivers/phy/broadcom/Kconfig
index 849c4204f550..93a6a8ee4716 100644
--- a/drivers/phy/broadcom/Kconfig
+++ b/drivers/phy/broadcom/Kconfig
@@ -83,7 +83,7 @@ config PHY_NS2_USB_DRD
 config PHY_BRCM_SATA
 	tristate "Broadcom SATA PHY driver"
 	depends on ARCH_BRCMSTB || ARCH_BCM_IPROC || BMIPS_GENERIC || \
-		   ARCH_BCM_63XX || COMPILE_TEST
+		   ARCH_BCMBCA || COMPILE_TEST
 	depends on OF
 	select GENERIC_PHY
 	default ARCH_BCM_IPROC
-- 
2.34.1


[-- Attachment #1.2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4212 bytes --]

[-- Attachment #2: Type: text/plain, Size: 112 bytes --]

-- 
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy

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

* [RESEND PATCH 7/8] spi: bcm63xx-hsspi: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
  2022-07-07  6:57 ` William Zhang
@ 2022-07-07  6:57   ` William Zhang
  -1 siblings, 0 replies; 77+ messages in thread
From: William Zhang @ 2022-07-07  6:57 UTC (permalink / raw)
  To: Linux ARM List, Broadcom Kernel List
  Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin, f.fainelli,
	William Zhang, Mark Brown, linux-kernel, linux-spi

[-- Attachment #1: Type: text/plain, Size: 785 bytes --]

Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
SPI_BCM63XX_HSSPI depending on ARCH_BCMBCA.

Signed-off-by: William Zhang <william.zhang@broadcom.com>
---

 drivers/spi/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index 2d034459e79f..8e550269d488 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -183,7 +183,7 @@ config SPI_BCM63XX
 
 config SPI_BCM63XX_HSSPI
 	tristate "Broadcom BCM63XX HS SPI controller driver"
-	depends on BCM63XX || BMIPS_GENERIC || ARCH_BCM_63XX || COMPILE_TEST
+	depends on BCM63XX || BMIPS_GENERIC || ARCH_BCMBCA || COMPILE_TEST
 	help
 	  This enables support for the High Speed SPI controller present on
 	  newer Broadcom BCM63XX SoCs.
-- 
2.34.1


[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4212 bytes --]

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

* [RESEND PATCH 7/8] spi: bcm63xx-hsspi: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
@ 2022-07-07  6:57   ` William Zhang
  0 siblings, 0 replies; 77+ messages in thread
From: William Zhang @ 2022-07-07  6:57 UTC (permalink / raw)
  To: Linux ARM List, Broadcom Kernel List
  Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin, f.fainelli,
	William Zhang, Mark Brown, linux-kernel, linux-spi


[-- Attachment #1.1: Type: text/plain, Size: 785 bytes --]

Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
SPI_BCM63XX_HSSPI depending on ARCH_BCMBCA.

Signed-off-by: William Zhang <william.zhang@broadcom.com>
---

 drivers/spi/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index 2d034459e79f..8e550269d488 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -183,7 +183,7 @@ config SPI_BCM63XX
 
 config SPI_BCM63XX_HSSPI
 	tristate "Broadcom BCM63XX HS SPI controller driver"
-	depends on BCM63XX || BMIPS_GENERIC || ARCH_BCM_63XX || COMPILE_TEST
+	depends on BCM63XX || BMIPS_GENERIC || ARCH_BCMBCA || COMPILE_TEST
 	help
 	  This enables support for the High Speed SPI controller present on
 	  newer Broadcom BCM63XX SoCs.
-- 
2.34.1


[-- Attachment #1.2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4212 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

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

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

* [RESEND PATCH 8/8] tty: serial: bcm63xx: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
  2022-07-07  6:57 ` William Zhang
@ 2022-07-07  6:57   ` William Zhang
  -1 siblings, 0 replies; 77+ messages in thread
From: William Zhang @ 2022-07-07  6:57 UTC (permalink / raw)
  To: Linux ARM List, Broadcom Kernel List
  Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin, f.fainelli,
	William Zhang, Greg Kroah-Hartman, Jiri Slaby, linux-kernel,
	linux-serial

[-- Attachment #1: Type: text/plain, Size: 995 bytes --]

Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
SERIAL_BCM63XX depending on ARCH_BCMBCA.

Signed-off-by: William Zhang <william.zhang@broadcom.com>

---

 drivers/tty/serial/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig
index 8a3ee1525d80..e3279544b03c 100644
--- a/drivers/tty/serial/Kconfig
+++ b/drivers/tty/serial/Kconfig
@@ -1100,8 +1100,8 @@ config SERIAL_TIMBERDALE
 config SERIAL_BCM63XX
 	tristate "Broadcom BCM63xx/BCM33xx UART support"
 	select SERIAL_CORE
-	depends on ARCH_BCM4908 || ARCH_BCM_63XX || BCM63XX || BMIPS_GENERIC || COMPILE_TEST
-	default ARCH_BCM4908 || ARCH_BCM_63XX || BCM63XX || BMIPS_GENERIC
+	depends on ARCH_BCM4908 || ARCH_BCMBCA || BCM63XX || BMIPS_GENERIC || COMPILE_TEST
+	default ARCH_BCM4908 || ARCH_BCMBCA || BCM63XX || BMIPS_GENERIC
 	help
 	  This enables the driver for the onchip UART core found on
 	  the following chipsets:
-- 
2.34.1


[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4212 bytes --]

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

* [RESEND PATCH 8/8] tty: serial: bcm63xx: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
@ 2022-07-07  6:57   ` William Zhang
  0 siblings, 0 replies; 77+ messages in thread
From: William Zhang @ 2022-07-07  6:57 UTC (permalink / raw)
  To: Linux ARM List, Broadcom Kernel List
  Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin, f.fainelli,
	William Zhang, Greg Kroah-Hartman, Jiri Slaby, linux-kernel,
	linux-serial


[-- Attachment #1.1: Type: text/plain, Size: 995 bytes --]

Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
SERIAL_BCM63XX depending on ARCH_BCMBCA.

Signed-off-by: William Zhang <william.zhang@broadcom.com>

---

 drivers/tty/serial/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig
index 8a3ee1525d80..e3279544b03c 100644
--- a/drivers/tty/serial/Kconfig
+++ b/drivers/tty/serial/Kconfig
@@ -1100,8 +1100,8 @@ config SERIAL_TIMBERDALE
 config SERIAL_BCM63XX
 	tristate "Broadcom BCM63xx/BCM33xx UART support"
 	select SERIAL_CORE
-	depends on ARCH_BCM4908 || ARCH_BCM_63XX || BCM63XX || BMIPS_GENERIC || COMPILE_TEST
-	default ARCH_BCM4908 || ARCH_BCM_63XX || BCM63XX || BMIPS_GENERIC
+	depends on ARCH_BCM4908 || ARCH_BCMBCA || BCM63XX || BMIPS_GENERIC || COMPILE_TEST
+	default ARCH_BCM4908 || ARCH_BCMBCA || BCM63XX || BMIPS_GENERIC
 	help
 	  This enables the driver for the onchip UART core found on
 	  the following chipsets:
-- 
2.34.1


[-- Attachment #1.2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4212 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

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

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

* Re: [RESEND PATCH 1/8] ARM: debug: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
  2022-07-07  6:57 ` William Zhang
@ 2022-07-07 16:22   ` Florian Fainelli
  -1 siblings, 0 replies; 77+ messages in thread
From: Florian Fainelli @ 2022-07-07 16:22 UTC (permalink / raw)
  To: William Zhang, Linux ARM List, Broadcom Kernel List
  Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin, f.fainelli,
	Ard Biesheuvel, Arnd Bergmann, Eugen Hristev, Kavyasree Kotagiri,
	Lukas Bulwahn, Masahiro Yamada, Nathan Chancellor,
	Nick Desaulniers, Nicolas Ferre, Russell King, Shawn Guo,
	linux-kernel

On 7/6/22 23: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>

This patch belonged in your v2 series:

https://lore.kernel.org/linux-arm-kernel/20220707070037.261532-1-william.zhang@broadcom.com/

but that is fine, I will pick it up from there.
-- 
Florian

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

* Re: [RESEND PATCH 1/8] ARM: debug: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
@ 2022-07-07 16:22   ` Florian Fainelli
  0 siblings, 0 replies; 77+ messages in thread
From: Florian Fainelli @ 2022-07-07 16:22 UTC (permalink / raw)
  To: William Zhang, Linux ARM List, Broadcom Kernel List
  Cc: dan.beygelman, f.fainelli, anand.gore, joel.peshkin,
	Arnd Bergmann, kursad.oney, linux-kernel, Masahiro Yamada,
	Nick Desaulniers, Russell King, Nathan Chancellor,
	Kavyasree Kotagiri, Lukas Bulwahn, Eugen Hristev, Shawn Guo,
	Ard Biesheuvel

On 7/6/22 23: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>

This patch belonged in your v2 series:

https://lore.kernel.org/linux-arm-kernel/20220707070037.261532-1-william.zhang@broadcom.com/

but that is fine, I will pick it up from there.
-- 
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] 77+ messages in thread

* Re: [RESEND PATCH 3/8] hwrng: bcm2835: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
  2022-07-07  6:57   ` William Zhang
@ 2022-07-07 16:23     ` Florian Fainelli
  -1 siblings, 0 replies; 77+ messages in thread
From: Florian Fainelli @ 2022-07-07 16:23 UTC (permalink / raw)
  To: William Zhang, Linux ARM List, Broadcom Kernel List
  Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin, f.fainelli,
	Andre Przywara, Cai Huoqing, Conor Dooley, Geert Uytterhoeven,
	Herbert Xu, Matt Mackall, Sunil Goutham, Thomas Bogendoerfer,
	linux-crypto, linux-kernel

On 7/6/22 23:57, William Zhang wrote:
> Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
> HW_RANDOM_BCM2835 depending on ARCH_BCMBCA.
> 
> Signed-off-by: William Zhang <william.zhang@broadcom.com>

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

There is no cover letter for this 8 patch series :/ it is not clear to 
me whether each subsystem maintainer will be in a posotion to merge 
these patches individually, yet still have all 8 (7 of them actually, 
see comment to patch 1) land in 5.20.

Alternatively, we can merge these patches through the Broadcom ARM SoC 
pull request(s) to ensure they all land at the same time.
-- 
Florian

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

* Re: [RESEND PATCH 3/8] hwrng: bcm2835: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
@ 2022-07-07 16:23     ` Florian Fainelli
  0 siblings, 0 replies; 77+ messages in thread
From: Florian Fainelli @ 2022-07-07 16:23 UTC (permalink / raw)
  To: William Zhang, Linux ARM List, Broadcom Kernel List
  Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin, f.fainelli,
	Andre Przywara, Cai Huoqing, Conor Dooley, Geert Uytterhoeven,
	Herbert Xu, Matt Mackall, Sunil Goutham, Thomas Bogendoerfer,
	linux-crypto, linux-kernel

On 7/6/22 23:57, William Zhang wrote:
> Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
> HW_RANDOM_BCM2835 depending on ARCH_BCMBCA.
> 
> Signed-off-by: William Zhang <william.zhang@broadcom.com>

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

There is no cover letter for this 8 patch series :/ it is not clear to 
me whether each subsystem maintainer will be in a posotion to merge 
these patches individually, yet still have all 8 (7 of them actually, 
see comment to patch 1) land in 5.20.

Alternatively, we can merge these patches through the Broadcom ARM SoC 
pull request(s) to ensure they all land at the same time.
-- 
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] 77+ messages in thread

* Re: [RESEND PATCH 4/8] clk: bcm: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
  2022-07-07  6:57   ` William Zhang
@ 2022-07-07 16:23     ` Florian Fainelli
  -1 siblings, 0 replies; 77+ messages in thread
From: Florian Fainelli @ 2022-07-07 16:23 UTC (permalink / raw)
  To: William Zhang, Linux ARM List, Broadcom Kernel List
  Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin, f.fainelli,
	Michael Turquette, Stephen Boyd, linux-clk, linux-kernel

On 7/6/22 23:57, William Zhang wrote:
> Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
> CLK_BCM_63XX depending and setting default on ARCH_BCMBCA.
> 
> Signed-off-by: William Zhang <william.zhang@broadcom.com>

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

There is no cover letter for this 8 patch series :/ it is not clear to 
me whether each subsystem maintainer will be in a position to merge 
these patches individually, yet still have all 8 (7 of them actually, 
see comment to patch 1) land in 5.20.

Alternatively, we can merge these patches through the Broadcom ARM SoC 
pull request(s) to ensure they all land at the same time.
-- 
Florian

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

* Re: [RESEND PATCH 4/8] clk: bcm: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
@ 2022-07-07 16:23     ` Florian Fainelli
  0 siblings, 0 replies; 77+ messages in thread
From: Florian Fainelli @ 2022-07-07 16:23 UTC (permalink / raw)
  To: William Zhang, Linux ARM List, Broadcom Kernel List
  Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin, f.fainelli,
	Michael Turquette, Stephen Boyd, linux-clk, linux-kernel

On 7/6/22 23:57, William Zhang wrote:
> Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
> CLK_BCM_63XX depending and setting default on ARCH_BCMBCA.
> 
> Signed-off-by: William Zhang <william.zhang@broadcom.com>

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

There is no cover letter for this 8 patch series :/ it is not clear to 
me whether each subsystem maintainer will be in a position to merge 
these patches individually, yet still have all 8 (7 of them actually, 
see comment to patch 1) land in 5.20.

Alternatively, we can merge these patches through the Broadcom ARM SoC 
pull request(s) to ensure they all land at the same time.
-- 
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] 77+ messages in thread

* Re: [RESEND PATCH 5/8] i2c: brcmstb: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
  2022-07-07  6:57   ` William Zhang
@ 2022-07-07 16:24     ` Florian Fainelli
  -1 siblings, 0 replies; 77+ messages in thread
From: Florian Fainelli @ 2022-07-07 16:24 UTC (permalink / raw)
  To: William Zhang, Linux ARM List, Broadcom Kernel List
  Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin, f.fainelli,
	Wolfram Sang, Andy Shevchenko, Jan Dabros, Jarkko Nikula,
	Jie Deng, Krzysztof Kozlowski, Lukas Bulwahn, Rob Herring,
	Sam Protsenko, Sven Peter, Tyrone Ting, linux-i2c, linux-kernel

On 7/6/22 23:57, William Zhang wrote:
> Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
> I2C_BRCMSTB depending on ARCH_BCMBCA.
> 
> Signed-off-by: William Zhang <william.zhang@broadcom.com>
> Acked-by: Wolfram Sang <wsa@kernel.org>

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

There is no cover letter for this 8 patch series :/ it is not clear to 
me whether each subsystem maintainer will be in a position to merge 
these patches individually, yet still have all 8 (7 of them actually, 
see comment to patch 1) land in 5.20.

Alternatively, we can merge these patches through the Broadcom ARM SoC 
pull request(s) to ensure they all land at the same time.
-- 
Florian

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

* Re: [RESEND PATCH 5/8] i2c: brcmstb: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
@ 2022-07-07 16:24     ` Florian Fainelli
  0 siblings, 0 replies; 77+ messages in thread
From: Florian Fainelli @ 2022-07-07 16:24 UTC (permalink / raw)
  To: William Zhang, Linux ARM List, Broadcom Kernel List
  Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin, f.fainelli,
	Wolfram Sang, Andy Shevchenko, Jan Dabros, Jarkko Nikula,
	Jie Deng, Krzysztof Kozlowski, Lukas Bulwahn, Rob Herring,
	Sam Protsenko, Sven Peter, Tyrone Ting, linux-i2c, linux-kernel

On 7/6/22 23:57, William Zhang wrote:
> Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
> I2C_BRCMSTB depending on ARCH_BCMBCA.
> 
> Signed-off-by: William Zhang <william.zhang@broadcom.com>
> Acked-by: Wolfram Sang <wsa@kernel.org>

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

There is no cover letter for this 8 patch series :/ it is not clear to 
me whether each subsystem maintainer will be in a position to merge 
these patches individually, yet still have all 8 (7 of them actually, 
see comment to patch 1) land in 5.20.

Alternatively, we can merge these patches through the Broadcom ARM SoC 
pull request(s) to ensure they all land at the same time.
-- 
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] 77+ messages in thread

* Re: [RESEND PATCH 2/8] ata: ahci_brcm: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
  2022-07-07  6:57   ` William Zhang
@ 2022-07-07 16:25     ` Florian Fainelli
  -1 siblings, 0 replies; 77+ messages in thread
From: Florian Fainelli @ 2022-07-07 16:25 UTC (permalink / raw)
  To: William Zhang, Linux ARM List, Broadcom Kernel List
  Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin, f.fainelli,
	Damien Le Moal, linux-ide, linux-kernel

On 7/6/22 23:57, William Zhang wrote:
> Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
> AHCI_BRCM depending on ARCH_BCMBCA.
> 
> Signed-off-by: William Zhang <william.zhang@broadcom.com>
> Acked-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>

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

There is no cover letter for this 8 patch series :/ it is not clear to 
me whether each subsystem maintainer will be in a position to merge 
these patches individually, yet still have all 8 (7 of them actually, 
see comment to patch 1) land in 5.20.

Alternatively, we can merge these patches through the Broadcom ARM SoC 
pull request(s) to ensure they all land at the same time.
-- 
Florian

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

* Re: [RESEND PATCH 2/8] ata: ahci_brcm: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
@ 2022-07-07 16:25     ` Florian Fainelli
  0 siblings, 0 replies; 77+ messages in thread
From: Florian Fainelli @ 2022-07-07 16:25 UTC (permalink / raw)
  To: William Zhang, Linux ARM List, Broadcom Kernel List
  Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin, f.fainelli,
	Damien Le Moal, linux-ide, linux-kernel

On 7/6/22 23:57, William Zhang wrote:
> Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
> AHCI_BRCM depending on ARCH_BCMBCA.
> 
> Signed-off-by: William Zhang <william.zhang@broadcom.com>
> Acked-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>

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

There is no cover letter for this 8 patch series :/ it is not clear to 
me whether each subsystem maintainer will be in a position to merge 
these patches individually, yet still have all 8 (7 of them actually, 
see comment to patch 1) land in 5.20.

Alternatively, we can merge these patches through the Broadcom ARM SoC 
pull request(s) to ensure they all land at the same time.
-- 
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] 77+ messages in thread

* Re: [RESEND PATCH 6/8] phy: brcm-sata: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
  2022-07-07  6:57   ` William Zhang
  (?)
@ 2022-07-07 16:25     ` Florian Fainelli
  -1 siblings, 0 replies; 77+ messages in thread
From: Florian Fainelli @ 2022-07-07 16:25 UTC (permalink / raw)
  To: William Zhang, Linux ARM List, Broadcom Kernel List
  Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin, f.fainelli,
	Vinod Koul, Al Cooper, Cai Huoqing, Kishon Vijay Abraham I,
	Rafał Miłecki, linux-kernel, linux-phy

On 7/6/22 23:57, William Zhang wrote:
> Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
> PHY_BRCM_SATA depending on ARCH_BCMBCA.
> 
> Signed-off-by: William Zhang <william.zhang@broadcom.com>
> Acked-by: Vinod Koul <vkoul@kernel.org>

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

There is no cover letter for this 8 patch series :/ it is not clear to 
me whether each subsystem maintainer will be in a position to merge 
these patches individually, yet still have all 8 (7 of them actually, 
see comment to patch 1) land in 5.20.

Alternatively, we can merge these patches through the Broadcom ARM SoC 
pull request(s) to ensure they all land at the same time.
-- 
Florian

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

* Re: [RESEND PATCH 6/8] phy: brcm-sata: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
@ 2022-07-07 16:25     ` Florian Fainelli
  0 siblings, 0 replies; 77+ messages in thread
From: Florian Fainelli @ 2022-07-07 16:25 UTC (permalink / raw)
  To: William Zhang, Linux ARM List, Broadcom Kernel List
  Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin, f.fainelli,
	Vinod Koul, Al Cooper, Cai Huoqing, Kishon Vijay Abraham I,
	Rafał Miłecki, linux-kernel, linux-phy

On 7/6/22 23:57, William Zhang wrote:
> Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
> PHY_BRCM_SATA depending on ARCH_BCMBCA.
> 
> Signed-off-by: William Zhang <william.zhang@broadcom.com>
> Acked-by: Vinod Koul <vkoul@kernel.org>

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

There is no cover letter for this 8 patch series :/ it is not clear to 
me whether each subsystem maintainer will be in a position to merge 
these patches individually, yet still have all 8 (7 of them actually, 
see comment to patch 1) land in 5.20.

Alternatively, we can merge these patches through the Broadcom ARM SoC 
pull request(s) to ensure they all land at the same time.
-- 
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] 77+ messages in thread

* Re: [RESEND PATCH 6/8] phy: brcm-sata: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
@ 2022-07-07 16:25     ` Florian Fainelli
  0 siblings, 0 replies; 77+ messages in thread
From: Florian Fainelli @ 2022-07-07 16:25 UTC (permalink / raw)
  To: William Zhang, Linux ARM List, Broadcom Kernel List
  Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin, f.fainelli,
	Vinod Koul, Al Cooper, Cai Huoqing, Kishon Vijay Abraham I,
	Rafał Miłecki, linux-kernel, linux-phy

On 7/6/22 23:57, William Zhang wrote:
> Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
> PHY_BRCM_SATA depending on ARCH_BCMBCA.
> 
> Signed-off-by: William Zhang <william.zhang@broadcom.com>
> Acked-by: Vinod Koul <vkoul@kernel.org>

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

There is no cover letter for this 8 patch series :/ it is not clear to 
me whether each subsystem maintainer will be in a position to merge 
these patches individually, yet still have all 8 (7 of them actually, 
see comment to patch 1) land in 5.20.

Alternatively, we can merge these patches through the Broadcom ARM SoC 
pull request(s) to ensure they all land at the same time.
-- 
Florian

-- 
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy

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

* Re: [RESEND PATCH 7/8] spi: bcm63xx-hsspi: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
  2022-07-07  6:57   ` William Zhang
@ 2022-07-07 16:25     ` Florian Fainelli
  -1 siblings, 0 replies; 77+ messages in thread
From: Florian Fainelli @ 2022-07-07 16:25 UTC (permalink / raw)
  To: William Zhang, Linux ARM List, Broadcom Kernel List
  Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin, f.fainelli,
	Mark Brown, linux-kernel, linux-spi

On 7/6/22 23:57, William Zhang wrote:
> Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
> SPI_BCM63XX_HSSPI depending on ARCH_BCMBCA.
> 
> Signed-off-by: William Zhang <william.zhang@broadcom.com>

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

There is no cover letter for this 8 patch series :/ it is not clear to 
me whether each subsystem maintainer will be in a position to merge 
these patches individually, yet still have all 8 (7 of them actually, 
see comment to patch 1) land in 5.20.

Alternatively, we can merge these patches through the Broadcom ARM SoC 
pull request(s) to ensure they all land at the same time.
-- 
Florian

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

* Re: [RESEND PATCH 7/8] spi: bcm63xx-hsspi: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
@ 2022-07-07 16:25     ` Florian Fainelli
  0 siblings, 0 replies; 77+ messages in thread
From: Florian Fainelli @ 2022-07-07 16:25 UTC (permalink / raw)
  To: William Zhang, Linux ARM List, Broadcom Kernel List
  Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin, f.fainelli,
	Mark Brown, linux-kernel, linux-spi

On 7/6/22 23:57, William Zhang wrote:
> Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
> SPI_BCM63XX_HSSPI depending on ARCH_BCMBCA.
> 
> Signed-off-by: William Zhang <william.zhang@broadcom.com>

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

There is no cover letter for this 8 patch series :/ it is not clear to 
me whether each subsystem maintainer will be in a position to merge 
these patches individually, yet still have all 8 (7 of them actually, 
see comment to patch 1) land in 5.20.

Alternatively, we can merge these patches through the Broadcom ARM SoC 
pull request(s) to ensure they all land at the same time.
-- 
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] 77+ messages in thread

* Re: [RESEND PATCH 8/8] tty: serial: bcm63xx: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
  2022-07-07  6:57   ` William Zhang
@ 2022-07-07 16:26     ` Florian Fainelli
  -1 siblings, 0 replies; 77+ messages in thread
From: Florian Fainelli @ 2022-07-07 16:26 UTC (permalink / raw)
  To: William Zhang, Linux ARM List, Broadcom Kernel List
  Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin, f.fainelli,
	Greg Kroah-Hartman, Jiri Slaby, linux-kernel, linux-serial

On 7/6/22 23:57, William Zhang wrote:
> Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
> SERIAL_BCM63XX depending on ARCH_BCMBCA.
> 
> Signed-off-by: William Zhang <william.zhang@broadcom.com>

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

There is no cover letter for this 8 patch series :/ it is not clear to 
me whether each subsystem maintainer will be in a position to merge 
these patches individually, yet still have all 8 (7 of them actually, 
see comment to patch 1) land in 5.20.

Alternatively, we can merge these patches through the Broadcom ARM SoC 
pull request(s) to ensure they all land at the same time.
-- 
Florian

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

* Re: [RESEND PATCH 8/8] tty: serial: bcm63xx: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
@ 2022-07-07 16:26     ` Florian Fainelli
  0 siblings, 0 replies; 77+ messages in thread
From: Florian Fainelli @ 2022-07-07 16:26 UTC (permalink / raw)
  To: William Zhang, Linux ARM List, Broadcom Kernel List
  Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin, f.fainelli,
	Greg Kroah-Hartman, Jiri Slaby, linux-kernel, linux-serial

On 7/6/22 23:57, William Zhang wrote:
> Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
> SERIAL_BCM63XX depending on ARCH_BCMBCA.
> 
> Signed-off-by: William Zhang <william.zhang@broadcom.com>

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

There is no cover letter for this 8 patch series :/ it is not clear to 
me whether each subsystem maintainer will be in a position to merge 
these patches individually, yet still have all 8 (7 of them actually, 
see comment to patch 1) land in 5.20.

Alternatively, we can merge these patches through the Broadcom ARM SoC 
pull request(s) to ensure they all land at the same time.
-- 
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] 77+ messages in thread

* Re: [RESEND PATCH 3/8] hwrng: bcm2835: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
  2022-07-07 16:23     ` Florian Fainelli
@ 2022-07-07 17:05       ` William Zhang
  -1 siblings, 0 replies; 77+ messages in thread
From: William Zhang @ 2022-07-07 17:05 UTC (permalink / raw)
  To: Florian Fainelli, Linux ARM List, Broadcom Kernel List
  Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin,
	Andre Przywara, Cai Huoqing, Conor Dooley, Geert Uytterhoeven,
	Herbert Xu, Matt Mackall, Sunil Goutham, Thomas Bogendoerfer,
	linux-crypto, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1158 bytes --]



On 7/7/22 09:23, Florian Fainelli wrote:
> On 7/6/22 23:57, William Zhang wrote:
>> Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
>> HW_RANDOM_BCM2835 depending on ARCH_BCMBCA.
>>
>> Signed-off-by: William Zhang <william.zhang@broadcom.com>
> 
> Acked-by: Florian Fainelli <f.fainelli@gmail.com>
> 
> There is no cover letter for this 8 patch series :/ it is not clear to 
> me whether each subsystem maintainer will be in a posotion to merge 
> these patches individually, yet still have all 8 (7 of them actually, 
> see comment to patch 1) land in 5.20.
> 
The cover letter will gather all the recipients which will be more than 
50 and this mailing list blocks such post until it is manually reviewed 
and approved.  But looks this list is not actively moderated and my 
cover letter and the combined patch of this set in v1 still have not 
been approved yet...

> Alternatively, we can merge these patches through the Broadcom ARM SoC 
> pull request(s) to ensure they all land at the same time.

Thank you Florian!  I agree and the changes in this patch series are 
trivial and only for Broadcom ARM Broadband chip after all.

[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4212 bytes --]

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

* Re: [RESEND PATCH 3/8] hwrng: bcm2835: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
@ 2022-07-07 17:05       ` William Zhang
  0 siblings, 0 replies; 77+ messages in thread
From: William Zhang @ 2022-07-07 17:05 UTC (permalink / raw)
  To: Florian Fainelli, Linux ARM List, Broadcom Kernel List
  Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin,
	Andre Przywara, Cai Huoqing, Conor Dooley, Geert Uytterhoeven,
	Herbert Xu, Matt Mackall, Sunil Goutham, Thomas Bogendoerfer,
	linux-crypto, linux-kernel


[-- Attachment #1.1: Type: text/plain, Size: 1158 bytes --]



On 7/7/22 09:23, Florian Fainelli wrote:
> On 7/6/22 23:57, William Zhang wrote:
>> Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
>> HW_RANDOM_BCM2835 depending on ARCH_BCMBCA.
>>
>> Signed-off-by: William Zhang <william.zhang@broadcom.com>
> 
> Acked-by: Florian Fainelli <f.fainelli@gmail.com>
> 
> There is no cover letter for this 8 patch series :/ it is not clear to 
> me whether each subsystem maintainer will be in a posotion to merge 
> these patches individually, yet still have all 8 (7 of them actually, 
> see comment to patch 1) land in 5.20.
> 
The cover letter will gather all the recipients which will be more than 
50 and this mailing list blocks such post until it is manually reviewed 
and approved.  But looks this list is not actively moderated and my 
cover letter and the combined patch of this set in v1 still have not 
been approved yet...

> Alternatively, we can merge these patches through the Broadcom ARM SoC 
> pull request(s) to ensure they all land at the same time.

Thank you Florian!  I agree and the changes in this patch series are 
trivial and only for Broadcom ARM Broadband chip after all.

[-- Attachment #1.2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4212 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

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

* Re: [RESEND PATCH 3/8] hwrng: bcm2835: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
  2022-07-07 17:05       ` William Zhang
@ 2022-07-07 17:16         ` Conor.Dooley
  -1 siblings, 0 replies; 77+ messages in thread
From: Conor.Dooley @ 2022-07-07 17:16 UTC (permalink / raw)
  To: william.zhang, f.fainelli, linux-arm-kernel, bcm-kernel-feedback-list
  Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin,
	andre.przywara, cai.huoqing, Conor.Dooley, geert+renesas,
	herbert, mpm, sgoutham, tsbogend, linux-crypto, linux-kernel

On 07/07/2022 18:05, William Zhang wrote:
> On 7/7/22 09:23, Florian Fainelli wrote:
>> On 7/6/22 23:57, William Zhang wrote:
>>> Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
>>> HW_RANDOM_BCM2835 depending on ARCH_BCMBCA.
>>>
>>> Signed-off-by: William Zhang <william.zhang@broadcom.com>
>>
>> Acked-by: Florian Fainelli <f.fainelli@gmail.com>
>>
>> There is no cover letter for this 8 patch series :/ it is not clear to me whether each subsystem maintainer will be in a posotion to merge these patches individually, yet still have all 8 (7 of them actually, see comment to patch 1) land in 5.20.
>>
> The cover letter will gather all the recipients which will be more than 50

tbf, you probably could cut down the CC list if you want, it isnt required
to CC absolutely everyone that gets spat out by get_maintainer.

For example, I am CCed because I was a recent author for the hwrng kconfig
file, so people like me could be safely excluded if you need to cut down on
the number of people that you are CCing.

Not that I have a problem with being CCed, just if it helps you hit a min.
threshold feel free to drop me :)

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

* Re: [RESEND PATCH 3/8] hwrng: bcm2835: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
@ 2022-07-07 17:16         ` Conor.Dooley
  0 siblings, 0 replies; 77+ messages in thread
From: Conor.Dooley @ 2022-07-07 17:16 UTC (permalink / raw)
  To: william.zhang, f.fainelli, linux-arm-kernel, bcm-kernel-feedback-list
  Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin,
	andre.przywara, cai.huoqing, Conor.Dooley, geert+renesas,
	herbert, mpm, sgoutham, tsbogend, linux-crypto, linux-kernel

On 07/07/2022 18:05, William Zhang wrote:
> On 7/7/22 09:23, Florian Fainelli wrote:
>> On 7/6/22 23:57, William Zhang wrote:
>>> Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
>>> HW_RANDOM_BCM2835 depending on ARCH_BCMBCA.
>>>
>>> Signed-off-by: William Zhang <william.zhang@broadcom.com>
>>
>> Acked-by: Florian Fainelli <f.fainelli@gmail.com>
>>
>> There is no cover letter for this 8 patch series :/ it is not clear to me whether each subsystem maintainer will be in a posotion to merge these patches individually, yet still have all 8 (7 of them actually, see comment to patch 1) land in 5.20.
>>
> The cover letter will gather all the recipients which will be more than 50

tbf, you probably could cut down the CC list if you want, it isnt required
to CC absolutely everyone that gets spat out by get_maintainer.

For example, I am CCed because I was a recent author for the hwrng kconfig
file, so people like me could be safely excluded if you need to cut down on
the number of people that you are CCing.

Not that I have a problem with being CCed, just if it helps you hit a min.
threshold feel free to drop me :)
_______________________________________________
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] 77+ messages in thread

* Re: [RESEND PATCH 3/8] hwrng: bcm2835: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
  2022-07-07 17:16         ` Conor.Dooley
@ 2022-07-07 18:18           ` William Zhang
  -1 siblings, 0 replies; 77+ messages in thread
From: William Zhang @ 2022-07-07 18:18 UTC (permalink / raw)
  To: Conor.Dooley, f.fainelli, linux-arm-kernel, bcm-kernel-feedback-list
  Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin,
	andre.przywara, cai.huoqing, geert+renesas, herbert, mpm,
	sgoutham, tsbogend, linux-crypto, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1302 bytes --]



On 7/7/22 10:16, Conor.Dooley@microchip.com wrote:
> On 07/07/2022 18:05, William Zhang wrote:
>> On 7/7/22 09:23, Florian Fainelli wrote:
>>> On 7/6/22 23:57, William Zhang wrote:
>>>> Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
>>>> HW_RANDOM_BCM2835 depending on ARCH_BCMBCA.
>>>>
>>>> Signed-off-by: William Zhang <william.zhang@broadcom.com>
>>>
>>> Acked-by: Florian Fainelli <f.fainelli@gmail.com>
>>>
>>> There is no cover letter for this 8 patch series :/ it is not clear to me whether each subsystem maintainer will be in a posotion to merge these patches individually, yet still have all 8 (7 of them actually, see comment to patch 1) land in 5.20.
>>>
>> The cover letter will gather all the recipients which will be more than 50
> 
> tbf, you probably could cut down the CC list if you want, it isnt required
> to CC absolutely everyone that gets spat out by get_maintainer.
> 
> For example, I am CCed because I was a recent author for the hwrng kconfig
> file, so people like me could be safely excluded if you need to cut down on
> the number of people that you are CCing.
> 
> Not that I have a problem with being CCed, just if it helps you hit a min.
> threshold feel free to drop me :)
Thanks! That is my plan too. Try to figure out the threshold now lol

[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4212 bytes --]

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

* Re: [RESEND PATCH 3/8] hwrng: bcm2835: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
@ 2022-07-07 18:18           ` William Zhang
  0 siblings, 0 replies; 77+ messages in thread
From: William Zhang @ 2022-07-07 18:18 UTC (permalink / raw)
  To: Conor.Dooley, f.fainelli, linux-arm-kernel, bcm-kernel-feedback-list
  Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin,
	andre.przywara, cai.huoqing, geert+renesas, herbert, mpm,
	sgoutham, tsbogend, linux-crypto, linux-kernel


[-- Attachment #1.1: Type: text/plain, Size: 1302 bytes --]



On 7/7/22 10:16, Conor.Dooley@microchip.com wrote:
> On 07/07/2022 18:05, William Zhang wrote:
>> On 7/7/22 09:23, Florian Fainelli wrote:
>>> On 7/6/22 23:57, William Zhang wrote:
>>>> Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
>>>> HW_RANDOM_BCM2835 depending on ARCH_BCMBCA.
>>>>
>>>> Signed-off-by: William Zhang <william.zhang@broadcom.com>
>>>
>>> Acked-by: Florian Fainelli <f.fainelli@gmail.com>
>>>
>>> There is no cover letter for this 8 patch series :/ it is not clear to me whether each subsystem maintainer will be in a posotion to merge these patches individually, yet still have all 8 (7 of them actually, see comment to patch 1) land in 5.20.
>>>
>> The cover letter will gather all the recipients which will be more than 50
> 
> tbf, you probably could cut down the CC list if you want, it isnt required
> to CC absolutely everyone that gets spat out by get_maintainer.
> 
> For example, I am CCed because I was a recent author for the hwrng kconfig
> file, so people like me could be safely excluded if you need to cut down on
> the number of people that you are CCing.
> 
> Not that I have a problem with being CCed, just if it helps you hit a min.
> threshold feel free to drop me :)
Thanks! That is my plan too. Try to figure out the threshold now lol

[-- Attachment #1.2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4212 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

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

* Re: [RESEND PATCH 5/8] i2c: brcmstb: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
  2022-07-07 16:24     ` Florian Fainelli
@ 2022-07-07 20:52       ` Wolfram Sang
  -1 siblings, 0 replies; 77+ messages in thread
From: Wolfram Sang @ 2022-07-07 20:52 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: William Zhang, Linux ARM List, Broadcom Kernel List, anand.gore,
	dan.beygelman, kursad.oney, joel.peshkin, Andy Shevchenko,
	Jan Dabros, Jarkko Nikula, Jie Deng, Krzysztof Kozlowski,
	Lukas Bulwahn, Rob Herring, Sam Protsenko, Sven Peter,
	Tyrone Ting, linux-i2c, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 251 bytes --]


> Alternatively, we can merge these patches through the Broadcom ARM SoC pull
> request(s) to ensure they all land at the same time.

That's what I assumed (and also prefer), so I acked the I2C patch. Let
me know, guys, if I should pick it instead.


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: [RESEND PATCH 5/8] i2c: brcmstb: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
@ 2022-07-07 20:52       ` Wolfram Sang
  0 siblings, 0 replies; 77+ messages in thread
From: Wolfram Sang @ 2022-07-07 20:52 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: William Zhang, Linux ARM List, Broadcom Kernel List, anand.gore,
	dan.beygelman, kursad.oney, joel.peshkin, Andy Shevchenko,
	Jan Dabros, Jarkko Nikula, Jie Deng, Krzysztof Kozlowski,
	Lukas Bulwahn, Rob Herring, Sam Protsenko, Sven Peter,
	Tyrone Ting, linux-i2c, linux-kernel


[-- Attachment #1.1: Type: text/plain, Size: 251 bytes --]


> Alternatively, we can merge these patches through the Broadcom ARM SoC pull
> request(s) to ensure they all land at the same time.

That's what I assumed (and also prefer), so I acked the I2C patch. Let
me know, guys, if I should pick it instead.


[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

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

* Re: [RESEND PATCH 3/8] hwrng: bcm2835: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
  2022-07-07 18:18           ` William Zhang
@ 2022-07-08  3:49             ` Florian Fainelli
  -1 siblings, 0 replies; 77+ messages in thread
From: Florian Fainelli @ 2022-07-08  3:49 UTC (permalink / raw)
  To: William Zhang, Conor.Dooley, f.fainelli, linux-arm-kernel,
	bcm-kernel-feedback-list
  Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin,
	andre.przywara, cai.huoqing, geert+renesas, herbert, mpm,
	sgoutham, tsbogend, linux-crypto, linux-kernel



On 7/7/2022 11:18 AM, William Zhang wrote:
> 
> 
> On 7/7/22 10:16, Conor.Dooley@microchip.com wrote:
>> On 07/07/2022 18:05, William Zhang wrote:
>>> On 7/7/22 09:23, Florian Fainelli wrote:
>>>> On 7/6/22 23:57, William Zhang wrote:
>>>>> Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
>>>>> HW_RANDOM_BCM2835 depending on ARCH_BCMBCA.
>>>>>
>>>>> Signed-off-by: William Zhang <william.zhang@broadcom.com>
>>>>
>>>> Acked-by: Florian Fainelli <f.fainelli@gmail.com>
>>>>
>>>> There is no cover letter for this 8 patch series :/ it is not clear 
>>>> to me whether each subsystem maintainer will be in a posotion to 
>>>> merge these patches individually, yet still have all 8 (7 of them 
>>>> actually, see comment to patch 1) land in 5.20.
>>>>
>>> The cover letter will gather all the recipients which will be more 
>>> than 50
>>
>> tbf, you probably could cut down the CC list if you want, it isnt 
>> required
>> to CC absolutely everyone that gets spat out by get_maintainer.
>>
>> For example, I am CCed because I was a recent author for the hwrng 
>> kconfig
>> file, so people like me could be safely excluded if you need to cut 
>> down on
>> the number of people that you are CCing.
>>
>> Not that I have a problem with being CCed, just if it helps you hit a 
>> min.
>> threshold feel free to drop me :)
> Thanks! That is my plan too. Try to figure out the threshold now lol

Try adding --norolestats to your get_maintainer.pl invocation.
-- 
Florian

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

* Re: [RESEND PATCH 3/8] hwrng: bcm2835: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
@ 2022-07-08  3:49             ` Florian Fainelli
  0 siblings, 0 replies; 77+ messages in thread
From: Florian Fainelli @ 2022-07-08  3:49 UTC (permalink / raw)
  To: William Zhang, Conor.Dooley, f.fainelli, linux-arm-kernel,
	bcm-kernel-feedback-list
  Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin,
	andre.przywara, cai.huoqing, geert+renesas, herbert, mpm,
	sgoutham, tsbogend, linux-crypto, linux-kernel



On 7/7/2022 11:18 AM, William Zhang wrote:
> 
> 
> On 7/7/22 10:16, Conor.Dooley@microchip.com wrote:
>> On 07/07/2022 18:05, William Zhang wrote:
>>> On 7/7/22 09:23, Florian Fainelli wrote:
>>>> On 7/6/22 23:57, William Zhang wrote:
>>>>> Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
>>>>> HW_RANDOM_BCM2835 depending on ARCH_BCMBCA.
>>>>>
>>>>> Signed-off-by: William Zhang <william.zhang@broadcom.com>
>>>>
>>>> Acked-by: Florian Fainelli <f.fainelli@gmail.com>
>>>>
>>>> There is no cover letter for this 8 patch series :/ it is not clear 
>>>> to me whether each subsystem maintainer will be in a posotion to 
>>>> merge these patches individually, yet still have all 8 (7 of them 
>>>> actually, see comment to patch 1) land in 5.20.
>>>>
>>> The cover letter will gather all the recipients which will be more 
>>> than 50
>>
>> tbf, you probably could cut down the CC list if you want, it isnt 
>> required
>> to CC absolutely everyone that gets spat out by get_maintainer.
>>
>> For example, I am CCed because I was a recent author for the hwrng 
>> kconfig
>> file, so people like me could be safely excluded if you need to cut 
>> down on
>> the number of people that you are CCing.
>>
>> Not that I have a problem with being CCed, just if it helps you hit a 
>> min.
>> threshold feel free to drop me :)
> Thanks! That is my plan too. Try to figure out the threshold now lol

Try adding --norolestats to your get_maintainer.pl invocation.
-- 
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] 77+ messages in thread

* Re: [RESEND PATCH 1/8] ARM: debug: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
  2022-07-07  6:57 ` William Zhang
@ 2022-07-08 21:08   ` Florian Fainelli
  -1 siblings, 0 replies; 77+ messages in thread
From: Florian Fainelli @ 2022-07-08 21:08 UTC (permalink / raw)
  To: bcm-kernel-feedback-list, William Zhang, Linux ARM List
  Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin,
	Ard Biesheuvel, Arnd Bergmann, Eugen Hristev, Kavyasree Kotagiri,
	Lukas Bulwahn, Masahiro Yamada, Nathan Chancellor,
	Nick Desaulniers, Nicolas Ferre, Russell King, Shawn Guo,
	linux-kernel

On Wed,  6 Jul 2022 23:57:52 -0700, William Zhang <william.zhang@broadcom.com> 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>
> ---

Applied to https://github.com/Broadcom/stblinux/commits/soc/next, thanks!
--
Florian

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

* Re: [RESEND PATCH 1/8] ARM: debug: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
@ 2022-07-08 21:08   ` Florian Fainelli
  0 siblings, 0 replies; 77+ messages in thread
From: Florian Fainelli @ 2022-07-08 21:08 UTC (permalink / raw)
  To: bcm-kernel-feedback-list, William Zhang, Linux ARM List
  Cc: dan.beygelman, anand.gore, joel.peshkin, Arnd Bergmann,
	kursad.oney, linux-kernel, Masahiro Yamada, Nick Desaulniers,
	Russell King, Nathan Chancellor, Kavyasree Kotagiri,
	Lukas Bulwahn, Eugen Hristev, Shawn Guo, Ard Biesheuvel

On Wed,  6 Jul 2022 23:57:52 -0700, William Zhang <william.zhang@broadcom.com> 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>
> ---

Applied to https://github.com/Broadcom/stblinux/commits/soc/next, thanks!
--
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] 77+ messages in thread

* Re: [RESEND PATCH 2/8] ata: ahci_brcm: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
  2022-07-07  6:57   ` William Zhang
@ 2022-07-08 21:09     ` Florian Fainelli
  -1 siblings, 0 replies; 77+ messages in thread
From: Florian Fainelli @ 2022-07-08 21:09 UTC (permalink / raw)
  To: bcm-kernel-feedback-list, William Zhang, Linux ARM List
  Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin,
	Damien Le Moal, linux-ide, linux-kernel

On Wed,  6 Jul 2022 23:57:53 -0700, William Zhang <william.zhang@broadcom.com> wrote:
> Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
> AHCI_BRCM depending on ARCH_BCMBCA.
> 
> Signed-off-by: William Zhang <william.zhang@broadcom.com>
> Acked-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
> ---

Applied to https://github.com/Broadcom/stblinux/commits/drivers/next, thanks!
--
Florian

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

* Re: [RESEND PATCH 2/8] ata: ahci_brcm: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
@ 2022-07-08 21:09     ` Florian Fainelli
  0 siblings, 0 replies; 77+ messages in thread
From: Florian Fainelli @ 2022-07-08 21:09 UTC (permalink / raw)
  To: bcm-kernel-feedback-list, William Zhang, Linux ARM List
  Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin,
	Damien Le Moal, linux-ide, linux-kernel

On Wed,  6 Jul 2022 23:57:53 -0700, William Zhang <william.zhang@broadcom.com> wrote:
> Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
> AHCI_BRCM depending on ARCH_BCMBCA.
> 
> Signed-off-by: William Zhang <william.zhang@broadcom.com>
> Acked-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
> ---

Applied to https://github.com/Broadcom/stblinux/commits/drivers/next, thanks!
--
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] 77+ messages in thread

* Re: [RESEND PATCH 5/8] i2c: brcmstb: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
  2022-07-07  6:57   ` William Zhang
@ 2022-07-08 21:09     ` Florian Fainelli
  -1 siblings, 0 replies; 77+ messages in thread
From: Florian Fainelli @ 2022-07-08 21:09 UTC (permalink / raw)
  To: bcm-kernel-feedback-list, William Zhang, Linux ARM List
  Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin,
	Wolfram Sang, Andy Shevchenko, Jan Dabros, Jarkko Nikula,
	Jie Deng, Krzysztof Kozlowski, Lukas Bulwahn, Rob Herring,
	Sam Protsenko, Sven Peter, Tyrone Ting, linux-i2c, linux-kernel

On Wed,  6 Jul 2022 23:57:56 -0700, William Zhang <william.zhang@broadcom.com> wrote:
> Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
> I2C_BRCMSTB depending on ARCH_BCMBCA.
> 
> Signed-off-by: William Zhang <william.zhang@broadcom.com>
> Acked-by: Wolfram Sang <wsa@kernel.org>
> ---

Applied to https://github.com/Broadcom/stblinux/commits/drivers/next, thanks!
--
Florian

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

* Re: [RESEND PATCH 5/8] i2c: brcmstb: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
@ 2022-07-08 21:09     ` Florian Fainelli
  0 siblings, 0 replies; 77+ messages in thread
From: Florian Fainelli @ 2022-07-08 21:09 UTC (permalink / raw)
  To: bcm-kernel-feedback-list, William Zhang, Linux ARM List
  Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin,
	Wolfram Sang, Andy Shevchenko, Jan Dabros, Jarkko Nikula,
	Jie Deng, Krzysztof Kozlowski, Lukas Bulwahn, Rob Herring,
	Sam Protsenko, Sven Peter, Tyrone Ting, linux-i2c, linux-kernel

On Wed,  6 Jul 2022 23:57:56 -0700, William Zhang <william.zhang@broadcom.com> wrote:
> Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
> I2C_BRCMSTB depending on ARCH_BCMBCA.
> 
> Signed-off-by: William Zhang <william.zhang@broadcom.com>
> Acked-by: Wolfram Sang <wsa@kernel.org>
> ---

Applied to https://github.com/Broadcom/stblinux/commits/drivers/next, thanks!
--
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] 77+ messages in thread

* Re: [RESEND PATCH 6/8] phy: brcm-sata: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
  2022-07-07  6:57   ` William Zhang
  (?)
@ 2022-07-08 21:10     ` Florian Fainelli
  -1 siblings, 0 replies; 77+ messages in thread
From: Florian Fainelli @ 2022-07-08 21:10 UTC (permalink / raw)
  To: bcm-kernel-feedback-list, William Zhang, Linux ARM List
  Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin, Vinod Koul,
	Al Cooper, Cai Huoqing, Kishon Vijay Abraham I,
	Rafał Miłecki, linux-kernel, linux-phy

On Wed,  6 Jul 2022 23:57:57 -0700, William Zhang <william.zhang@broadcom.com> wrote:
> Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
> PHY_BRCM_SATA depending on ARCH_BCMBCA.
> 
> Signed-off-by: William Zhang <william.zhang@broadcom.com>
> Acked-by: Vinod Koul <vkoul@kernel.org>
> ---

Applied to https://github.com/Broadcom/stblinux/commits/drivers/next, thanks!
--
Florian

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

* Re: [RESEND PATCH 6/8] phy: brcm-sata: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
@ 2022-07-08 21:10     ` Florian Fainelli
  0 siblings, 0 replies; 77+ messages in thread
From: Florian Fainelli @ 2022-07-08 21:10 UTC (permalink / raw)
  To: bcm-kernel-feedback-list, William Zhang, Linux ARM List
  Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin, Vinod Koul,
	Al Cooper, Cai Huoqing, Kishon Vijay Abraham I,
	Rafał Miłecki, linux-kernel, linux-phy

On Wed,  6 Jul 2022 23:57:57 -0700, William Zhang <william.zhang@broadcom.com> wrote:
> Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
> PHY_BRCM_SATA depending on ARCH_BCMBCA.
> 
> Signed-off-by: William Zhang <william.zhang@broadcom.com>
> Acked-by: Vinod Koul <vkoul@kernel.org>
> ---

Applied to https://github.com/Broadcom/stblinux/commits/drivers/next, thanks!
--
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] 77+ messages in thread

* Re: [RESEND PATCH 6/8] phy: brcm-sata: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
@ 2022-07-08 21:10     ` Florian Fainelli
  0 siblings, 0 replies; 77+ messages in thread
From: Florian Fainelli @ 2022-07-08 21:10 UTC (permalink / raw)
  To: bcm-kernel-feedback-list, William Zhang, Linux ARM List
  Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin, Vinod Koul,
	Al Cooper, Cai Huoqing, Kishon Vijay Abraham I,
	Rafał Miłecki, linux-kernel, linux-phy

On Wed,  6 Jul 2022 23:57:57 -0700, William Zhang <william.zhang@broadcom.com> wrote:
> Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
> PHY_BRCM_SATA depending on ARCH_BCMBCA.
> 
> Signed-off-by: William Zhang <william.zhang@broadcom.com>
> Acked-by: Vinod Koul <vkoul@kernel.org>
> ---

Applied to https://github.com/Broadcom/stblinux/commits/drivers/next, thanks!
--
Florian

-- 
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy

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

* Re: [RESEND PATCH 3/8] hwrng: bcm2835: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
  2022-07-07  6:57   ` William Zhang
@ 2022-07-11  2:11     ` Florian Fainelli
  -1 siblings, 0 replies; 77+ messages in thread
From: Florian Fainelli @ 2022-07-11  2:11 UTC (permalink / raw)
  To: bcm-kernel-feedback-list, William Zhang, Linux ARM List
  Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin,
	Andre Przywara, Cai Huoqing, Conor Dooley, Geert Uytterhoeven,
	Herbert Xu, Matt Mackall, Sunil Goutham, Thomas Bogendoerfer,
	linux-crypto, linux-kernel

On Wed,  6 Jul 2022 23:57:54 -0700, William Zhang <william.zhang@broadcom.com> wrote:
> Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
> HW_RANDOM_BCM2835 depending on ARCH_BCMBCA.
> 
> Signed-off-by: William Zhang <william.zhang@broadcom.com>
> ---

Applied to https://github.com/Broadcom/stblinux/commits/drivers/next, thanks!
--
Florian

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

* Re: [RESEND PATCH 3/8] hwrng: bcm2835: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
@ 2022-07-11  2:11     ` Florian Fainelli
  0 siblings, 0 replies; 77+ messages in thread
From: Florian Fainelli @ 2022-07-11  2:11 UTC (permalink / raw)
  To: bcm-kernel-feedback-list, William Zhang, Linux ARM List
  Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin,
	Andre Przywara, Cai Huoqing, Conor Dooley, Geert Uytterhoeven,
	Herbert Xu, Matt Mackall, Sunil Goutham, Thomas Bogendoerfer,
	linux-crypto, linux-kernel

On Wed,  6 Jul 2022 23:57:54 -0700, William Zhang <william.zhang@broadcom.com> wrote:
> Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
> HW_RANDOM_BCM2835 depending on ARCH_BCMBCA.
> 
> Signed-off-by: William Zhang <william.zhang@broadcom.com>
> ---

Applied to https://github.com/Broadcom/stblinux/commits/drivers/next, thanks!
--
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] 77+ messages in thread

* Re: [RESEND PATCH 4/8] clk: bcm: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
  2022-07-07  6:57   ` William Zhang
@ 2022-07-11  2:11     ` Florian Fainelli
  -1 siblings, 0 replies; 77+ messages in thread
From: Florian Fainelli @ 2022-07-11  2:11 UTC (permalink / raw)
  To: bcm-kernel-feedback-list, William Zhang, Linux ARM List
  Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin,
	Michael Turquette, Stephen Boyd, linux-clk, linux-kernel

On Wed,  6 Jul 2022 23:57:55 -0700, William Zhang <william.zhang@broadcom.com> wrote:
> Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
> CLK_BCM_63XX depending and setting default on ARCH_BCMBCA.
> 
> Signed-off-by: William Zhang <william.zhang@broadcom.com>
> ---

Applied to https://github.com/Broadcom/stblinux/commits/drivers/next, thanks!
--
Florian

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

* Re: [RESEND PATCH 4/8] clk: bcm: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
@ 2022-07-11  2:11     ` Florian Fainelli
  0 siblings, 0 replies; 77+ messages in thread
From: Florian Fainelli @ 2022-07-11  2:11 UTC (permalink / raw)
  To: bcm-kernel-feedback-list, William Zhang, Linux ARM List
  Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin,
	Michael Turquette, Stephen Boyd, linux-clk, linux-kernel

On Wed,  6 Jul 2022 23:57:55 -0700, William Zhang <william.zhang@broadcom.com> wrote:
> Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
> CLK_BCM_63XX depending and setting default on ARCH_BCMBCA.
> 
> Signed-off-by: William Zhang <william.zhang@broadcom.com>
> ---

Applied to https://github.com/Broadcom/stblinux/commits/drivers/next, thanks!
--
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] 77+ messages in thread

* Re: [RESEND PATCH 7/8] spi: bcm63xx-hsspi: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
  2022-07-07  6:57   ` William Zhang
@ 2022-07-11  2:11     ` Florian Fainelli
  -1 siblings, 0 replies; 77+ messages in thread
From: Florian Fainelli @ 2022-07-11  2:11 UTC (permalink / raw)
  To: bcm-kernel-feedback-list, William Zhang, Linux ARM List
  Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin, Mark Brown,
	linux-kernel, linux-spi

On Wed,  6 Jul 2022 23:57:58 -0700, William Zhang <william.zhang@broadcom.com> wrote:
> Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
> SPI_BCM63XX_HSSPI depending on ARCH_BCMBCA.
> 
> Signed-off-by: William Zhang <william.zhang@broadcom.com>
> ---

Applied to https://github.com/Broadcom/stblinux/commits/drivers/next, thanks!
--
Florian

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

* Re: [RESEND PATCH 7/8] spi: bcm63xx-hsspi: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
@ 2022-07-11  2:11     ` Florian Fainelli
  0 siblings, 0 replies; 77+ messages in thread
From: Florian Fainelli @ 2022-07-11  2:11 UTC (permalink / raw)
  To: bcm-kernel-feedback-list, William Zhang, Linux ARM List
  Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin, Mark Brown,
	linux-kernel, linux-spi

On Wed,  6 Jul 2022 23:57:58 -0700, William Zhang <william.zhang@broadcom.com> wrote:
> Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
> SPI_BCM63XX_HSSPI depending on ARCH_BCMBCA.
> 
> Signed-off-by: William Zhang <william.zhang@broadcom.com>
> ---

Applied to https://github.com/Broadcom/stblinux/commits/drivers/next, thanks!
--
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] 77+ messages in thread

* Re: [RESEND PATCH 8/8] tty: serial: bcm63xx: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
  2022-07-07  6:57   ` William Zhang
@ 2022-07-11  2:11     ` Florian Fainelli
  -1 siblings, 0 replies; 77+ messages in thread
From: Florian Fainelli @ 2022-07-11  2:11 UTC (permalink / raw)
  To: bcm-kernel-feedback-list, William Zhang, Linux ARM List
  Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin,
	Greg Kroah-Hartman, Jiri Slaby, linux-kernel, linux-serial

On Wed,  6 Jul 2022 23:57:59 -0700, William Zhang <william.zhang@broadcom.com> wrote:
> Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
> SERIAL_BCM63XX depending on ARCH_BCMBCA.
> 
> Signed-off-by: William Zhang <william.zhang@broadcom.com>
> 
> ---

Applied to https://github.com/Broadcom/stblinux/commits/drivers/next, thanks!
--
Florian

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

* Re: [RESEND PATCH 8/8] tty: serial: bcm63xx: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
@ 2022-07-11  2:11     ` Florian Fainelli
  0 siblings, 0 replies; 77+ messages in thread
From: Florian Fainelli @ 2022-07-11  2:11 UTC (permalink / raw)
  To: bcm-kernel-feedback-list, William Zhang, Linux ARM List
  Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin,
	Greg Kroah-Hartman, Jiri Slaby, linux-kernel, linux-serial

On Wed,  6 Jul 2022 23:57:59 -0700, William Zhang <william.zhang@broadcom.com> wrote:
> Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
> SERIAL_BCM63XX depending on ARCH_BCMBCA.
> 
> Signed-off-by: William Zhang <william.zhang@broadcom.com>
> 
> ---

Applied to https://github.com/Broadcom/stblinux/commits/drivers/next, thanks!
--
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] 77+ messages in thread

* Re: [RESEND PATCH 7/8] spi: bcm63xx-hsspi: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
  2022-07-11  2:11     ` Florian Fainelli
@ 2022-07-11 10:45       ` Mark Brown
  -1 siblings, 0 replies; 77+ messages in thread
From: Mark Brown @ 2022-07-11 10:45 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: bcm-kernel-feedback-list, William Zhang, Linux ARM List,
	anand.gore, dan.beygelman, kursad.oney, joel.peshkin,
	linux-kernel, linux-spi


[-- Attachment #1.1: Type: text/plain, Size: 444 bytes --]

On Sun, Jul 10, 2022 at 07:11:31PM -0700, Florian Fainelli wrote:
> On Wed,  6 Jul 2022 23:57:58 -0700, William Zhang <william.zhang@broadcom.com> wrote:
> > Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
> > SPI_BCM63XX_HSSPI depending on ARCH_BCMBCA.

> Applied to https://github.com/Broadcom/stblinux/commits/drivers/next, thanks!

I was rather hoping for an answer on what the situation with
dependencies was here...

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

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

* Re: [RESEND PATCH 7/8] spi: bcm63xx-hsspi: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
@ 2022-07-11 10:45       ` Mark Brown
  0 siblings, 0 replies; 77+ messages in thread
From: Mark Brown @ 2022-07-11 10:45 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: bcm-kernel-feedback-list, William Zhang, Linux ARM List,
	anand.gore, dan.beygelman, kursad.oney, joel.peshkin,
	linux-kernel, linux-spi

[-- Attachment #1: Type: text/plain, Size: 444 bytes --]

On Sun, Jul 10, 2022 at 07:11:31PM -0700, Florian Fainelli wrote:
> On Wed,  6 Jul 2022 23:57:58 -0700, William Zhang <william.zhang@broadcom.com> wrote:
> > Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
> > SPI_BCM63XX_HSSPI depending on ARCH_BCMBCA.

> Applied to https://github.com/Broadcom/stblinux/commits/drivers/next, thanks!

I was rather hoping for an answer on what the situation with
dependencies was here...

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* Re: [RESEND PATCH 7/8] spi: bcm63xx-hsspi: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
  2022-07-11 10:45       ` Mark Brown
@ 2022-07-11 16:04         ` Florian Fainelli
  -1 siblings, 0 replies; 77+ messages in thread
From: Florian Fainelli @ 2022-07-11 16:04 UTC (permalink / raw)
  To: Mark Brown, Florian Fainelli
  Cc: bcm-kernel-feedback-list, William Zhang, Linux ARM List,
	anand.gore, dan.beygelman, kursad.oney, joel.peshkin,
	linux-kernel, linux-spi

On 7/11/22 03:45, Mark Brown wrote:
> On Sun, Jul 10, 2022 at 07:11:31PM -0700, Florian Fainelli wrote:
>> On Wed,  6 Jul 2022 23:57:58 -0700, William Zhang <william.zhang@broadcom.com> wrote:
>>> Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
>>> SPI_BCM63XX_HSSPI depending on ARCH_BCMBCA.
> 
>> Applied to https://github.com/Broadcom/stblinux/commits/drivers/next, thanks!
> 
> I was rather hoping for an answer on what the situation with
> dependencies was here...

Each patch is independent from one another and there are not 
dependencies on the Broadcom arm-soc tree(s) other than for 
CONFIG_ARCH_BCMBCA which was introduced with v5.19 with 
b32c613b3fda3e1c26119609f1ad6b19178f82f5. That said, I prefer to take 
all patches via the Broadcom arm-soc tree(s) to ensure a timely 
inclusion for our upcoming v5.20 pull request, and ensure that all 
drivers are converted in one release cycle.

If you want to give me your Acked-by or that I drop this and take it via 
the spi tree, please let me know.

Thanks!
-- 
Florian

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

* Re: [RESEND PATCH 7/8] spi: bcm63xx-hsspi: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
@ 2022-07-11 16:04         ` Florian Fainelli
  0 siblings, 0 replies; 77+ messages in thread
From: Florian Fainelli @ 2022-07-11 16:04 UTC (permalink / raw)
  To: Mark Brown, Florian Fainelli
  Cc: bcm-kernel-feedback-list, William Zhang, Linux ARM List,
	anand.gore, dan.beygelman, kursad.oney, joel.peshkin,
	linux-kernel, linux-spi

On 7/11/22 03:45, Mark Brown wrote:
> On Sun, Jul 10, 2022 at 07:11:31PM -0700, Florian Fainelli wrote:
>> On Wed,  6 Jul 2022 23:57:58 -0700, William Zhang <william.zhang@broadcom.com> wrote:
>>> Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
>>> SPI_BCM63XX_HSSPI depending on ARCH_BCMBCA.
> 
>> Applied to https://github.com/Broadcom/stblinux/commits/drivers/next, thanks!
> 
> I was rather hoping for an answer on what the situation with
> dependencies was here...

Each patch is independent from one another and there are not 
dependencies on the Broadcom arm-soc tree(s) other than for 
CONFIG_ARCH_BCMBCA which was introduced with v5.19 with 
b32c613b3fda3e1c26119609f1ad6b19178f82f5. That said, I prefer to take 
all patches via the Broadcom arm-soc tree(s) to ensure a timely 
inclusion for our upcoming v5.20 pull request, and ensure that all 
drivers are converted in one release cycle.

If you want to give me your Acked-by or that I drop this and take it via 
the spi tree, please let me know.

Thanks!
-- 
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] 77+ messages in thread

* Re: [RESEND PATCH 7/8] spi: bcm63xx-hsspi: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
  2022-07-11 16:04         ` Florian Fainelli
@ 2022-07-11 16:09           ` Mark Brown
  -1 siblings, 0 replies; 77+ messages in thread
From: Mark Brown @ 2022-07-11 16:09 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: bcm-kernel-feedback-list, William Zhang, Linux ARM List,
	anand.gore, dan.beygelman, kursad.oney, joel.peshkin,
	linux-kernel, linux-spi

[-- Attachment #1: Type: text/plain, Size: 656 bytes --]

On Mon, Jul 11, 2022 at 09:04:39AM -0700, Florian Fainelli wrote:

> Each patch is independent from one another and there are not dependencies on
> the Broadcom arm-soc tree(s) other than for CONFIG_ARCH_BCMBCA which was
> introduced with v5.19 with b32c613b3fda3e1c26119609f1ad6b19178f82f5. That
> said, I prefer to take all patches via the Broadcom arm-soc tree(s) to
> ensure a timely inclusion for our upcoming v5.20 pull request, and ensure
> that all drivers are converted in one release cycle.

> If you want to give me your Acked-by or that I drop this and take it via the
> spi tree, please let me know.

Acked-by: Mark Brown <broonie@kernel.org>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* Re: [RESEND PATCH 7/8] spi: bcm63xx-hsspi: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
@ 2022-07-11 16:09           ` Mark Brown
  0 siblings, 0 replies; 77+ messages in thread
From: Mark Brown @ 2022-07-11 16:09 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: bcm-kernel-feedback-list, William Zhang, Linux ARM List,
	anand.gore, dan.beygelman, kursad.oney, joel.peshkin,
	linux-kernel, linux-spi


[-- Attachment #1.1: Type: text/plain, Size: 656 bytes --]

On Mon, Jul 11, 2022 at 09:04:39AM -0700, Florian Fainelli wrote:

> Each patch is independent from one another and there are not dependencies on
> the Broadcom arm-soc tree(s) other than for CONFIG_ARCH_BCMBCA which was
> introduced with v5.19 with b32c613b3fda3e1c26119609f1ad6b19178f82f5. That
> said, I prefer to take all patches via the Broadcom arm-soc tree(s) to
> ensure a timely inclusion for our upcoming v5.20 pull request, and ensure
> that all drivers are converted in one release cycle.

> If you want to give me your Acked-by or that I drop this and take it via the
> spi tree, please let me know.

Acked-by: Mark Brown <broonie@kernel.org>

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

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

* Re: [RESEND PATCH 1/8] ARM: debug: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
  2022-07-07  6:57 ` William Zhang
@ 2022-07-13 15:39   ` Rafał Miłecki
  -1 siblings, 0 replies; 77+ messages in thread
From: Rafał Miłecki @ 2022-07-13 15:39 UTC (permalink / raw)
  To: William Zhang, Linux ARM List, Broadcom Kernel List
  Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin, f.fainelli,
	Ard Biesheuvel, Arnd Bergmann, Eugen Hristev, Kavyasree Kotagiri,
	Lukas Bulwahn, Masahiro Yamada, Nathan Chancellor,
	Nick Desaulniers, Nicolas Ferre, Russell King, Shawn Guo,
	linux-kernel

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.

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

* Re: [RESEND PATCH 1/8] ARM: debug: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
@ 2022-07-13 15:39   ` Rafał Miłecki
  0 siblings, 0 replies; 77+ messages in thread
From: Rafał Miłecki @ 2022-07-13 15:39 UTC (permalink / raw)
  To: William Zhang, Linux ARM List, Broadcom Kernel List
  Cc: dan.beygelman, f.fainelli, anand.gore, joel.peshkin,
	Arnd Bergmann, kursad.oney, linux-kernel, Masahiro Yamada,
	Nick Desaulniers, Russell King, Nathan Chancellor,
	Kavyasree Kotagiri, Lukas Bulwahn, Eugen Hristev, Shawn Guo,
	Ard Biesheuvel

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.

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

* Re: [RESEND PATCH 1/8] ARM: debug: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
  2022-07-13 15:39   ` Rafał Miłecki
@ 2022-07-13 16:10     ` Florian Fainelli
  -1 siblings, 0 replies; 77+ messages in thread
From: Florian Fainelli @ 2022-07-13 16:10 UTC (permalink / raw)
  To: Rafał Miłecki, William Zhang, Linux ARM List,
	Broadcom Kernel List
  Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin, f.fainelli,
	Ard Biesheuvel, Arnd Bergmann, Eugen Hristev, Kavyasree Kotagiri,
	Lukas Bulwahn, Masahiro Yamada, Nathan Chancellor,
	Nick Desaulniers, Nicolas Ferre, Russell King, Shawn Guo,
	linux-kernel

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

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

* Re: [RESEND PATCH 1/8] ARM: debug: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
@ 2022-07-13 16:10     ` Florian Fainelli
  0 siblings, 0 replies; 77+ messages in thread
From: Florian Fainelli @ 2022-07-13 16:10 UTC (permalink / raw)
  To: Rafał Miłecki, William Zhang, Linux ARM List,
	Broadcom Kernel List
  Cc: dan.beygelman, f.fainelli, anand.gore, joel.peshkin,
	Arnd Bergmann, kursad.oney, linux-kernel, Masahiro Yamada,
	Nick Desaulniers, Russell King, Nathan Chancellor,
	Kavyasree Kotagiri, Lukas Bulwahn, Eugen Hristev, Shawn Guo,
	Ard Biesheuvel

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

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

* Re: [RESEND PATCH 7/8] spi: bcm63xx-hsspi: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
  2022-07-11 16:09           ` Mark Brown
@ 2022-07-13 16:11             ` Florian Fainelli
  -1 siblings, 0 replies; 77+ messages in thread
From: Florian Fainelli @ 2022-07-13 16:11 UTC (permalink / raw)
  To: Mark Brown, Florian Fainelli
  Cc: bcm-kernel-feedback-list, William Zhang, Linux ARM List,
	anand.gore, dan.beygelman, kursad.oney, joel.peshkin,
	linux-kernel, linux-spi

On 7/11/22 09:09, Mark Brown wrote:
> On Mon, Jul 11, 2022 at 09:04:39AM -0700, Florian Fainelli wrote:
> 
>> Each patch is independent from one another and there are not dependencies on
>> the Broadcom arm-soc tree(s) other than for CONFIG_ARCH_BCMBCA which was
>> introduced with v5.19 with b32c613b3fda3e1c26119609f1ad6b19178f82f5. That
>> said, I prefer to take all patches via the Broadcom arm-soc tree(s) to
>> ensure a timely inclusion for our upcoming v5.20 pull request, and ensure
>> that all drivers are converted in one release cycle.
> 
>> If you want to give me your Acked-by or that I drop this and take it via the
>> spi tree, please let me know.
> 
> Acked-by: Mark Brown <broonie@kernel.org>

Thanks, FWIW, I had amended that patch with your ACked-by before sending 
it to the arm-soc maintainers.
-- 
Florian

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

* Re: [RESEND PATCH 7/8] spi: bcm63xx-hsspi: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
@ 2022-07-13 16:11             ` Florian Fainelli
  0 siblings, 0 replies; 77+ messages in thread
From: Florian Fainelli @ 2022-07-13 16:11 UTC (permalink / raw)
  To: Mark Brown, Florian Fainelli
  Cc: bcm-kernel-feedback-list, William Zhang, Linux ARM List,
	anand.gore, dan.beygelman, kursad.oney, joel.peshkin,
	linux-kernel, linux-spi

On 7/11/22 09:09, Mark Brown wrote:
> On Mon, Jul 11, 2022 at 09:04:39AM -0700, Florian Fainelli wrote:
> 
>> Each patch is independent from one another and there are not dependencies on
>> the Broadcom arm-soc tree(s) other than for CONFIG_ARCH_BCMBCA which was
>> introduced with v5.19 with b32c613b3fda3e1c26119609f1ad6b19178f82f5. That
>> said, I prefer to take all patches via the Broadcom arm-soc tree(s) to
>> ensure a timely inclusion for our upcoming v5.20 pull request, and ensure
>> that all drivers are converted in one release cycle.
> 
>> If you want to give me your Acked-by or that I drop this and take it via the
>> spi tree, please let me know.
> 
> Acked-by: Mark Brown <broonie@kernel.org>

Thanks, FWIW, I had amended that patch with your ACked-by before sending 
it to the arm-soc maintainers.
-- 
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] 77+ messages in thread

* Re: [RESEND PATCH 1/8] ARM: debug: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
  2022-07-13 16:10     ` Florian Fainelli
@ 2022-07-13 20:19       ` Rafał Miłecki
  -1 siblings, 0 replies; 77+ messages in thread
From: Rafał Miłecki @ 2022-07-13 20:19 UTC (permalink / raw)
  To: Florian Fainelli, William Zhang, Linux ARM List, Broadcom Kernel List
  Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin,
	Ard Biesheuvel, Arnd Bergmann, Eugen Hristev, Kavyasree Kotagiri,
	Lukas Bulwahn, Masahiro Yamada, Nathan Chancellor,
	Nick Desaulniers, Nicolas Ferre, Russell King, Shawn Guo,
	linux-kernel

On 13.07.2022 18:10, Florian Fainelli wrote:
> 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:

Oops, my tree updating script failed me. Sorry!

OK then, maybe this migration wasn't handled flawlessly but it's half
done now and remaining things should be fixed with all pending work.
Looks OK!

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

* Re: [RESEND PATCH 1/8] ARM: debug: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
@ 2022-07-13 20:19       ` Rafał Miłecki
  0 siblings, 0 replies; 77+ messages in thread
From: Rafał Miłecki @ 2022-07-13 20:19 UTC (permalink / raw)
  To: Florian Fainelli, William Zhang, Linux ARM List, Broadcom Kernel List
  Cc: dan.beygelman, anand.gore, joel.peshkin, Arnd Bergmann,
	kursad.oney, linux-kernel, Masahiro Yamada, Nick Desaulniers,
	Russell King, Nathan Chancellor, Kavyasree Kotagiri,
	Lukas Bulwahn, Eugen Hristev, Shawn Guo, Ard Biesheuvel

On 13.07.2022 18:10, Florian Fainelli wrote:
> 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:

Oops, my tree updating script failed me. Sorry!

OK then, maybe this migration wasn't handled flawlessly but it's half
done now and remaining things should be fixed with all pending work.
Looks OK!

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

* Re: [RESEND PATCH 4/8] clk: bcm: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
  2022-07-07  6:57   ` William Zhang
@ 2022-07-30  1:03     ` Stephen Boyd
  -1 siblings, 0 replies; 77+ messages in thread
From: Stephen Boyd @ 2022-07-30  1:03 UTC (permalink / raw)
  To: Broadcom Kernel List, Linux ARM List, William Zhang
  Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin, f.fainelli,
	William Zhang, Michael Turquette, linux-clk, linux-kernel

Quoting William Zhang (2022-07-06 23:57:55)
> Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
> CLK_BCM_63XX depending and setting default on ARCH_BCMBCA.
> 
> Signed-off-by: William Zhang <william.zhang@broadcom.com>
> ---

Acked-by: Stephen Boyd <sboyd@kernel.org>

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

* Re: [RESEND PATCH 4/8] clk: bcm: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
@ 2022-07-30  1:03     ` Stephen Boyd
  0 siblings, 0 replies; 77+ messages in thread
From: Stephen Boyd @ 2022-07-30  1:03 UTC (permalink / raw)
  To: Broadcom Kernel List, Linux ARM List, William Zhang
  Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin, f.fainelli,
	William Zhang, Michael Turquette, linux-clk, linux-kernel

Quoting William Zhang (2022-07-06 23:57:55)
> Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
> CLK_BCM_63XX depending and setting default on ARCH_BCMBCA.
> 
> Signed-off-by: William Zhang <william.zhang@broadcom.com>
> ---

Acked-by: Stephen Boyd <sboyd@kernel.org>

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

end of thread, other threads:[~2022-07-30  1:04 UTC | newest]

Thread overview: 77+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` William Zhang
2022-07-07  6:57 ` [RESEND PATCH 2/8] ata: ahci_brcm: " William Zhang
2022-07-07  6:57   ` William Zhang
2022-07-07 16:25   ` Florian Fainelli
2022-07-07 16:25     ` Florian Fainelli
2022-07-08 21:09   ` 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  6:57   ` William Zhang
2022-07-07 16:23   ` Florian Fainelli
2022-07-07 16:23     ` Florian Fainelli
2022-07-07 17:05     ` William Zhang
2022-07-07 17:05       ` William Zhang
2022-07-07 17:16       ` Conor.Dooley
2022-07-07 17:16         ` Conor.Dooley
2022-07-07 18:18         ` William Zhang
2022-07-07 18:18           ` William Zhang
2022-07-08  3:49           ` Florian Fainelli
2022-07-08  3:49             ` Florian Fainelli
2022-07-11  2:11   ` 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  6:57   ` William Zhang
2022-07-07 16:23   ` Florian Fainelli
2022-07-07 16:23     ` Florian Fainelli
2022-07-11  2:11   ` Florian Fainelli
2022-07-11  2:11     ` Florian Fainelli
2022-07-30  1:03   ` Stephen Boyd
2022-07-30  1:03     ` Stephen Boyd
2022-07-07  6:57 ` [RESEND PATCH 5/8] i2c: brcmstb: " William Zhang
2022-07-07  6:57   ` William Zhang
2022-07-07 16:24   ` Florian Fainelli
2022-07-07 16:24     ` Florian Fainelli
2022-07-07 20:52     ` Wolfram Sang
2022-07-07 20:52       ` Wolfram Sang
2022-07-08 21:09   ` Florian Fainelli
2022-07-08 21:09     ` Florian Fainelli
2022-07-07  6:57 ` [RESEND PATCH 6/8] phy: brcm-sata: " William Zhang
2022-07-07  6:57   ` William Zhang
2022-07-07  6:57   ` William Zhang
2022-07-07 16:25   ` Florian Fainelli
2022-07-07 16:25     ` Florian Fainelli
2022-07-07 16:25     ` Florian Fainelli
2022-07-08 21:10   ` Florian Fainelli
2022-07-08 21:10     ` 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  6:57   ` William Zhang
2022-07-07 16:25   ` Florian Fainelli
2022-07-07 16:25     ` Florian Fainelli
2022-07-11  2:11   ` Florian Fainelli
2022-07-11  2:11     ` Florian Fainelli
2022-07-11 10:45     ` Mark Brown
2022-07-11 10:45       ` Mark Brown
2022-07-11 16:04       ` Florian Fainelli
2022-07-11 16:04         ` Florian Fainelli
2022-07-11 16:09         ` Mark Brown
2022-07-11 16:09           ` Mark Brown
2022-07-13 16:11           ` Florian Fainelli
2022-07-13 16:11             ` Florian Fainelli
2022-07-07  6:57 ` [RESEND PATCH 8/8] tty: serial: bcm63xx: " William Zhang
2022-07-07  6:57   ` William Zhang
2022-07-07 16:26   ` Florian Fainelli
2022-07-07 16:26     ` Florian Fainelli
2022-07-11  2:11   ` Florian Fainelli
2022-07-11  2:11     ` Florian Fainelli
2022-07-07 16:22 ` [RESEND PATCH 1/8] ARM: debug: " Florian Fainelli
2022-07-07 16:22   ` Florian Fainelli
2022-07-08 21:08 ` Florian Fainelli
2022-07-08 21:08   ` Florian Fainelli
2022-07-13 15:39 ` Rafał Miłecki
2022-07-13 15:39   ` Rafał Miłecki
2022-07-13 16:10   ` Florian Fainelli
2022-07-13 16:10     ` Florian Fainelli
2022-07-13 20:19     ` Rafał Miłecki
2022-07-13 20:19       ` Rafał Miłecki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.